From fbfc6a871589e123a9ca1ad4c5d22b4421801a10 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 25 May 2022 18:09:56 -0400 Subject: Add key remapping script with dvorak support (closes #68) --- docs/editors/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/editors/index.html b/docs/editors/index.html index 8aa9bb6e..0268e6ac 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -6,7 +6,7 @@

Editor support

-

Editor plugins and other tools for allowing BQN input are in this folder. Input always uses the layout shown here, and is usually performed with a backslash \ prefix, but sometimes with a modifier key such as alt. To type an actual backslash, hit the backslash key twice.

+

Editor plugins and other tools for allowing BQN input are in this folder. Input always uses the layout shown here (want another?), and is usually performed with a backslash \ prefix, but sometimes with a modifier key such as alt. To type an actual backslash, hit the backslash key twice.

This bookmarklet enables BQN input in any webpage in your browser.

This userscript highlights BQN code on GitHub.

For Android, this fork adds APL and BQN to Hacker's Keyboard.

@@ -55,3 +55,6 @@

See this repository, or install directly through Visual Studio Marketplace or Open VSX Registry.

Kakoune

Copy or symlink kak/autoload/filetype/bqn.kak into autoload/filetype in your Kakoune config directory (probably .config/kak/).

+

Alternate layouts

+

All files here use the BQN layout designed for qwerty, which will generally be jumbled in another layout (for example the key for r will still type , but it may not be above c, which types ). The remap.bqn script allows you to remap some files in this repository to a new layout. See $ remap.bqn -h for usage. Support for a new layout can be added in the keys array of the script, but do watch for string alignment with the doubled quote character.

+

(If you haven't installed CBQN but have Node.js, $ bqn.js editors/remap.bqn… from the repository root will work too)

-- cgit v1.2.3