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

Pressing 'x' should be the equivalent to muliply #512

Closed
andreaspalmer opened this issue May 20, 2019 · 9 comments
Closed

Pressing 'x' should be the equivalent to muliply #512

andreaspalmer opened this issue May 20, 2019 · 9 comments

Comments

@andreaspalmer
Copy link

Problem Statement

When quickly calculating some numbers it is very nice to keep your hands on the keyboard instead of reaching for the mouse and hitting the 'x' button on the UI.

Evidence or User Insights

When using the calculator on Google you can easily type "21x9" and it will give you the result. Having this in the Windows App will make the users life easier and more efficient

Proposal

By pressing the 'x' key it should be the equivalent to muliply on the on screen UI

Goals

More efficiency

@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.

@HowardWolosky
Copy link
Member

HowardWolosky commented May 20, 2019

Just to be sure, you're aware that * would enable you to do this from the keyboard (and it's available both via the numpad as well as via SHIFT+8)? Your suggestion is that in addition to using asterisk (*), you think it should support x as well?

@BenCoden
Copy link

BenCoden commented May 21, 2019 via email

@andreaspalmer
Copy link
Author

Just to be sure, you're aware that * would enable you to do this from the keyboard (and it's available both via the numpad as well as via SHIFT+8)? Your suggestion is that in addition to using asterisk (*), you think it should support x as well?

Yes, I think so too as Benjamin already mentioned, if you don't know the shortcut or use a keyboard layout where the asterisk is not easy to access (using ISO-DE I need to press 'shift' and '+')

@MovGP0
Copy link

MovGP0 commented May 21, 2019

My keyboard layout (Neo2) actually supports both, the • (scalar product) and the × (vector cross product) character. 😅

Not sure if the caracter x is really the best choice to represent a scalar product, since it has the meaning of an variable in mathematics, and the meaning of position in physics. 🤔

@michael-hawker
Copy link

@MovGP0 now I want a Vector/Matrix Mode! 😊

@grochocki
Copy link
Contributor

By pressing the 'x' key it should be the equivalent to muliply on the on screen UI

This will conflict with using key 'x' to represent the variable 'x' in #338. Since that mode also supports multiplication, it can lead to a confusion when switching between modes.

@ghost
Copy link

ghost commented Jun 17, 2019

Thanks again for submitting your idea! However, after reviewing this pitch more closely, we do not believe it is a great fit for the product at this time. Thank you for your contribution to Calculator!

@ghost ghost removed the needs pitch review label Jun 17, 2019
@ghost ghost closed this as completed Jun 17, 2019
@grochocki
Copy link
Contributor

"x" is already mapped to "Exp" in scientific mode and will be mapped to the variable "x" in graphing mode, so sometimes using it to refer to multiplication may be confusing. I believe the implementation for #519 might lead to free-form input, which would allow for natural input of expressions, and there are also pitches tracking improved input entry (#519) and parsing (#526), which should help out here too. Finally, we are looking to improve support documentation (including keyboard shortcuts) via #157.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants