mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Spreadsheet: Remove cursor keys from is_navigation
This change allows for cursor navigation of a forumula while editing rather than having to use the mouse to edit the cursor position within a cell. Tab and Enter still allow you to navigate out of the cell to next row or columns. :)
This commit is contained in:
parent
04221a7533
commit
e0aae9e60a
Notes:
sideshowbarker
2024-07-17 03:25:24 +09:00
Author: https://github.com/skmagiik Commit: https://github.com/SerenityOS/serenity/commit/e0aae9e60a Pull-request: https://github.com/SerenityOS/serenity/pull/16871
1 changed files with 0 additions and 4 deletions
|
@ -40,10 +40,6 @@ private:
|
|||
|
||||
switch (event.key()) {
|
||||
case KeyCode::Key_Tab:
|
||||
case KeyCode::Key_Left:
|
||||
case KeyCode::Key_Right:
|
||||
case KeyCode::Key_Up:
|
||||
case KeyCode::Key_Down:
|
||||
case KeyCode::Key_Return:
|
||||
return true;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue