aboutsummaryrefslogtreecommitdiff
path: root/editors/README.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-17 17:20:32 -0400
committerGitHub <noreply@github.com>2021-08-17 17:20:32 -0400
commit971a6a21945fc288ea97b4a2c6493b35cdad8b8d (patch)
tree4d235afc0840a87feceb4be5d03c390b74bafdc7 /editors/README.md
parentc2d63aff3fab48acca2d865cb6ba4f23c377812c (diff)
parent57b4174dcad08d17946d7f2c4d1b52d48a7553ce (diff)
Merge pull request #17 from Vincent-Carrier/master
Add macOS keyboard layout
Diffstat (limited to 'editors/README.md')
-rw-r--r--editors/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/README.md b/editors/README.md
index cea1bc52..1a82b825 100644
--- a/editors/README.md
+++ b/editors/README.md
@@ -14,6 +14,8 @@ 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).
+
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.
If you'd like to contribute files for another editor I'd gladly accept them!