summaryrefslogtreecommitdiff
path: root/src/input/kitty.zig
AgeCommit message (Collapse)Author
2025-05-09input: kitty add missing numpad keycodes since we support those nowMitchell Hashimoto
2025-05-09input: remove translatedMitchell Hashimoto
2024-04-17fix more comptime var leaksMitchell Hashimoto
2023-12-13key: add TODO's for media keysTim Culverhouse
Add TODO comments in places where we need to add media keys.
2023-12-13key: add additional keypad keysTim Culverhouse
Add additional keypad keys to the encoding scheme. This allows Ghostty to report KP_HOME and it's relatives. We also always check for a keyval first, so we can report KP_7, etc as opposed to ASCII '7'.
2023-08-31input: kitty keymap was missing page up/downMitchell Hashimoto
2023-08-17input: Kitty encodes alternate keysMitchell Hashimoto
2023-08-16input: add kitty keymap dataMitchell Hashimoto