Whiteboard: changed keys to move actions up and down the queue...

...to pgup and pgdown, since 1, 2 were taken but not listed in
hotkeys.cfg
This commit is contained in:
Gabriel Morin 2010-07-07 05:42:35 +00:00
parent 653a9d0616
commit 163468cabe

View File

@ -2,6 +2,9 @@
# Warning: # Warning:
# any hotkey that uses shift should not trigger any animation(s) in game since shift toggles accelerated mode # any hotkey that uses shift should not trigger any animation(s) in game since shift toggles accelerated mode
# One good way of knowing the common name of a special key to use in the 'key=' field below is to
# consult 'man SDLKey' on a linux system.
#define IF_APPLE_CMD_ELSE_CTRL #define IF_APPLE_CMD_ELSE_CTRL
#ifdef APPLE #ifdef APPLE
cmd=yes cmd=yes
@ -263,11 +266,11 @@
[/hotkey] [/hotkey]
[hotkey] [hotkey]
command=wbbumpupaction command=wbbumpupaction
key=1 key="page up"
[/hotkey] [/hotkey]
[hotkey] [hotkey]
command=wbbumpdownaction command=wbbumpdownaction
key=2 key="page down"
[/hotkey] [/hotkey]
#undef IF_APPLE_CMD_ELSE_CTRL #undef IF_APPLE_CMD_ELSE_CTRL