mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 20:25:59 +01:00
964f1a438d
* Add the 'catchall' keyword that matches all keys This keyword can be used to define arbitrary keybinds. The only special behavior that it exhibits is that it matches every key, including modifier keys. Any flags still apply normally. This commit also fixes an issue that keys bound via the code:KEYCODE format were not unbound correctly. * Disallow catchall keybinds outside of submaps A catchall keybind outside a submap would prevent essentially all key events from going through to applications and would be difficult to remove again. |
||
---|---|---|
.. | ||
input | ||
AnimationManager.cpp | ||
AnimationManager.hpp | ||
EventManager.cpp | ||
EventManager.hpp | ||
HookSystemManager.cpp | ||
HookSystemManager.hpp | ||
KeybindManager.cpp | ||
KeybindManager.hpp | ||
LayoutManager.cpp | ||
LayoutManager.hpp | ||
ProtocolManager.cpp | ||
ProtocolManager.hpp | ||
SessionLockManager.cpp | ||
SessionLockManager.hpp | ||
ThreadManager.cpp | ||
ThreadManager.hpp | ||
XWaylandManager.cpp | ||
XWaylandManager.hpp |