Removed the hotkey to enable/disable mouse scrolling
it conflicts with setting team labels and is generally just confusing most users fixes bug #14164: Default "set team label" hotkey does not work
This commit is contained in:
parent
9f426d8060
commit
63ef91b385
3 changed files with 8 additions and 7 deletions
|
@ -7,13 +7,15 @@ Version 1.7.3+svn:
|
|||
* New melee animation for Thunderguard, Dragonguard.
|
||||
* Language and i18n:
|
||||
* Updated translations: Russian
|
||||
* User interface:
|
||||
* Removed the hotkey to enable/disable mouse scrolling
|
||||
* WML Engine:
|
||||
* Support for [show_if] inside [message]
|
||||
* Miscellaneous and bugfixes:
|
||||
* Removed obsolete code for implicit linked widgets for the listbox
|
||||
* [part] caption= is no longer supported; prepend the CAPTION macro
|
||||
to story text instead
|
||||
* Fixed 100% CPU usage on storyscreens with no text (e.g. map screens)
|
||||
* WML Engine:
|
||||
* Support for [show_if] inside [message]
|
||||
* Fix ODR issues in gui2
|
||||
|
||||
Version 1.7.3:
|
||||
|
|
|
@ -122,11 +122,6 @@
|
|||
key=o
|
||||
{IF_APPLE_CMD_ELSE_CTRL}
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=mousescroll
|
||||
key=l
|
||||
{IF_APPLE_CMD_ELSE_CTRL}
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
command=mute
|
||||
key=m
|
||||
|
|
|
@ -6,9 +6,13 @@ Version 1.7.3+svn:
|
|||
* Graphics:
|
||||
* New portraits for Ancient Wose, Ruffian, Master-at-arms.
|
||||
* New melee animation for Thunderguard, Dragonguard.
|
||||
|
||||
* Language and translations:
|
||||
* Updated translations: Russian.
|
||||
|
||||
* User interface:
|
||||
* Removed the hotkey to enable/disable mouse scrolling
|
||||
|
||||
|
||||
Version 1.7.3:
|
||||
* Campaigns:
|
||||
|
|
Loading…
Add table
Reference in a new issue