calculator icon indicating copy to clipboard operation
calculator copied to clipboard

Start calculator with certain mode

Open ahmadhatahet opened this issue 3 years ago • 7 comments

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 normally If I can add the mode to this, like: calculator://scientific -- this would start calculator in scientific mode calculator://graphing -- this would start calculator in graphing mode

I'm just suggesting this idea. I don't want to implement it.

Many Thanks

ahmadhatahet avatar Apr 12 '21 21:04 ahmadhatahet

This is your friendly Microsoft Issue Bot. I've seen this issue come in and have gone to tell a human about it.

MicrosoftIssueBot avatar Apr 12 '21 22:04 MicrosoftIssueBot

Thanks for the suggestion! Interesting idea -- there are a couple features to help quickly get into a specific mode. Are there scenarios that Win+R could help with that these do not already cover?

Keyboard Shortcuts Alt+1 is mapped to Standard, Alt+2 is mapped to Scientific, etc.

Jump List image

grochocki avatar Apr 15 '21 05:04 grochocki

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?

TheWandererLee avatar May 13 '21 04:05 TheWandererLee

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?

grochocki avatar May 26 '21 08:05 grochocki

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.

mdtauk avatar May 26 '21 08:05 mdtauk

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.

Mapaler avatar Mar 02 '23 07:03 Mapaler

A simple command line argument for the mode should do the job as well and will be more straight forward. (it's sad that windows ecosystem is not inheriting this simple and bulletproof solution from *nix systems)

KhaimovMR avatar Jan 06 '24 22:01 KhaimovMR

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.

joelwmorton avatar Feb 21 '24 19:02 joelwmorton