summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2025-09-29config: smarter parsing in autoParseStruct (#8873)Mitchell Hashimoto
2025-09-29config: fix binding parsing to allow values containing `=`Mitchell Hashimoto
2025-09-29Docs: add undo-timeout configuration setting namedmunozv04
2025-09-05gtk: the Future is NowLeah Amelia Chen
2025-09-05gtk: nuke the legacy apprt from orbitLeah Amelia Chen
2025-08-26gtk-ng: implement close_tab:other keybindJeffrey C. Ollie
2025-08-25parameterize close_tabJeffrey C. Ollie
2025-08-24Close other tabs feature on Mac.jamylak
2025-08-22gtk-ng: allow XKB remaps for non-writing-system keysLeah Amelia Chen
2025-08-14gtk-ng: add show_on_screen_keyboard bindingLeah Amelia Chen
2025-08-04apprt/gtk-ng: global shortcutsMitchell Hashimoto
2025-07-06keybind: don't clobber the clipboard if the title is emptyJeffrey C. Ollie
2025-07-06keybind: rename copy_title to copy_title_to_clipboardJeffrey C. Ollie
2025-07-06keybind: add copy_title actionJeffrey C. Ollie
2025-07-06keybind: add set_font_sizeJeffrey C. Ollie
2025-06-29Introduce action for copying into clipboardTroels Thomsen
2025-06-25config: add `command-palette-entry` config optionLeah Amelia Chen
2025-06-21Add FreeBSD support-k
2025-06-08macOS: Undo/Redo for changes to windows, tabs, and splits (#7535)Mitchell Hashimoto
2025-06-07input: parse binds containing equal signs correctly (#7544)Mitchell Hashimoto
2025-06-08input: parse binds containing equal signs correctlyLeah Amelia Chen
2025-06-07Make undo/redo app-targeted so it works with no windowsMitchell Hashimoto
2025-06-07add undo/redo keybindings, default them on macOSMitchell Hashimoto
2025-06-05input: add focus split directional commands to command paletteMitchell Hashimoto
2025-06-04core: document keybind actions betterLeah Amelia Chen
2025-05-30GTK: add action to show the GTK inspector (#7468)Mitchell Hashimoto
2025-05-29input: "ignore" binding action are still be processed by the OS/GUIMitchell Hashimoto
2025-05-29GTK: add action to show the GTK inspectorJeffrey C. Ollie
2025-05-26style: use decl literalsQwerasd
2025-05-24add cut/copy/paste keysJörg Thalheim
2025-05-16gtk: implement command palette (#7167)Leah Amelia Chen
2025-05-15gtk: implement command paletteLeah Amelia Chen
2025-05-15macos: add "Check for Updates" action, menu item & key-binding supportAaron Ruan
2025-05-12input: add backwards compatible alias for `plus` to `+`Mitchell Hashimoto
2025-05-12macos: do not send UTF-8 PUA codepoints to key eventsMitchell Hashimoto
2025-05-12input: bracket right was mapped to left, a typoMitchell Hashimoto
2025-05-12ensure `ctrl++` parses, clarify case folding docsMitchell Hashimoto
2025-05-11macOS: treat C-/ specially again to prevent beepMitchell Hashimoto
2025-05-10input: implement case folding for binding matchingMitchell Hashimoto
2025-05-09input: kitty add missing numpad keycodes since we support those nowMitchell Hashimoto
2025-05-09input: ignore control characters for backspace/enter/escape special caseMitchell Hashimoto
2025-05-09input: control-encode right control properlyMitchell Hashimoto
2025-05-09input: bindings should match on single-codepoint utf-8 text tooMitchell Hashimoto
2025-05-09input: remove `physical_key` from the key event (all keys are physical)Mitchell Hashimoto
2025-05-09input: w3c names for keysMitchell Hashimoto
2025-05-09input: backwards compatibilityMitchell Hashimoto
2025-05-09apprt/gtk: buildMitchell Hashimoto
2025-05-09macOS: buildMitchell Hashimoto
2025-05-09apprt/glfw: buildsMitchell Hashimoto
2025-05-09input: remove translatedMitchell Hashimoto