Changeset 385 for trunk/Start.pas


Ignore:
Timestamp:
Apr 27, 2021, 6:42:29 PM (3 years ago)
Author:
chronos
Message:
  • Added: Allow to change key bindings from Settings dialog.
  • Added: Allow to reset settings in Settings dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Start.pas

    r381 r385  
    428428    Free;
    429429  end;
     430
     431  KeyBindings.LoadFromRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings');
    430432end;
    431433
     
    450452    Free;
    451453  end;
     454
     455  KeyBindings.SaveToRegistry(HKEY_CURRENT_USER, AppRegistryKey + '\KeyBindings');
    452456end;
    453457
Note: See TracChangeset for help on using the changeset viewer.