feat: key-remap configuration to remap modifiers at the app-level

Signed-off-by: Jagjeevan Kashid <jagjeevandev97@gmail.com>
This commit is contained in:
Jagjeevan Kashid
2025-12-26 19:33:50 +05:30
committed by Mitchell Hashimoto
parent 891f442041
commit 111b0996d2
4 changed files with 484 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ pub const ScrollMods = mouse.ScrollMods;
pub const SplitFocusDirection = Binding.Action.SplitFocusDirection;
pub const SplitResizeDirection = Binding.Action.SplitResizeDirection;
pub const Trigger = Binding.Trigger;
pub const KeyRemap = @import("input/KeyRemap.zig");
// Keymap is only available on macOS right now. We could implement it
// in theory for XKB too on Linux but we don't need it right now.