mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +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:
@@ -445,7 +445,7 @@ void Widget::hide_event(HideEvent&)
|
||||
|
||||
void Widget::keydown_event(KeyEvent& event)
|
||||
{
|
||||
if (!event.alt() && !event.ctrl() && !event.logo()) {
|
||||
if (!event.alt() && !event.ctrl() && !event.super()) {
|
||||
if (event.key() == KeyCode::Key_Tab) {
|
||||
if (event.shift())
|
||||
focus_previous_widget(FocusSource::Keyboard, false);
|
||||
|
||||
Reference in New Issue
Block a user