Ignore:
Timestamp:
Apr 27, 2021, 9:37:48 PM (3 years ago)
Author:
chronos
Message:
  • Added: New action keys for quick switching between units. "Next Unit" Insert key and "Previous Unit" Delete key.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/UKeyBindings.pas

    r386 r387  
    6161  BStay: TKeyBinding;
    6262  BNoOrders: TKeyBinding;
     63  BPrevUnit: TKeyBinding;
     64  BNextUnit: TKeyBinding;
    6365  BCancel: TKeyBinding;
    6466  BPillage: TKeyBinding;
     
    308310  BStay := AddItem('Stay', 'Stay', 'S');
    309311  BNoOrders := AddItem('NoOrders', 'No orders', 'Space');
     312  BPrevUnit := AddItem('PrevUnit', 'Previous unit', 'Del');
     313  BNextUnit := AddItem('NextUnit', 'Next unit', 'Ins');
    310314  BCancel := AddItem('Cancel', 'Cancel', 'Ctrl+C');
    311315  BPillage := AddItem('Pillage', 'Pillage', 'Ctrl+P');
Note: See TracChangeset for help on using the changeset viewer.