This repository was archived by the owner on Jul 24, 2025. It is now read-only.
Fn+F12 opens a new instance of the calculator app everytime is pressed. #677
Closed
EmiliManzano
started this conversation in
General
Replies: 2 comments
-
|
It's up to each program how stuff like this is handled. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
While LLT can't modify this natively, there certainly are apps that could give you your desired outcome by monitoring/restricting process execution. For example, I'm almost certain AutoHotKey can detect whether the Calculator app is running, and if a new Calculator process is launched, to prevent/terminate the new process and then make the existing Calculator process window active. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would find more logical to open the one that is already running every time you use the Fn + F12 action, to continue with previous operations.
I don't know if is intended or not :)
Beta Was this translation helpful? Give feedback.
All reactions