-
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
Update support and keyboard documentation #157
Comments
This is your friendly Microsoft Issue Bot. I've seen this issue come in and have gone to tell a human about it. |
Thanks for the feature suggestion! This is really well thought-out, and we really appreciate it. Calculator currently uses a mix of Access Keys and Keyboard Accelerators, which are intended for slightly different purposes: Access Keys
Keyboard Accelerators
We should consider how to balance the use of both of these types of keyboard interactions to provide the best experience for users who prefer to use the keyboard. Let's keep this idea open for discussion so the community has the chance to provide feedback. |
I never even thought of pressing the ALT key to get at the keyboard accelerators. My first instinct was always to hover the mouse over the keys, but unfortunately this doesn't display anything at all. The keyboard accelerators would be a lot more discoverable if they were displayed on mouse hover. |
We reviewed the pitch and would love to explore this idea further! The pitch is a great start, but there are still some open questions. Moving this into planning to iron out some of those details. A human will follow up with some feedback on your pitch shortly. Keep in mind that not all ideas that make it into the planning phase are guaranteed to make it to release. For more information on next steps, check out our spec workflow. |
We would love to make it easier for users to understand what keyboard shortcuts are available, but we also want to make sure that we follow the proper guidance in regards to the use of access keys and keyboard accelerators. We would like to propose the following:
I created calculator-specs/supportdocs to track progress. |
This a huge problem especially because there are too many different ways being used already which is for a user like me very confusing. Example:
So we have three different ways currently to show hotkeys but all of them are incomplete and just one of it reveals the shortcut for a specific action. No matter how this gets solved but I suggest that everything else should be "fixed" to this way then. Please do not leave the current behavior untouched if possible. |
After tolerating it for long enough, with no awareness of the new keys (IIRC, in the old calc.exe it was CTRL+1 .. CTRL+4), I finally landed here. Glad it's already implemented. I still prefer CTRL+1...CTRL+4 though. :) Poking around here's what I get with the fn keys:
|
Even something basic like a link to this page in 'About' would be an improvement: https://support.microsoft.com/en-au/help/13805/windows-keyboard-shortcuts-in-apps |
This support page was very recently updated with a complete list of keyboard shortcuts. Adding a link to this in the about page seems reasonable in the short term. Will include in #596. Long term, we don't think memorizing (or even referencing) a somewhat obscure list of shortcut mappings makes a lot of sense. #526 and #620 are intended to add support for more natural keyboard input (i.e., if you want cosine, you just type out "cos", and not have to remember that the shortcut key is mapped to 'o'), similar to what we are introducing in graphing mode. |
Please don't change existing shortcuts: #1396 |
Problem Statement
Some users are much quicker when navigating with a keyboard, instead of the mouse. While the application has many keyboard shortcuts, some improvements could be made to improve it.
Evidence or User Insights
Proposal
Here is what I'm proposing:
It would be better if there was a way of displaying all the keys, including the various functions, or changing modes. For example, the F1 key (which is traditionally bound to bringing the 'help' for the application) is completely unbound; it would be useful if it showed a list of the keyboard shortcuts, or perhaps some labels near the keys similar to what happens when pressing 'Alt'.
Assign keys to the buttons which don't have any. For example, in the "Programmer" view, there is no key to toggle between "keypad" and "bit" modes. Also, in the "bit" mode, you can't type any number using the keyboard (you could in the old win7 calculator).
Extensively test keyboard navigation. Recently, I found Numpad 'enter' key should always be equivalent to pressing '=' #152 which is a pretty annoying issue for people who use the keyboard extensively.
Goals
Users who are more comfortable with using the keyboard can use Calculator without having to touch the mouse, and can do their work much more quickly.
Non-Goals
Low-Fidelity Concept
Here is a crudely drawn concept for proposal 1:
Alternatively, this is another way of implementing the proposal:
The text was updated successfully, but these errors were encountered: