mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
22e80bae29
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FileArgument.cpp | ||
FileArgument.h | ||
main.cpp | ||
MainWidget.cpp | ||
MainWidget.h | ||
TextEditorWindow.gml |