input method for bqn
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
rhiannon morris f36e45e457 add ⇒ (\|) and ⦂ (\Y) 11 months ago
.gitignore first 2 years ago
Makefile first 2 years ago
README.md add ⇒ (\|) and ⦂ (\Y) 11 months ago
bqn.png first 2 years ago
bqn.txt add ⇒ (\|) and ⦂ (\Y) 11 months ago

README.md

ibus input method for bqn

now you can write in any window with the same map as the web demo!!! wow

requirements

  • ibus (i dont remember how to actually set it up sorry)
  • ibus-table

installation

  • sudo make install1
  • ibus-daemon --daemonize --replace
  • add the input method in ibus and have fun

deficiencies

  • ibus-table doesn't seem to allow a map for \␠, so is mapped to \n instead
  • it assumes a US base layout so things will be in the wrong place otherwise
  • the popup is kind of distracting
  • if you type \7 it explodes and you have to reselect the layout before it starts working again. literally no idea why

additions

char input char input
| \Y

unused keys

\C, \D, \J, \N, \U, \y, (\7 but it breaks)


  1. i tried a few places in ~/.local and stuff but none of them seemed to work. if you know where to put user-local tables hmu