diff options
Diffstat (limited to 'docs/keycodes_us_ansi_shifted.md')
-rw-r--r-- | docs/keycodes_us_ansi_shifted.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keycodes_us_ansi_shifted.md b/docs/keycodes_us_ansi_shifted.md index 53b4cad59..5163b3bf1 100644 --- a/docs/keycodes_us_ansi_shifted.md +++ b/docs/keycodes_us_ansi_shifted.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # US ANSI Shifted Symbols | 1 | # US ANSI Shifted Symbols |
2 | 2 | ||
3 | These keycodes correspond to characters that are "shifted" on a standard US ANSI keyboards. They do not have dedicated keycodes but are instead typed by holding down shift and then sending a keycode. | 3 | These keycodes correspond to characters that are "shifted" on a standard US ANSI keyboards. They do not have dedicated keycodes but are instead typed by holding down shift and then sending a keycode. |
4 | 4 | ||
5 | It's important to remember that all of these keycodes send a left shift - this may cause unintended actions if unaccounted for. The short code is preferred in most situations. | 5 | It's important to remember that all of these keycodes send a left shift - this may cause unintended actions if unaccounted for. The short code is preferred in most situations. |
6 | 6 | ||