mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
This adds support for shift+return key combo in single line TextEditor fields. Used in this case for searching backwards/forwards in the Terminal find window.
This commit is contained in:
parent
9550564767
commit
11fa3e4f92
Notes:
sideshowbarker
2024-07-18 17:00:21 +09:00
Author: https://github.com/metmo
Commit: 11fa3e4f92
Pull-request: https://github.com/SerenityOS/serenity/pull/7694
Issue: https://github.com/SerenityOS/serenity/issues/7465
3 changed files with 11 additions and 0 deletions
|
@ -138,6 +138,7 @@ public:
|
|||
Function<void(bool modified)> on_modified_change;
|
||||
Function<void()> on_mousedown;
|
||||
Function<void()> on_return_pressed;
|
||||
Function<void()> on_shift_return_pressed;
|
||||
Function<void()> on_escape_pressed;
|
||||
Function<void()> on_up_pressed;
|
||||
Function<void()> on_down_pressed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue