summaryrefslogtreecommitdiff
path: root/Kernel/KeyCode.h
AgeCommit message (Expand)Author
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-16Kernel: Replace char and u8 data types to u32 for code pointHüseyin ASLITÜRK
2020-06-13Kernel: KeyboardDevice, remove char mapping logicHüseyin ASLITÜRK
2020-06-03Kernel: Add scancode value to KeyEventHüseyin ASLITÜRK
2020-05-12Kernel: Add a stringification helper for KeyCodeAndreas Kling
2020-01-31Kernel: Add key_code_countWilliam McPherson
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-31Kernel: Implement AltGr key supportTibor Nagy
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-04-23Kernel: Make the right shift key work.Andreas Kling
2019-04-13Minesweeper: Add some menus.Andreas Kling
2019-03-03Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize.Andreas Kling
2019-03-03LibGUI: Move shortcut actions from GEventLoop to GApplications.Andreas Kling
2019-02-17Move WindowServer to userspace.Andreas Kling
2019-01-26LibGUI: Start bringing up GTextBox in the standalone world.Andreas Kling