X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=config%2Fcommands;h=ba35ecb15674960fc4aaa3a15424b21db56dbaeb;hb=ffacb8844b9d843fe82ba7f912706b2e96bc6856;hp=cdd65b96ea2d296ff8e39ab7e2dafab8d471d477;hpb=88aa628d575ff69afba9e7d7a90873e40ded1fde;p=plomrogue diff --git a/config/commands b/config/commands index cdd65b9..ba35ecb 100644 --- a/config/commands +++ b/config/commands @@ -35,9 +35,8 @@ 35 wk_keys_d win keybindings config keybindings nav down 36 wk_keys_u win keybindings config keybindings nav up 37 wk_keys_m win keybindings config keybindings modify -38 reload_wins reload windows configuration -39 save_winconf save windows' configuration -40 save_keys save global keybindings +38 reload_conf reload windows and keybindings configuration +39 save_conf save windows and keybindings 41 map_u map up 42 map_d map down 43 map_l map left @@ -45,3 +44,7 @@ 45 map_c map center player 46 to_a_keywin toggle view of available keybindings 46 to_inv toggle inventory window +47 drop drop object from inventory +48 pick pick up object from ground +49 inv_d inventory selection down +50 inv_u inventory selection up