diff options
| author | Andrey Popp <8mayday@gmail.com> | 2021-12-26 22:18:09 +0300 |
|---|---|---|
| committer | Andrey Popp <8mayday@gmail.com> | 2021-12-26 22:21:03 +0300 |
| commit | c429faf3283ddf8770f442a24158eb072e705fc2 (patch) | |
| tree | c09360a0c0be2725cc0bf2ff69ecc4156fed82b7 /editors/README.md | |
| parent | 932dee725c0f2667eef9c69a6720b6c0dfb1adb1 (diff) | |
Add macOS keylayout which uses `\` prefix key
This commit adds an alternative macOS keyboard layout
`BQN_backslash.keylayout` which uses `\` as the prefix key (or "dead"
key as it is called in Ukelele). This layout mimics the input method
used in BQN vim plugin.
Diffstat (limited to 'editors/README.md')
| -rw-r--r-- | editors/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/README.md b/editors/README.md index b28dd05a..c166d506 100644 --- a/editors/README.md +++ b/editors/README.md @@ -14,7 +14,7 @@ Editor plugins and other tools for allowing BQN input are in [this folder](https For **Android**, [this fork](https://github.com/dzaima/hackerskeyboard/releases/latest) adds APL and BQN to Hacker's Keyboard. -For **macOS**, a keyboard layout can be found [here](https://github.com/mlochbaum/BQN/blob/master/editors/BQN.keylayout). +For **macOS**, there are two keyboard layouts: [one](https://github.com/mlochbaum/BQN/blob/master/editors/BQN.keylayout) uses `Alt` key as the modifier, and [another](https://github.com/mlochbaum/BQN/blob/master/editors/BQN_backslash.keylayout) uses `\` prefix key (this layout works similar to BQN vim keymap). The file [inputrc](https://github.com/mlochbaum/BQN/blob/master/editors/inputrc) can be copied or appended to `~/.inputrc` to enable backslash input in **bash**, BQN with **rlwrap**, and other software that uses GNU Readline. |
