diff --git a/RunZ.ahk b/RunZ.ahk index b7ea9be..d6a0982 100644 --- a/RunZ.ahk +++ b/RunZ.ahk @@ -925,6 +925,12 @@ SearchCommand(command = "", firstRun = false) if (result == "") { + if (IsLabel("Calc") && Eval(g_CurrentInput) != 0) + { + DisplayResult(Eval(g_CurrentInput)) + return + } + g_UseFallbackCommands := true g_CurrentCommand := g_FallbackCommands[1] g_CurrentCommandList := g_FallbackCommands