mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Everywhere: Rename "logo" key to "super" key
This seems to be the most common way to refer to this key, so let's call it what people actually call it.
This commit is contained in:
parent
822d7da6cc
commit
38f11cc1ba
Notes:
sideshowbarker
2024-07-18 21:30:46 +09:00
Author: https://github.com/awesomekling
Commit: 38f11cc1ba
11 changed files with 29 additions and 29 deletions
|
@ -422,7 +422,7 @@ void Window::handle_multi_paint_event(MultiPaintEvent& event)
|
|||
|
||||
void Window::handle_key_event(KeyEvent& event)
|
||||
{
|
||||
if (!m_focused_widget && event.type() == Event::KeyDown && event.key() == Key_Tab && !event.ctrl() && !event.alt() && !event.logo()) {
|
||||
if (!m_focused_widget && event.type() == Event::KeyDown && event.key() == Key_Tab && !event.ctrl() && !event.alt() && !event.super()) {
|
||||
focus_a_widget_if_possible(FocusSource::Keyboard);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue