mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 19:29:04 +00:00
fixed AI hotkeys to work on machines other than Apples
This commit is contained in:
parent
896f3298a8
commit
b36e9cf757
@ -2,6 +2,11 @@
|
|||||||
# 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
|
||||||
|
|
||||||
|
[hotkey]
|
||||||
|
command=aiformula
|
||||||
|
key=f
|
||||||
|
[/hotkey]
|
||||||
|
|
||||||
#ifdef APPLE
|
#ifdef APPLE
|
||||||
[hotkey]
|
[hotkey]
|
||||||
command=accelerated
|
command=accelerated
|
||||||
@ -37,10 +42,6 @@
|
|||||||
command=command
|
command=command
|
||||||
key=:
|
key=:
|
||||||
[/hotkey]
|
[/hotkey]
|
||||||
[hotkey]
|
|
||||||
command=aiformula
|
|
||||||
key=f
|
|
||||||
[/hotkey]
|
|
||||||
[hotkey]
|
[hotkey]
|
||||||
command=continue
|
command=continue
|
||||||
key=t
|
key=t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user