Changes between Initial Version and Version 2 of Ticket #3051


Ignore:
Timestamp:
Feb 12, 2015, 9:30:39 PM (9 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3051

    • Property Keywords review patch added
  • Ticket #3051 – Description

    initial v2  
    1 Problem: If one uses Alt+DoubleClick to select all units of the same kind, WASD to scroll and also experiences this bug http://trac.wildfiregames.com/ticket/2809 it is likely that the shortcut Alt+D = developer console will be triggered and people think that one cheats.
     1Problem: If one uses Alt+DoubleClick to select all units of the same kind, WASD to scroll and also experiences #2809, it is likely that the shortcut Alt+D = developer console will be triggered and people think that one cheats.
    22
    33Thats why I decided to delete this shortcut by assigning it to an empty string in local.cfg.
    44(http://trac.wildfiregames.com/wiki/Manual_Settings)
    55
    6 With this config an error message is triggered unnecessarily.
     6
     7With this config a the following error message is triggered unnecessarily:
     8
     9
     10{{{
     11ERROR: Encountered config setting 'hotkey.session.devcommands.toggle' without value while parsing 'config/local.cfg' on line 23
     12}}}
     13
    714
    815This patch removes the error message.
     16
     17The error message is not necessary in this case, since the game builds and runs without problems and the shortcut is deleted successfully.