update to use new RemapSet

This commit is contained in:
Mitchell Hashimoto
2026-01-08 10:18:56 -08:00
parent f804a4344e
commit 5b24aebcab
5 changed files with 232 additions and 444 deletions

View File

@@ -33,7 +33,6 @@ 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.