Skip to content
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

Closed
ahmadhatahet opened this issue Apr 12, 2021 · 8 comments
Closed

Start calculator with certain mode #1524

ahmadhatahet opened this issue Apr 12, 2021 · 8 comments

Comments

@ahmadhatahet
Copy link

ahmadhatahet commented Apr 12, 2021

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

@MicrosoftIssueBot
Copy link
Collaborator

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

@grochocki
Copy link
Contributor

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

@TheWandererLee
Copy link

TheWandererLee commented May 13, 2021

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?

@grochocki
Copy link
Contributor

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?

@mdtauk
Copy link

mdtauk commented May 26, 2021

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.

@Mapaler
Copy link

Mapaler commented Mar 2, 2023

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.

@KhaimovMR
Copy link

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)

@joelwmorton
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants