diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-26 14:28:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-26 14:28:44 -0500 |
| commit | 75b1a77797aa4fffce3e15bd5c79168b379578ed (patch) | |
| tree | c09360a0c0be2725cc0bf2ff69ecc4156fed82b7 /editors/README.md | |
| parent | 932dee725c0f2667eef9c69a6720b6c0dfb1adb1 (diff) | |
| parent | c429faf3283ddf8770f442a24158eb072e705fc2 (diff) | |
Merge pull request #49 from andreypopp/macos-backslash-keylayout
Add macOS keylayout which uses `\` prefix key
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. |
