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