diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-11 09:36:40 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-11 09:36:40 -0400 |
| commit | e64ea0c5da34a59393e3b539cc1811ac63dfe3f4 (patch) | |
| tree | 83cc98256d60dc6ee143137c901e1fe9e4b3517b /docs/editors | |
| parent | 226c2d2e433bddad419e81870f5357fbe033f0ce (diff) | |
Say that AutoHotKey script uses right alt
Diffstat (limited to 'docs/editors')
| -rw-r--r-- | docs/editors/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/editors/index.html b/docs/editors/index.html index 251c19e0..8563fff6 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -20,7 +20,7 @@ <p>replacing <code><span class='Value'>us</span></code> with your ordinary keyboard layout. <code><span class='Value'>switch</span></code> indicates the right alt key and can be replaced with <code><span class='Value'>lswitch</span></code> for left alt or other codes. The setting will go away on shutdown so you will probably want to configure it to run every time you start up. The way to do this depends on your desktop environment. For further discussion, see <a href="https://en.wikipedia.org/wiki/X_keyboard_extension">Wikipedia</a> or the <a href="https://aplwiki.com/wiki/Typing_glyphs_on_Linux">APL Wiki</a>.</p> <p>Another XKB option, if you have a compose key enabled, is to place <a href="https://github.com/mlochbaum/BQN/blob/master/editors/XCompose">XCompose</a> (possibly with adjustments) in <code><span class='Value'>~</span><span class='Function'>/</span><span class='Value'>.</span><span class='Function'>XCompose</span></code>.</p> <h3 id="windows">Windows</h3> -<p>Folder <a href="https://github.com/mlochbaum/BQN/tree/master/editors/autohotkey-win">autohotkey-win</a> contains an <a href="https://en.wikipedia.org/wiki/AutoHotKey">AutoHotKey</a> 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.</p> +<p>Folder <a href="https://github.com/mlochbaum/BQN/tree/master/editors/autohotkey-win">autohotkey-win</a> contains an <a href="https://en.wikipedia.org/wiki/AutoHotKey">AutoHotKey</a> 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 <code><span class='Function'>RAlt</span></code> 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.</p> <p>The <a href="https://github.com/mlochbaum/BQN/blob/master/editors/XCompose">XCompose</a> file, although created for XKB, should also be usable with <a href="https://github.com/samhocevar/wincompose">WinCompose</a> (but as far as I know this hasn't been tested).</p> <h2 id="text-editors">Text editors</h2> <h3 id="vim">Vim</h3> |
