diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-09-30 07:55:03 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-09-30 07:55:03 -0400 |
| commit | 797d04b3d1a2a9f136a063cb65fdd9e2c3df6b4c (patch) | |
| tree | 870115a6536516f79c4ce7a1338065f35db0f956 | |
| parent | cd52824aaca6318935aabe11eb8416151278230b (diff) | |
Suhr confirms the XCompose file works with WinCompose
| -rw-r--r-- | docs/editors/index.html | 2 | ||||
| -rw-r--r-- | editors/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/editors/index.html b/docs/editors/index.html index bdef466d..1860008f 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -22,7 +22,7 @@ <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"><a class="header" href="#windows">Windows</a></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, 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> +<p>The <a href="https://github.com/mlochbaum/BQN/blob/master/editors/XCompose">XCompose</a> file, although created for XKB, is also usable with <a href="https://github.com/samhocevar/wincompose">WinCompose</a>.</p> <h2 id="text-editors"><a class="header" href="#text-editors">Text editors</a></h2> <h3 id="vim"><a class="header" href="#vim">Vim</a></h3> <p>Copy or symlink all files into the corresponding directories in <code><span class='Value'>~</span><span class='Function'>/</span><span class='Value'>.vim</span></code>. Add the following two lines to <code><span class='Value'>~</span><span class='Function'>/</span><span class='Value'>.vim</span><span class='Function'>/</span><span class='Value'>filetype.vim</span></code>:</p> diff --git a/editors/README.md b/editors/README.md index be4609a5..77303854 100644 --- a/editors/README.md +++ b/editors/README.md @@ -36,7 +36,7 @@ Another XKB option, if you have a compose key enabled, is to place [XCompose](ht 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). +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). ## Text editors |
