Changeset 261 for trunk/LocalPlayer/Help.pas
- Timestamp:
- Jun 11, 2020, 12:40:26 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Help.pas
r245 r261 127 127 128 128 uses 129 Directories, ClientTools, Term, Tribes, Inp, Messg, UPixelPointer, Global; 129 Directories, ClientTools, Term, Tribes, Inp, Messg, UPixelPointer, Global, 130 UKeyBindings; 130 131 131 132 {$R *.lfm} … … 2010 2011 Shift: TShiftState); 2011 2012 begin 2012 if Key = VK_F1then // my key2013 if KeyToShortCut(Key, Shift) = BHelp.ShortCut then // my key 2013 2014 else 2014 inherited 2015 inherited; 2015 2016 end; 2016 2017
Note:
See TracChangeset
for help on using the changeset viewer.