]> git.lizzy.rs Git - plan9front.git/history - sys/src/cmd/aux/kbdfs/kbdfs.c
kbdfs: allow to escape ctlr-alt-del with shift for vmx and vnc.
[plan9front.git] / sys / src / cmd / aux / kbdfs / kbdfs.c
2021-07-16 cinap_lenrekkbdfs: allow to escape ctlr-alt-del with shift for...
2020-12-22 cinap_lenrekkbdfs: fix mistake, remove leftover static user variabl...
2020-12-19 cinap_lenrekaux/kbdfs: use getuser() from libc
2020-12-15 Alex Musolinomerge
2020-12-07 cinap_lenrekmerge
2020-12-07 Sigridaux/kbdfs, kbmaps: enable Kmod4 for other layouts,...
2020-04-26 Ori BernsteinSupport for neo2 keyboard layout
2020-03-20 BurnZeZkbdfs: fix kbmapread() not accounting for reads smaller...
2019-12-23 23hirorio, kbdfs: increase read buffer for high latency kbdfs...
2018-10-21 cinap_lenrekmerge
2018-10-21 cinap_lenrekkbdfs: don't get confused by broken utf8
2018-07-30 cinap_lenrekkbdfs: ignore first 16 scancodes (number row) in kbtabc...
2018-07-07 cinap_lenrekkbdfs: handle mouse control (Kmouse, Kshift button...
2016-04-13 cinap_lenrekkbdfs: add shift+altgr table 7 for polish keymaps
2016-04-03 cinap_lenrekchange /dev/kbd to return multiple messages per read
2016-03-13 cinap_lenrekkbdfs: map Kup/Kdown the same in shift tab (fixes shift...
2016-02-27 cinap_lenrekkbdfs: read outer /dev/kbd file and use it just like...
2015-05-17 cinap_lenrekkbdfs: Runemax is inclusive.
2015-02-24 cinap_lenrekkbdfs: work arround qemu
2013-11-24 cinap_lenrekkbdfs: fix ctlr+alt+del with new escape pages
2013-11-22 cinap_lenrekkbdfs: add esc1+shift and esc1+ctrl pages (see sources...
2013-10-17 cinap_lenrekkbdfs: implement <compoxe>x to enter variable length...
2013-10-07 cinap_lenrekkbdfs: implement keyboard mouse buttons with /dev/mousein
2013-09-15 cinap_lenrekkbdfs: set exit status
2012-11-09 cinap_lenrekkbdfs: send interrupt note in separate proc to prevent...
2012-11-09 cinap_lenrekkbdfs: kill input buffer on interrupt key
2012-11-06 cinap_lenrekmerge
2012-11-06 cinap_lenrekmake interrupt key (Del) just work in the console
2012-03-12 cinap_lenrekkbdfs: fix mistake
2012-03-12 cinap_lenrekkbdfs: remap old control keys
2012-02-28 cinap_lenrekmerge
2012-02-26 cinap_lenrekkbdfs: properly handle zero length write to kbdin
2012-02-26 cinap_lenrekkbdfs: ignoring fake shifts
2012-02-25 cinap_lenrekvncs: /dev/kbd support by running kbdfs and forwarding...
2012-02-25 cinap_lenrekkbdfs: cleanup
2012-02-13 cinap_lenrekmerge
2012-02-13 cinap_lenrekkbdfs: mouse twitching
2011-09-02 cinap_lenrekkbdfs: add -q (quiet) option
2011-08-16 cinap_lenrekserial console stuff
2011-07-17 cinap_lenrekmerge
2011-07-17 cinap_lenrekkbdfs: mouse button 2 emulation by changing mouse butto...
2011-06-15 cinap_lenrekkbdfs: support ^W word killing
2011-06-07 cinap_lenrekkbdfs: simplfy
2011-06-07 cinap_lenrekkbdfs: fix queue bug
2011-06-07 cinap_lenrekmerge
2011-06-07 cinap_lenrekkbdfs: simplify ctlproc by putting 9p handling in its...
2011-06-06 cinap_lenrekkbdfs: wakeup and flush when /dev/kbd gets closed
2011-05-28 cinap_lenrekmerge
2011-05-28 cinap_lenrekkbdfs: ignore compose sequence if ctl was pressed
2011-05-28 cinap_lenrekmerge
2011-05-28 cinap_lenrekbig /dev/kbd change, new format, support Alt+Stuff...