9 lines
395 B
Plaintext
9 lines
395 B
Plaintext
(
|
|
move_left: Some(( code: Char('h'), modifiers: ( bits: 0,),)),
|
|
move_right: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
|
|
move_up: Some(( code: Char('k'), modifiers: ( bits: 0,),)),
|
|
move_down: Some(( code: Char('j'), modifiers: ( bits: 0,),)),
|
|
stash_open: Some(( code: Char('l'), modifiers: ( bits: 0,),)),
|
|
open_help: Some(( code: F(1), modifiers: ( bits: 0,),)),
|
|
)
|