added hyprctl binds
This commit is contained in:
parent
461fab0f27
commit
98ce867104
3 changed files with 53 additions and 2 deletions
|
|
@ -51,8 +51,9 @@ class CKeybindManager {
|
|||
|
||||
wl_event_source* m_pActiveKeybindEventSource = nullptr;
|
||||
|
||||
std::list<SKeybind> m_lKeybinds;
|
||||
|
||||
private:
|
||||
std::list<SKeybind> m_lKeybinds;
|
||||
std::deque<xkb_keysym_t> m_dPressedKeysyms;
|
||||
std::deque<int> m_dPressedKeycodes;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue