add hotkey for objectives, #7830
This commit is contained in:
parent
b54c1e4899
commit
5b08c99e77
3 changed files with 12 additions and 0 deletions
1
MANUAL
1
MANUAL
|
@ -51,6 +51,7 @@ alt-l Attach a text label to a terrain hex
|
|||
alt-s Show status table
|
||||
ctrl-t Show terrain table
|
||||
ctrl-m Toggle muting of game sounds
|
||||
ctrl-j Show scenario objectives
|
||||
: Command mode, see http://wesnoth.slack.it/?CommandMode
|
||||
|
||||
For Mac OS X, the Cmd key is used instead of Ctrl, and Opt is used
|
||||
|
|
|
@ -27,6 +27,7 @@ CVS HEAD:
|
|||
* fixed Lich using wrong image (#14139)
|
||||
* made checksums work on AMD64
|
||||
* fixed broken scepter of fire attack icon (#14028)
|
||||
* added hotkey ctrl-j to show objectives (#7830)
|
||||
* various bug fixes and code cleanups
|
||||
|
||||
Version 0.9.5:
|
||||
|
|
|
@ -301,6 +301,11 @@ default=yes
|
|||
key=;
|
||||
shift=yes
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=objectives
|
||||
key=j
|
||||
cmd=yes
|
||||
[/hotkey]
|
||||
#else
|
||||
[hotkey]
|
||||
command=preferences
|
||||
|
@ -485,6 +490,11 @@ default=yes
|
|||
key=;
|
||||
shift=yes
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=objectives
|
||||
key=j
|
||||
ctrl=yes
|
||||
[/hotkey]
|
||||
#endif
|
||||
|
||||
{units.cfg}
|
||||
|
|
Loading…
Add table
Reference in a new issue