parent
649f672005
commit
3adf224851
2 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,7 @@ Version 1.9.1+svn:
|
|||
(bug #16724).
|
||||
* Fixed: A resize glitch causing resize events to be lost.
|
||||
* Changed: All buttons in the title screen now have a hotkey.
|
||||
* Changed: Refresh cache hotkey is CMD+F5 on the Mac by default now.
|
||||
* WML Engine:
|
||||
* id= in SUFs now accepts a comma-separated list
|
||||
* [capture_village] now accepts a full SLF
|
||||
|
|
|
@ -281,6 +281,10 @@
|
|||
[hotkey]
|
||||
command=title_screen__reload_wml
|
||||
key=F5
|
||||
#ifdef APPLE
|
||||
# plain F5 is bound to Exposé see bug #16744
|
||||
cmd=yes
|
||||
#else
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=title_screen__next_tip
|
||||
|
|
Loading…
Add table
Reference in a new issue