-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start calculator with certain mode #1524
Comments
This is your friendly Microsoft Issue Bot. I've seen this issue come in and have gone to tell a human about it. |
Command-line arguments could be an option as well, "calc.exe --scientific", "calc.exe -m 1", or something of the sort. But I don't have a legitimate use case for it either. I'm just testing URI app handlers in the registry to launch calc from web links like "calc://" in which the the entire URI would be passed as the first argument. So it would need to handle "calc.exe --url calc://scientific" in that case. It does seem like a lot of trouble when I'm sure the startup mode could just be specified in advance, in the registry/config of the software somewhere? |
There is a suggestion to add a setting to allow users to specify the default launch behavior (#486). Do you think this would help address your use case? |
Not sure what would be the right UI for doing this, but it could be useful to offer Pinned tiles which open directly to a specific converter or calculator mode. Maybe pinned tiles could also be listed on the Jumplist for a taskbar icon. |
I often need to switch between scientific mode and programmer mode, I use a third-party quick launcher to manage my program list, and I need to be able to specify startup parameters. |
A simple command line argument for the mode should do the job as well and will be more straight forward. |
I often run a series of calculations and then need to switch over to conversion mode to get the appropriate units. I'm often switching between pencil/paper algebra and calculations, and I rarely if ever need to start in conversion mode, so having a command line switch, or a settings option to select which mode the app always open to (including most recently used) would be a big help. Using the ALT hotkeys once in the app requires getting my fingers set on the home row, or hunt-and-pecking. I'd rather just open the app with my mouse from its taskbar icon and use the number-pad without needing to get my fingers set to type, cutting out a step in the pencil -> mouse -> keyboard -> keypad chain. |
I switch a lot between different modes like scientific and graphing.
I would like if possible to add two shortcuts each one points to a different mode, for example:
If I use run (windows + R) to start calculator I could write this command:
calculator://
-- this would start calculator normallyIf I can add the mode to this, like:
calculator://scientific
-- this would start calculator in scientific modecalculator://graphing
-- this would start calculator in graphing modeI'm just suggesting this idea. I don't want to implement it.
Many Thanks
The text was updated successfully, but these errors were encountered: