mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
LibGUI: Remove bitrotted automatic keybinds feature
This feature hasn't been working at all for several months, so let's just remove it and simplify GWindow event handling.
This commit is contained in:
parent
c85bdff57a
commit
23e16a3e2e
Notes:
sideshowbarker
2024-07-19 10:38:27 +09:00
Author: https://github.com/awesomekling
Commit: 23e16a3e2e
6 changed files with 4 additions and 132 deletions
|
@ -30,7 +30,6 @@ public:
|
|||
|
||||
virtual void click() = 0;
|
||||
virtual bool accepts_focus() const override { return true; }
|
||||
virtual bool supports_keyboard_activation() const override { return true; }
|
||||
virtual bool is_uncheckable() const { return true; }
|
||||
|
||||
int auto_repeat_interval() const { return m_auto_repeat_interval; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue