Restored the old control scheme as the default
This commit is contained in:
parent
4f50ef2be8
commit
fe4064d774
3 changed files with 4 additions and 2 deletions
|
@ -28,6 +28,7 @@ Version 1.11.8+dev:
|
|||
* Fixed subtle magenta TC for the Giant Mudcrawler sprites not being
|
||||
enabled in-game.
|
||||
* User interface:
|
||||
* Restored the old controll scheme as the default
|
||||
* Fixed hidden variations of unit types (hide_help=yes) being listed in the
|
||||
help browser when they shouldn't.
|
||||
* Gray-out GUI1 scrollbar upwards scrolling button by default when starting
|
||||
|
|
|
@ -15,12 +15,12 @@
|
|||
|
||||
[hotkey]
|
||||
button=1
|
||||
command="selecthex"
|
||||
command="selectmoveaction"
|
||||
mouse=0
|
||||
[/hotkey]
|
||||
[hotkey]
|
||||
button=3
|
||||
command="moveaction"
|
||||
command="deselecthex"
|
||||
mouse=0
|
||||
[/hotkey]
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ Version 1.11.8+dev:
|
|||
enabled in-game.
|
||||
|
||||
* User interface:
|
||||
* Restored the old controll scheme as the default
|
||||
* Fixed hidden variations of unit types (hide_help=yes) being listed in the
|
||||
help browser when they shouldn't.
|
||||
* Truncate long Advanced Preferences entries with ellipses to avoid
|
||||
|
|
Loading…
Add table
Reference in a new issue