mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Navigate items using keyboard
- previous/next item with `.,` - confirm with `c` - unconfirm with `u`
This commit is contained in:
@ -40,6 +40,7 @@ import Http
|
||||
import Page exposing (Page(..))
|
||||
import Set exposing (Set)
|
||||
import Throttle exposing (Throttle)
|
||||
import Util.Html exposing (KeyCode)
|
||||
import Util.Tag
|
||||
|
||||
|
||||
@ -265,6 +266,7 @@ type Msg
|
||||
| ResetHiddenMsg Field (Result Http.Error BasicResult)
|
||||
| SaveNameResp (Result Http.Error BasicResult)
|
||||
| UpdateThrottle
|
||||
| KeyPress (Maybe KeyCode)
|
||||
|
||||
|
||||
type SaveNameState
|
||||
|
Reference in New Issue
Block a user