mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
@ -44,6 +44,8 @@ type KeyCode
|
||||
| Right
|
||||
| Enter
|
||||
| Space
|
||||
| Backspace
|
||||
| Tab
|
||||
| ESC
|
||||
| Letter_C
|
||||
| Letter_N
|
||||
@ -91,6 +93,12 @@ intToKeyCode code =
|
||||
32 ->
|
||||
Just Space
|
||||
|
||||
8 ->
|
||||
Just Backspace
|
||||
|
||||
9 ->
|
||||
Just Tab
|
||||
|
||||
27 ->
|
||||
Just ESC
|
||||
|
||||
|
Reference in New Issue
Block a user