mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Provide email proposals from address book
This commit is contained in:
@ -18,6 +18,7 @@ type KeyCode
|
||||
| Left
|
||||
| Right
|
||||
| Enter
|
||||
| Space
|
||||
|
||||
|
||||
intToKeyCode : Int -> Maybe KeyCode
|
||||
@ -38,6 +39,9 @@ intToKeyCode code =
|
||||
13 ->
|
||||
Just Enter
|
||||
|
||||
32 ->
|
||||
Just Space
|
||||
|
||||
_ ->
|
||||
Nothing
|
||||
|
||||
|
Reference in New Issue
Block a user