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:
parent
653a9d0616
commit
163468cabe
1 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
# Warning:
|
||||
# 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
|
||||
#ifdef APPLE
|
||||
cmd=yes
|
||||
|
@ -263,11 +266,11 @@
|
|||
[/hotkey]
|
||||
[hotkey]
|
||||
command=wbbumpupaction
|
||||
key=1
|
||||
key="page up"
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=wbbumpdownaction
|
||||
key=2
|
||||
key="page down"
|
||||
[/hotkey]
|
||||
|
||||
#undef IF_APPLE_CMD_ELSE_CTRL
|
||||
|
|
Loading…
Add table
Reference in a new issue