mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 02:15:19 +00:00
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
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user