diff options
| -rw-r--r-- | editors/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/README.md b/editors/README.md index b28dd05a..4ba1e967 100644 --- a/editors/README.md +++ b/editors/README.md @@ -40,6 +40,13 @@ Folder [autohotkey-win](https://github.com/mlochbaum/BQN/tree/master/editors/aut The [XCompose](https://github.com/mlochbaum/BQN/blob/master/editors/XCompose) file, although created for XKB, is also usable with [WinCompose](https://github.com/samhocevar/wincompose). +### Mac + +Copy the keyboard layout file `BQN.keylayout` to `~/Library/Keyboard Layouts/`. +Navigate to System Preferences > Keyboard > Input Sources > + > Others > BQN. +Restart and then enable the BQN keyboard with System Preferences > Keyboard > Input Sources > BQN US. +Don't copy `BQN.keylayout` directly to `/Library/Keyboard Layouts`, as this will silently fail. + ## Text editors ### Vim |
