summaryrefslogtreecommitdiff
path: root/src/input/Binding.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-25Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-23config: smarter parsing in autoParseStructJeffrey C. Ollie
2025-09-19pr feedback: `get`, remove todos for case_folding_simpleJacob Sandlund
2025-09-18fix up diff from benchmarks, and add tests against ziglyphJacob Sandlund
2025-09-18update uucode and cleanupsJacob Sandlund
2025-09-17Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-16config: fix binding parsing to allow values containing `=`Mitchell Hashimoto
2025-09-15Docs: add undo-timeout configuration setting namedmunozv04
2025-09-06Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-05gtk: the Future is NowLeah Amelia Chen
2025-09-05gtk: nuke the legacy apprt from orbitLeah Amelia Chen
2025-09-01Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
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-17`array`Jacob Sandlund
2025-08-17Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-08-14gtk-ng: add show_on_screen_keyboard bindingLeah Amelia Chen
2025-08-13case foldingJacob Sandlund
2025-08-12update after refactor (string field config, etc)Jacob Sandlund
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-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-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-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-12ensure `ctrl++` parses, clarify case folding docsMitchell Hashimoto
2025-05-10input: implement case folding for binding matchingMitchell 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-09input: remove translatedMitchell Hashimoto
2025-05-07Allow struct/union/enum binding types to have default valuesMitchell Hashimoto
2025-05-06Add "Scroll to Selection" commandfn ⌃ ⌥