Changes between Initial Version and Version 11 of Ticket #4008


Ignore:
Timestamp:
Aug 22, 2016, 8:34:10 PM (8 years ago)
Author:
Imarok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4008

    • Property Type defectenhancement
  • Ticket #4008 – Description

    initial v11  
    1 There are hotkeys for almost all unit actions (destroy, garrison, guard, ...), but some are missing, for example '''repairing''' and '''unloading'''. They should be added for completeness.
     1There are hotkeys for almost all unit actions (destroy, garrison, guard, ...), but some are missing: '''back-to-work''', '''heal''' and '''capture'''. They should be added for completeness.
    22
    3 The most problematic part will be finding unused keys, as R is used for reseting the camera, see `default.cfg`. Maybe a modifier key has to be used.
     3The most problematic part will be finding an unused key for '''back-to-work''', see `default.cfg`.
     4('''heal''' and '''capture''' should be set to unused(#3051), as they are the default actions)
    45
    56The files to modify can be found in `binaries/data/mod/public/gui/session/`. `unit_actions.js` should show that hotkey in the tooltips, see also r18252.