aboutsummaryrefslogtreecommitdiff
path: root/docs/keycodes_us_ansi_shifted.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/keycodes_us_ansi_shifted.md')
-rw-r--r--docs/keycodes_us_ansi_shifted.md2
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
3These 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. 3These 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
5It'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. 5It'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