ui: acc: enter key also enters register, for now
This commit is contained in:
parent
25a0a7c4dd
commit
8685a78795
@ -219,7 +219,7 @@ handleAccountsScreen st@AppState{aScreen=scr@AccountsScreen{asState=l}} e = do
|
||||
Vty.EvKey (Vty.KChar '9') [] -> reload $ setDepth 9 st
|
||||
Vty.EvKey (Vty.KChar '0') [] -> reload $ setDepth 0 st
|
||||
Vty.EvKey (Vty.KLeft) [] -> continue $ popScreen st
|
||||
Vty.EvKey (Vty.KRight) [] -> do
|
||||
Vty.EvKey (k) [] | k `elem` [Vty.KRight, Vty.KEnter] -> do
|
||||
let st' = screenEnter d RS.screen{rsAcct=acct} st
|
||||
vScrollToBeginning $ viewportScroll "register"
|
||||
continue st'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user