-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Describe the problem this feature would solve
As a programmer, I'm rather focussed to handle apps using the keyboard than using the mouse or other gesture device. That's why I'd like to suggest to improve accessibility of the 2fast app by adding more keyboard shortcuts. This would ease handling a lot.
Describe the solution
-
When the app opens, the list of registered clients should receive focus from the beginning.
-
The list of registered clients should be scrollable using cursor keys, like UP ARROW / DOWN ARROW / HOME / END / PAGE UP / PAGE DOWN.
-
Hitting ENTER (or RETURN, resp.) should copy the corresponding list item's current value to the clipboard:
-
Moreover, hitting any of the number keys (1 to 0) should copy the corresponding list item's current value to the clipboard:

This way, the first 10 list items' values can easily and quickly be copied. -
Finally, I suggest the clickable area for copying a list item's value to be extended to encompass all three StackPanel items:
- The current value
- The copy icon
- The countdown icon

This will make it easier to copy the current item's value using the mouse or similar gesture device without giving it too much thought.
