Ignore:
Timestamp:
Mar 2, 2021, 10:45:43 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Store key bindings in registry.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r291 r292  
    34033403  i, j: integer;
    34043404begin
     3405  KeyBindings.LoadFromRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings');
    34053406  UpdateKeyShortcuts;
    34063407
     
    35073508  I: Integer;
    35083509begin
     3510  KeyBindings.SaveToRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings');
    35093511  MainFormKeyDown := nil;
    35103512  FreeAndNil(sb);
Note: See TracChangeset for help on using the changeset viewer.