Skip to content

Commit 7adb09e

Browse files
Update keyboard-accelerators.md
revised
1 parent ab86d2a commit 7adb09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/design/input/keyboard-accelerators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ We recommend localizing all keyboard accelerators. You can do this with the stan
587587
```
588588

589589
> [!NOTE]
590-
> Keyboard accelerators are implemented as virtual-keys. Localized accelerators must be chosen from the predefined domain of virtual-keys (see [Virtual-Key codes](/windows/win32/inputdev/virtual-key-codes)). Any other character is not supported and will lead to Xaml parser error.
590+
> Keyboard accelerators are implemented as virtual-keys. Localized accelerators must be chosen from the predefined collection of [Virtual-Key codes](/windows/win32/inputdev/virtual-key-codes) (otherwise, a XAML parser error will occur).
591591
592592
### Setup an accelerator programmatically
593593

0 commit comments

Comments
 (0)