I added keyboard layout shortcuts

This commit is contained in:
Fernando 2021-08-31 10:11:20 -06:00
parent 3b9011ea97
commit 2707606100

View File

@ -87,6 +87,8 @@ static Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_p, spawn, {.v = dmenucmd } },
{ MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_e, spawn, SHCMD("setxkbmap us") },
{ MODKEY, XK_s, spawn, SHCMD("setxkbmap es") },
{ MODKEY, XK_w, spawn, SHCMD("$BROWSER") },
{ MODKEY, XK_b, togglebar, {0} },
{ MODKEY, XK_j, focusstack, {.i = +1 } },