Age | Commit message (Expand) | Author |
---|---|---|
2019-03-07 | Kernel: Detect the Delete key. | Andreas Kling |
2019-03-07 | Kernel: Detect the Home and End keyboard keys. | Andreas Kling |
2019-03-03 | Kernel: Detect the Tab key. :^) | Andreas Kling |
2019-03-03 | Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize. | Andreas Kling |
2019-03-03 | Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal. | Andreas Kling |
2019-03-02 | Kernel: Keyboard should detect the Page Up and Page Down keys. | Andreas Kling |
2019-02-25 | Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t. | Andreas Kling |
2019-02-17 | Kernel: Rename Keyboard to KeyboardDevice. | Andreas Kling |