diff --git a/Userland/Applications/Spreadsheet/SpreadsheetView.h b/Userland/Applications/Spreadsheet/SpreadsheetView.h index b6b629e8d4..911644d074 100644 --- a/Userland/Applications/Spreadsheet/SpreadsheetView.h +++ b/Userland/Applications/Spreadsheet/SpreadsheetView.h @@ -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: