Changeset 257 for trunk/LocalPlayer/Enhance.pas
- Timestamp:
- Jun 10, 2020, 9:47:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Enhance.pas
r188 r257 366 366 Shift: TShiftState); 367 367 begin 368 if Key = VK_ESCAPE then 369 Close 370 else if Key = VK_F1 then 368 if Key = VK_F1 then 371 369 HelpDlg.ShowNewContent(FWindowMode or wmPersistent, hkText, 372 370 HelpDlg.TextIndex('MACRO'))
Note:
See TracChangeset
for help on using the changeset viewer.