You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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,),)),
|
|
)
|