diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-17 17:24:27 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-17 17:24:27 -0400 |
| commit | a67cdaa4eeed2cd4a44026d166accc70a51329b4 (patch) | |
| tree | b35f37f7cc70dfe08849f8bc600786464a96c4b8 | |
| parent | 971a6a21945fc288ea97b4a2c6493b35cdad8b8d (diff) | |
Rebuild editors html page
| -rw-r--r-- | docs/editors/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/editors/index.html b/docs/editors/index.html index a787eeeb..347c5350 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -10,6 +10,7 @@ <p><a href="https://abrudz.github.io/lb/bqn">This bookmarklet</a> enables BQN input in any webpage in your <strong>browser</strong>.</p> <p><a href="https://gist.github.com/dzaima/35ca0ce12b5e215a62460f00e693984f">This userscript</a> highlights BQN code on <strong>GitHub</strong>.</p> <p>For <strong>Android</strong>, <a href="https://github.com/dzaima/hackerskeyboard/releases/latest">this fork</a> adds APL and BQN to Hacker's Keyboard.</p> +<p>For <strong>macOS</strong>, a keyboard layout can be found <a href="https://github.com/mlochbaum/BQN/blob/master/editors/BQN.keylayout">here</a>.</p> <p>The file <a href="https://github.com/mlochbaum/BQN/blob/master/editors/inputrc">inputrc</a> can be copied or appended to <code><span class='Value'>~</span><span class='Function'>/</span><span class='Value'>.inputrc</span></code> to enable backslash input in <strong>bash</strong>, BQN with <strong>rlwrap</strong>, and other software that uses GNU Readline.</p> <p>If you'd like to contribute files for another editor I'd gladly accept them!</p> <h2 id="system-wide"><a class="header" href="#system-wide">System-wide</a></h2> |
