aboutsummaryrefslogtreecommitdiff
path: root/editors/README.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-11 09:36:40 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-11 09:36:40 -0400
commite64ea0c5da34a59393e3b539cc1811ac63dfe3f4 (patch)
tree83cc98256d60dc6ee143137c901e1fe9e4b3517b /editors/README.md
parent226c2d2e433bddad419e81870f5357fbe033f0ce (diff)
Say that AutoHotKey script uses right alt
Diffstat (limited to 'editors/README.md')
-rw-r--r--editors/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/README.md b/editors/README.md
index 2243ffff..cea1bc52 100644
--- a/editors/README.md
+++ b/editors/README.md
@@ -32,7 +32,7 @@ Another XKB option, if you have a compose key enabled, is to place [XCompose](ht
### Windows
-Folder [autohotkey-win](https://github.com/mlochbaum/BQN/tree/master/editors/autohotkey-win) contains an [AutoHotKey](https://en.wikipedia.org/wiki/AutoHotKey) script and the generated .exe file. It runs as an ordinary program that recognizes BQN key combinations system-wide. Move it to the startup folder if you'd like to have it running all the time. You can right-click its icon in the system tray to disable it temporarily.
+Folder [autohotkey-win](https://github.com/mlochbaum/BQN/tree/master/editors/autohotkey-win) contains an [AutoHotKey](https://en.wikipedia.org/wiki/AutoHotKey) script and the generated .exe file. It runs as an ordinary program that recognizes BQN key combinations system-wide, using the right alt key (to change this, replace `RAlt` in the script and rebuild). Move it to the startup folder if you'd like to have it running all the time. You can right-click its icon in the system tray to disable it temporarily.
The [XCompose](https://github.com/mlochbaum/BQN/blob/master/editors/XCompose) file, although created for XKB, should also be usable with [WinCompose](https://github.com/samhocevar/wincompose) (but as far as I know this hasn't been tested).