From 2940b469e37e823cadb5174186875a8e65254148 Mon Sep 17 00:00:00 2001 From: Kim Patch Date: Thu, 21 Jun 2018 13:46:33 -0400 Subject: [PATCH] Update change-single-key-shortcuts.html Added test , capitalization correction --- techniques/general/change-single-key-shortcuts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/general/change-single-key-shortcuts.html b/techniques/general/change-single-key-shortcuts.html index ca4126c7..01c22c5e 100644 --- a/techniques/general/change-single-key-shortcuts.html +++ b/techniques/general/change-single-key-shortcuts.html @@ -19,7 +19,7 @@

When to Use

Description

Describe how the technique works. This begins with a description of the problem the technique solves, then describes how to apply the technique. The description should be detailed enough to provide all the information a reader needs to be able to apply the technique, without recourse to following example code.

-

The objective of this technique is to ensure that character-key shortcuts, which are useful for some users but cause trouble for others, can be remapped by users who find them troublesome. These users include speech input users and some mobile users. There should be a clear way, such as a dialog box, for users to see where single-key shortcuts shortcuts are mapped and remap them. Choices Of keys for remapping should include, but don’t have to be limited to, modifier keys. A best practice is including the ability to map up to 25 character keys as a shortcut. This allows a speech input user to add a spoken shortcut that would work in any speech program

+

The objective of this technique is to ensure that character-key shortcuts, which are useful for some users but cause trouble for others, can be remapped by users who find them troublesome. These users include speech input users and some mobile users. There should be a clear way, such as a dialog box, for users to see where single-key shortcuts shortcuts are mapped and remap them. Choices of keys for remapping should include, but don’t have to be limited to, modifier keys. A best practice is including the ability to map up to 25 character keys as a shortcut. This allows a speech input user to add a spoken shortcut that would work in any speech program

Examples