summaryrefslogtreecommitdiff
path: root/src/input.zig
AgeCommit message (Expand)Author
2025-04-21input: defind Command struct and default commandsMitchell Hashimoto
2024-12-11macOS: "option-as-alt" defaults to "true" for US keyboard layoutsMitchell Hashimoto
2024-10-08apprt: implement key_sequence actionMitchell Hashimoto
2024-08-16input: yeet usingnamespaceMitchell Hashimoto
2024-02-04move SplitDirection to apprtMitchell Hashimoto
2024-02-04split: add `auto` as split optionTim Culverhouse
2024-01-14apprt/embedded: do not depend on macOS APIs on non-macOSMitchell Hashimoto
2024-01-13build: build produces a broken object file for iOSMitchell Hashimoto
2023-11-29input: add LinkMitchell Hashimoto
2023-11-05core: add resize_split binding with default keysGregory Anders
2023-10-24core: add input binding to control terminal inspectorMitchell Hashimoto
2023-08-16input: add kitty keymap dataMitchell Hashimoto
2023-08-16input: starting to work on KeyEncoder, got ctrl sequencesMitchell Hashimoto
2023-08-13input: add all the mappings for pc style function keysMitchell Hashimoto
2023-08-11input: rename Keymap to KeymapDarwin since its macos only for nowMitchell Hashimoto
2023-08-11input: only load Keymap on darwinMitchell Hashimoto
2023-08-11macos: use the new self-hosted translationMitchell Hashimoto
2023-08-11input, macos: initial work on keymapper and macos usage of itMitchell Hashimoto
2023-03-11macos: change focus callback to use an enum so we can get other dirsMitchell Hashimoto
2023-03-08apprt/embedded: newSplit callbackMitchell Hashimoto
2022-08-26Track/cache button state and mods stateMitchell Hashimoto
2022-08-23move input stuff to src/inputMitchell Hashimoto