mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
GWindow: Leave SerenityKey mode if non-existent keybind is used
This commit is contained in:
parent
72264661fd
commit
053f41f4f9
4 changed files with 26 additions and 19 deletions
|
@ -166,6 +166,7 @@ private:
|
|||
bool m_show_titlebar { true };
|
||||
bool m_keybind_mode { false };
|
||||
String m_entered_keybind;
|
||||
size_t m_max_keybind_length;
|
||||
Vector<GWidget*> m_potential_keybind_widgets;
|
||||
HashMap<String, GWidget*> m_hashed_potential_keybind_widgets;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue