mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 12:04:24 +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:
|
||||
# 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
|
||||
[hotkey]
|
||||
command=accelerated
|
||||
@ -37,10 +42,6 @@
|
||||
command=command
|
||||
key=:
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=aiformula
|
||||
key=f
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=continue
|
||||
key=t
|
||||
|
Loading…
x
Reference in New Issue
Block a user