Ignore:
Timestamp:
Jun 11, 2020, 12:40:26 AM (4 years ago)
Author:
chronos
Message:
  • Added: Partial support for key bindings configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.pas

    r245 r261  
    127127
    128128uses
    129   Directories, ClientTools, Term, Tribes, Inp, Messg, UPixelPointer, Global;
     129  Directories, ClientTools, Term, Tribes, Inp, Messg, UPixelPointer, Global,
     130  UKeyBindings;
    130131
    131132{$R *.lfm}
     
    20102011  Shift: TShiftState);
    20112012begin
    2012   if Key = VK_F1 then // my key
     2013  if KeyToShortCut(Key, Shift) = BHelp.ShortCut then // my key
    20132014  else
    2014     inherited
     2015    inherited;
    20152016end;
    20162017
Note: See TracChangeset for help on using the changeset viewer.