fixed AI hotkeys to work on machines other than Apples
This commit is contained in:
parent
896f3298a8
commit
b36e9cf757
1 changed files with 5 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue