mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-19 16:30:19 +00:00
small adjustments after #691
This commit is contained in:
parent
83fc10ff02
commit
edd4ae2c68
6 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue