Ignore:
Timestamp:
Jun 10, 2020, 9:47:11 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Allow to close windows by Escape key.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Enhance.pas

    r188 r257  
    366366  Shift: TShiftState);
    367367begin
    368   if Key = VK_ESCAPE then
    369     Close
    370   else if Key = VK_F1 then
     368  if Key = VK_F1 then
    371369    HelpDlg.ShowNewContent(FWindowMode or wmPersistent, hkText,
    372370      HelpDlg.TextIndex('MACRO'))
Note: See TracChangeset for help on using the changeset viewer.