summaryrefslogtreecommitdiff
path: root/sys/lib/kbmap
AgeCommit message (Collapse)Author
2023-02-06add standard farsi keymapmkf
2022-10-12/sys/lib/kbmap/jp: correct Zenkaku control characterJacob Moody
Historically, ktrans used ^t for completion as denoted in the older README's and thus likely was using ^e for (e)nglish mode at some point. While the ktrans we imported had this changed around already, our older Jp kbmap was still emitting ^e for Zenkaku. This has been updated to give ^t, the current control sequence for english mode.
2022-10-06nusb/kb, aux/kbdfs: add brightness down/up media keysSigrid Solveig Haflínudóttir
2022-10-04aux/kbdfs, nusb/kb: add basic media keys support; add /dev/hidNctl to change ↵Sigrid Solveig Haflínudóttir
repeat/delay; fix a race condition
2022-05-24kbmap: add latin american keymap (thanks ssf)Ori Bernstein
2021-05-20/sys/lib/kbmap/colemak: map capslock to backspace (thanks jacob wb)cinap_lenrek
2021-03-23kbmap/tr: add one missing key to Turkish keymap (thanks kemal)Ori Bernstein
while we're here, change the hex values to unicode chars.
2020-12-18kbmap: add Turkish keymap (thanks Kemal)kvik
2020-12-11update Finnish kbmap: fix ¤ on shift+4 and add more AltGr variantsSigrid
2020-12-07aux/kbdfs, kbmaps: enable Kmod4 for other layouts, not just neo2Sigrid
2020-11-26kbmap/neo2: add support for neo2 kbmak (thanks jstsmthrgk)Ori Bernstein
2020-10-25kbmap: add latvian keymap (thanks freddy)cinap_lenrek
2020-10-25kbmap: add croatian kbmap (thanks skerbergs)cinap_lenrek
2020-03-21update colemak kbmap, simpler version with scroll working (thanks jeremy)Sigrid
2020-03-21add colemak kbmap (thanks Silas McCroskey)Sigrid
2020-03-21add swiss german kbmap (thanks mike)Sigrid
2020-02-23/sys/lib/kbmap: update 0xf860 to Kshift value, fix fake shifts on esc1Sigrid
2016-05-28add polish keymap (thanks chomzee!)cinap_lenrek
2016-05-05add belarusian (by) keymap (thanks eric lindblad)cinap_lenrek
2016-05-05remove š and Š from estonian keymapcinap_lenrek
Probably the temporary solution to obtain the Estonian uppercase Š and Ž [S and Z with caron (ˇ)] without Shift + AltGr, I note in https://code.9front.org/hg/plan9front/rev/5b6853beadb4 you've written a Shift + AltGr (table 7) for Polish, would be using the caron (ˇ) mapped to key 41 followed by Shift s or Shift z; it was a mistake to earlier map a mode 4 in my fix of /sys/lib/kbmap/ee. It is a bit of an inconvenience to have an AltGr mapping to š and ž, but not a Shift + AltGr mapping to Š and Ž, but that's the best I can do for now. I send a new ee file without the mode 4. https://code.9front.org/hg/plan9front/rev/851d5d9022af these should not be in here 1.97+4 31 'Š 1.98+4 44 'Ž https://code.9front.org/hg/plan9front/rev/378ba39fc90a Sincerely, Eric Lindblad
2016-04-13Subject: typo: ee corrected (thanks Eric Lindblad)cinap_lenrek
sorry there were entries as 3 27 '§ 3 27 '½ should have been 3 27 '§ 3 43 '½ attached is a corrected version
2016-04-13fix estonian keymap (thanks Eric Lindblad)cinap_lenrek
The /sys/lib/kbmap/ee file seemed to have CRs in it. If a first column in the table (for modifier key) as 4 is for Alt Gr + Shift then the attached (UTF-8 without BOM) should work as a replacement ee file. Best Regards, Eric Lindblad
2016-04-12add danish keymap (thanks Eric Lindblad)cinap_lenrek
2013-11-23kbdfs: add esc1+shift and esc1+ctrl pages (see sources kbmap-uk-weird patch)cinap_lenrek
Add pages for esc1+shift and esc1+ctrl - some UK USB keyboards (Dell) and it seems some German ones: https://groups.google.com/forum/#!topic/comp.os.plan9/ycok6NTCWCg seem to generate an esc1 + code scancode combination for the pipe/backslash key. Seems like overkill to add two whole pages for just two keys, but there again RAM is cheap these days. Probably should take the changes across to omap/kbd.c (and by extension bcm/kbd.c) but the changes are trivial.
2013-05-20kbmap/ua: fix uppercase ьftrvxmtrx
2013-05-19kbmap/ru: fix uppercase ьftrvxmtrx
2012-12-21Renamed the serbian latin kbmap and changed some minor errorsMarko Kostić
in it (lj > q, nj > w).
2012-09-19user: Marko Kostić <marko.m.kostic@gmail.com>Marko Kostić
branch 'default' added sys/lib/kbmap/sr (serbian cyrillic kbmap) added sys/lib/kbmap/sr@latin (serbian latin kbmap)
2012-09-10add hungary keyboard map (contributed by bencef)cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/libTaru Karttunen