Microsoft/calculator

Update support and keyboard documentation

Open

#157 aperta il 7 mar 2019

Vedi su GitHub
 (10 commenti) (19 reazioni) (0 assegnatari)C++ (2422 fork)batch import
EnhancementPri: 2help wantedneeds spec

Metriche repository

Star
 (16.196 star)
Metriche merge PR
 (Merge medio 15h 43m) (7 PR mergiate in 30 g)

Descrizione

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:

  1. Improve the discoverability of keyboard shortcuts. Currently, pressing the 'alt' key reveals what keys will press, which is great: image

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

  1. 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).

  2. Extensively test keyboard navigation. Recently, I found #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: image

Alternatively, this is another way of implementing the proposal: image

Guida contributor