2. OperableLevel A
2.1.4 Character Key Shortcuts
문자 키 단축키
Summary
Single-character shortcuts must be switchable off, remappable, or active only on focus. A speech-input user's dictated words can otherwise fire commands they never intended. Shortcuts that require a modifier such as Ctrl or Alt are out of scope.
Common failures
- Hard-wiring single-key shortcuts like `r` for reply with no way to disable them.
Corresponding KWCAG 2.2 items
- 6.1.4 Character Key Shortcuts