aboutsummaryrefslogtreecommitdiff
path: root/lib/keyboard
AgeCommit message (Collapse)AuthorFilesLines
2020-05-18devdraw, libdraw: handle keyboard runes > U+FFFFRuss Cox1-0/+1
Runes in Plan 9 were limited to the 16-bit BMP when I drew up the RPC protocol between graphical programs and devdraw a long time ago. Now that they can be 32-bit, use a 32-bit wire encoding too. A new message number to avoid problems with other clients (like 9fans.net/go). Add keyboard shortcut alt : , for U+1F602, face with tears of joy, to test that it all works.
2018-11-13keyboard: add compose sequences lc and rc for ceiling brackets (#126)thisrod1-0/+2
Change-Id: Ice1c8c9d15cc6febf32dc2b7c449d457acc319b6
2018-11-13keyboard: add tab/untab symbols (#160)Martin Kühl1-0/+2
2014-01-06keyboard: add more sequences, from existing ones or RFC 1345Jonathan Cast1-0/+13
R=rsc CC=plan9port.codebot https://codereview.appspot.com/43990046
2009-07-08devdraw: generate Latin-1 table from lib/keyboardMichael Teichgräber1-4/+9
2009-05-14Unicode superscript updateRuss Cox1-3/+3
font/*/supsub.*: change superscript 1 into i; delete 2, 3 lib/keyboard: fix s1, s2, s3; add si lib/unicode: add 2071 src/cmd/devdraw: update from lib/keyboard
2005-01-04more filesrsc1-0/+564