From e5f93f32c303d390f7d5492536e4727ceabea290 Mon Sep 17 00:00:00 2001 From: Johannes Herman Date: Sun, 17 Aug 2025 20:39:12 +0200 Subject: US layout --- config.def.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ece483a..8a17c11 100644 --- a/config.def.h +++ b/config.def.h @@ -208,14 +208,14 @@ static const Key keys[] = { { MODKEY|WLR_MODIFIER_SHIFT, -1, XKB_KEY_less, tagmon, {.i = WLR_DIRECTION_LEFT} }, { MODKEY|WLR_MODIFIER_SHIFT, -1, XKB_KEY_greater, tagmon, {.i = WLR_DIRECTION_RIGHT} }, TAGKEYS( XKB_KEY_1, XKB_KEY_exclam, 0), - TAGKEYS( XKB_KEY_2, XKB_KEY_quotedbl, 1), + TAGKEYS( XKB_KEY_2, XKB_KEY_at, 1), TAGKEYS( XKB_KEY_3, XKB_KEY_numbersign, 2), - TAGKEYS( XKB_KEY_4, XKB_KEY_currency, 3), + TAGKEYS( XKB_KEY_4, XKB_KEY_dollar, 3), TAGKEYS( XKB_KEY_5, XKB_KEY_percent, 4), - TAGKEYS( XKB_KEY_6, XKB_KEY_ampersand, 5), - TAGKEYS( XKB_KEY_7, XKB_KEY_slash, 6), - TAGKEYS( XKB_KEY_8, XKB_KEY_parenleft, 7), - TAGKEYS( XKB_KEY_9, XKB_KEY_parenright, 8), + 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), { MODKEY|WLR_MODIFIER_SHIFT, -1, XKB_KEY_M, quit, {0} }, -- cgit v1.2.3