Hyprland/src/managers/input
Tobias Zimmermann 489ac40abd
config: Add option to resolve keybinds by sym instead of code (#4851)
This commit adds the new configuration option 'resolve_binds_by_sym'
which can be set globally or per-device. It is off by default, which
preserves the current behavior.

This setting only affects the behavior of keybinds that are defined via
key symbols, not those defined via keycode. Binds defined by symbols
currently activate if the keycode pressed would generate the specified
symbol on the first layout specified in the input section.
If enabled, keys pressed on the relevant device will instead match
keybinds by the symbols they produce with their current layout.

Closes #1881.
2024-02-27 23:21:22 +00:00
..
IdleInhibitor.cpp logging: implement std::formatter for some types (#3380) 2023-09-20 16:25:03 +01:00
InputManager.cpp config: Add option to resolve keybinds by sym instead of code (#4851) 2024-02-27 23:21:22 +00:00
InputManager.hpp input: track exclusive LSes 2024-01-19 16:45:34 +01:00
InputMethodRelay.cpp IME: don't set modifiers on grab destroy 2024-02-27 12:23:45 +00:00
InputMethodRelay.hpp input: text-input-v1 support (#1778) 2023-03-14 12:57:50 +00:00
Swipe.cpp Migrate the config to hyprlang (#4656) 2024-02-18 15:00:34 +00:00
Tablets.cpp idle: notify idle on tablet inputs (#4201) 2023-12-20 17:53:54 +01:00
Touch.cpp input: don't send mouse events on touch (#4071) 2023-12-06 14:30:40 +00:00