diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2022-02-15 13:57:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 13:57:07 -0600 |
commit | bda7b311745d0fb515f345e47b5e54b04a77cfc9 (patch) | |
tree | 57e39fd7ad5ebdf1d80b9d2f524a00cb0304af9f /config.def.h | |
parent | f85d8e79d09bb167f133fbaa40dd01bc3d3d26a3 (diff) | |
parent | ac896a7df4bac35d43579b450f1e4eeabe7a9d44 (diff) |
Merge pull request #189 from fauxmight/shift-6-is-asciicircum
Shift+6 generates XKB_KEY_asciicircum
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 089aa37..738a3ca 100644 --- a/config.def.h +++ b/config.def.h @@ -96,7 +96,7 @@ static const Key keys[] = { TAGKEYS( XKB_KEY_3, XKB_KEY_numbersign, 2), TAGKEYS( XKB_KEY_4, XKB_KEY_dollar, 3), TAGKEYS( XKB_KEY_5, XKB_KEY_percent, 4), - TAGKEYS( XKB_KEY_6, XKB_KEY_caret, 5), + TAGKEYS( XKB_KEY_6, XKB_KEY_asciicircum, 5), TAGKEYS( XKB_KEY_7, XKB_KEY_ampersand, 6), TAGKEYS( XKB_KEY_8, XKB_KEY_asterisk, 7), TAGKEYS( XKB_KEY_9, XKB_KEY_parenleft, 8), |