feat(grfn/xanthous): Load keybindings from a data file
Change-Id: I62ac54543da5c855c86d39956e611fd44515e9a9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5443 Autosubmit: grfn <grfn@gws.fyi> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
4be5aaa001
commit
79aceaec17
6 changed files with 154 additions and 37 deletions
21
users/grfn/xanthous/src/Xanthous/keybindings.yaml
Normal file
21
users/grfn/xanthous/src/Xanthous/keybindings.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
q: Quit
|
||||
.: Wait
|
||||
C-p: PreviousMessage
|
||||
',': PickUp
|
||||
d: Drop
|
||||
o: Open
|
||||
c: Close
|
||||
;: Look
|
||||
e: Eat
|
||||
S: Save
|
||||
r: Read
|
||||
i: ShowInventory
|
||||
I: DescribeInventory
|
||||
w: Wield
|
||||
f: Fire
|
||||
'<': GoUp
|
||||
'>': GoDown
|
||||
R: Rest
|
||||
|
||||
# Debug commands
|
||||
M-r: ToggleRevealAll
|
||||
Loading…
Add table
Add a link
Reference in a new issue