[9fans] iwp9 papers & wip
it's not too early to submit your papers or works in progress. :-) http://www.iwp9.org - erik
Re: [9fans] usb/kb: Home key produces "7"
It gets even weirder: another hack to enable F11/F12. /n/dump/2013/0808/sys/src/cmd/usb/kb/kb.c:473,479 - /sys/src/cmd/usb/kb/kb.c:473,479 } - #define hasesc1(sc) (((sc) >= 0x47) || ((sc) == 0x38)) + #define hasesc1(sc) (((sc) >= 0x47 && (sc) < 0x57) || ((sc) > 0x58) || ((sc) == 0x38)) stat