summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/kbdfs/kbdfs.c
AgeCommit message (Expand)Author
2016-04-13kbdfs: add shift+altgr table 7 for polish keymapscinap_lenrek
2016-04-03change /dev/kbd to return multiple messages per readcinap_lenrek
2016-03-13kbdfs: map Kup/Kdown the same in shift tab (fixes shift-[up]/[down] one-line ...cinap_lenrek
2016-02-27kbdfs: read outer /dev/kbd file and use it just like /dev/kbdincinap_lenrek
2015-05-17kbdfs: Runemax is inclusive.cinap_lenrek
2015-02-24kbdfs: work arround qemucinap_lenrek
2013-11-24kbdfs: fix ctlr+alt+del with new escape pagescinap_lenrek
2013-11-23kbdfs: add esc1+shift and esc1+ctrl pages (see sources kbmap-uk-weird patch)cinap_lenrek
2013-10-17kbdfs: implement <compoxe>x to enter variable length unicode as suggested by ...cinap_lenrek
2013-10-07kbdfs: implement keyboard mouse buttons with /dev/mouseincinap_lenrek
2013-09-15kbdfs: set exit statuscinap_lenrek
2012-11-09kbdfs: send interrupt note in separate proc to prevent potential deadlockcinap_lenrek
2012-11-09kbdfs: kill input buffer on interrupt keycinap_lenrek
2012-11-06make interrupt key (Del) just work in the consolecinap_lenrek
2012-03-12kbdfs: fix mistakecinap_lenrek
2012-03-12kbdfs: remap old control keyscinap_lenrek
2012-02-26kbdfs: properly handle zero length write to kbdincinap_lenrek
2012-02-26kbdfs: ignoring fake shiftscinap_lenrek
2012-02-25kbdfs: cleanupcinap_lenrek
2012-02-25vncs: /dev/kbd support by running kbdfs and forwarding keycodes thru kbdincinap_lenrek
2012-02-13kbdfs: mouse twitchingcinap_lenrek
2011-09-02kbdfs: add -q (quiet) optioncinap_lenrek
2011-08-16serial console stuffcinap_lenrek
2011-07-17kbdfs: mouse button 2 emulation by changing mouse buttonmap when shift is pre...cinap_lenrek
2011-06-15kbdfs: support ^W word killingcinap_lenrek
2011-06-07kbdfs: simplfycinap_lenrek
2011-06-07kbdfs: fix queue bugcinap_lenrek
2011-06-07kbdfs: simplify ctlproc by putting 9p handling in its own coroutinecinap_lenrek
2011-06-06kbdfs: wakeup and flush when /dev/kbd gets closedcinap_lenrek
2011-05-28kbdfs: ignore compose sequence if ctl was pressedcinap_lenrek
2011-05-28big /dev/kbd change, new format, support Alt+Stuff (key composing)cinap_lenrek