diff --git a/Projects/Simba/simbaunit.pas b/Projects/Simba/simbaunit.pas index 6a197fd..333c645 100644 --- a/Projects/Simba/simbaunit.pas +++ b/Projects/Simba/simbaunit.pas @@ -71,15 +71,14 @@ const {$IFDEF LINUX} shortcut_StartScript = 'R'; shortcut_StopScript = 'S'; - shortcut_PickColour = 'P'; + shortcut_PickColour = '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