diff options
| author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-10 10:34:43 -0600 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-10 10:34:43 -0600 | 
| commit | 432c15fb094a3b517482a4ed30f08ffcbf74afa7 (patch) | |
| tree | e4664a73c1b4c2aef674cbc4f01ce5ba2e586b32 /config.def.h | |
| parent | 2630664fefacc9e4c6a5a12de8b96a04657f3c5f (diff) | |
| parent | 3e6d584de107a3d555d652b55bf5227d03f2f957 (diff) | |
Merge branch 'main' into wlroots-next
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), | 
