mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-15 22:05:09 -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}
|
{$IFDEF LINUX}
|
||||||
shortcut_StartScript = '<Ctrl><Alt>R';
|
shortcut_StartScript = '<Ctrl><Alt>R';
|
||||||
shortcut_StopScript = '<Ctrl><Alt>S';
|
shortcut_StopScript = '<Ctrl><Alt>S';
|
||||||
shortcut_PickColour = '<Ctrl><Alt>P';
|
shortcut_PickColour = '<Ctrl><Alt>P';
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
shortcut_StartScriptMod = MOD_CONTROL or MOD_ALT;
|
shortcut_StartScriptMod = MOD_CONTROL or MOD_ALT;
|
||||||
shortcut_StartScriptKey = VK_R;
|
shortcut_StartScriptKey = VK_R;
|
||||||
shortcut_StopScriptMod = MOD_CONTROL or MOD_ALT;
|
shortcut_StopScriptMod = MOD_CONTROL or MOD_ALT;
|
||||||
shortcut_StopScriptKey = VK_S;
|
shortcut_StopScriptKey = VK_S;
|
||||||
shortcut_PickColourMod = MOD_CONTROL or MOD_ALT;
|
shortcut_PickColourMod = MOD_CONTROL or MOD_ALT;
|
||||||
shortcut_PickColourKey = VK_P;
|
shortcut_PickColourKey = VK_P;
|
||||||
// Windows shortcuts here
|
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user