mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:45:08 +00:00
HackStudio: Restrict the "Go to line" shortcut to the text editor
We don't want Ctrl+L presses to be snatched while we're in the embedded terminal, for example. :^)
This commit is contained in:
parent
da0958a882
commit
d1916700ea
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ int main(int argc, char** argv)
|
|||
text_editor->set_cursor(line_number, 0);
|
||||
}
|
||||
}
|
||||
}));
|
||||
}, text_editor));
|
||||
|
||||
window->show();
|
||||
return app.exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue