toaruos/kernel/sys
Kevin Lange 7d5eb42400 Userspace keyboard handling
Kernel driver sends raw scancodes, compositor or terminal handle the
rest. Support for F* keys will be added soon, in the mean time userspace
applications can know about the status of modifiers (control, shift,
alt, and super).

Compositor actions have been changed to Alt+Left Click for move and
Alt+Middle Click for resize. I'll work on adding more mouse events once
I get them to be faster (they're annoyingly slow at the moment... I want
more accuracy and less latency).
2012-10-14 19:53:16 -07:00
..
panic.c HACF should return non-zero. 2012-01-25 20:08:22 -06:00
process.c New debug printing facilities. 2012-09-03 22:35:11 -07:00
signal.c Actually, I'm just a complete moron, lolz 2012-03-10 13:36:16 -06:00
syscall.c Userspace keyboard handling 2012-10-14 19:53:16 -07:00
system.c Fix up style in system.c, fix some bugs, too 2012-10-03 22:01:45 -07:00
task.c And now with more login. 2012-09-12 23:19:07 -07:00
version.c Bump version number to 0.3.7 2012-10-13 22:06:51 -07:00