Changeset 387 for trunk/LocalPlayer/UKeyBindings.pas
- Timestamp:
- Apr 27, 2021, 9:37:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/UKeyBindings.pas
r386 r387 61 61 BStay: TKeyBinding; 62 62 BNoOrders: TKeyBinding; 63 BPrevUnit: TKeyBinding; 64 BNextUnit: TKeyBinding; 63 65 BCancel: TKeyBinding; 64 66 BPillage: TKeyBinding; … … 308 310 BStay := AddItem('Stay', 'Stay', 'S'); 309 311 BNoOrders := AddItem('NoOrders', 'No orders', 'Space'); 312 BPrevUnit := AddItem('PrevUnit', 'Previous unit', 'Del'); 313 BNextUnit := AddItem('NextUnit', 'Next unit', 'Ins'); 310 314 BCancel := AddItem('Cancel', 'Cancel', 'Ctrl+C'); 311 315 BPillage := AddItem('Pillage', 'Pillage', 'Ctrl+P');
Note:
See TracChangeset
for help on using the changeset viewer.