small adjustments after #691

This commit is contained in:
Helium314 2024-05-01 22:59:16 +02:00
parent 83fc10ff02
commit edd4ae2c68
6 changed files with 8 additions and 10 deletions

View file

@ -56,7 +56,7 @@ fun getCodeForToolbarKey(key: ToolbarKey) = when (key) {
FULL_LEFT -> KeyCode.MOVE_START_OF_LINE
FULL_RIGHT -> KeyCode.MOVE_END_OF_LINE
SELECT_WORD -> KeyCode.CLIPBOARD_SELECT_WORD
CLEAR_CLIPBOARD -> null // not managed via code input
CLEAR_CLIPBOARD -> KeyCode.UNSPECIFIED // not managed via code input
CLOSE_HISTORY -> KeyCode.ALPHA
}