Files
ladybird/Userland/Libraries/LibGUI
Andrew January 22e80bae29 LibGUI: Change delete key handling from action to keydown_event
Having the delete key handling be done via an action limits our ability
to support key modifiers (e.g. ctrl+delete deleting the word in front of
the cursor).

The fact that it was an action _did_ allow us to have a delete button in
the TextEditor UI. However, this is an odd choice in the first place
that isn't common in other text editors, so I just removed it.
2021-11-13 12:53:29 +01:00
..
2021-10-06 23:52:40 +01:00
2021-11-02 17:53:22 +01:00
2021-10-06 23:52:40 +01:00
2021-09-03 02:32:43 +02:00