From 272464e78e1f44bca037868ce83092856f42995e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 6 Jun 2022 19:59:57 -0400 Subject: BQN keyboard is included in xkeyboard-config 2.36 --- docs/editors/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/editors/index.html b/docs/editors/index.html index 0268e6ac..201db0df 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -14,10 +14,10 @@

Support for other editors, OSes, or workflows will be gladly accepted!

System-wide

XKB (Unix)

-

The file bqn is for configuring XKB on Linux, or other systems using X11. To use, copy it to /usr/share/X11/xkb/symbols/, then run

+

The file bqn is for configuring XKB on Linux, or other systems using X11. It's installed as part of xkeyboard-config 2.36 and later, or can be copied to /usr/share/X11/xkb/symbols/ for earlier versions. Then run

$ setxkbmap -layout us,bqn -option grp:switch
 
-

replacing us with your ordinary keyboard layout. switch indicates the right alt key and can be replaced with lswitch 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 Wikipedia or the APL Wiki.

+

replacing us with your ordinary keyboard layout. switch indicates the right alt key and can be replaced with lswitch 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 Wikipedia or the APL Wiki.

Another XKB option is to place XCompose (possibly with adjustments) in ~/.XCompose and enable a compose key. This can be done using either OS-specific settings or the following command:

$ setxkbmap -option compose:rwin
 
@@ -56,5 +56,5 @@

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.

+

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