mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-15 13:55:08 -05:00
Simba: Update and add TODO files.
Plus a minor cleanup.
This commit is contained in:
parent
f45b01daac
commit
af3681247b
@ -71,15 +71,14 @@ const
|
||||
{$IFDEF LINUX}
|
||||
shortcut_StartScript = '<Ctrl><Alt>R';
|
||||
shortcut_StopScript = '<Ctrl><Alt>S';
|
||||
shortcut_PickColour = '<Ctrl><Alt>P';
|
||||
shortcut_PickColour = '<Ctrl><Alt>P';
|
||||
{$ELSE}
|
||||
shortcut_StartScriptMod = MOD_CONTROL or MOD_ALT;
|
||||
shortcut_StartScriptKey = VK_R;
|
||||
shortcut_StopScriptMod = MOD_CONTROL or MOD_ALT;
|
||||
shortcut_StopScriptKey = VK_S;
|
||||
shortcut_PickColourMod = MOD_CONTROL or MOD_ALT;
|
||||
shortcut_PickColourKey = VK_P;
|
||||
// Windows shortcuts here
|
||||
shortcut_StopScriptMod = MOD_CONTROL or MOD_ALT;
|
||||
shortcut_StopScriptKey = VK_S;
|
||||
shortcut_PickColourMod = MOD_CONTROL or MOD_ALT;
|
||||
shortcut_PickColourKey = VK_P;
|
||||
{$ENDIF}
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user