mirror of
git://git.suckless.org/svkbd
synced 2025-05-05 09:19:31 +00:00
Add pipe key to backslash key
This commit is contained in:
parent
edfd50cdcb
commit
915b95b03d
@ -76,7 +76,7 @@ static Key keys_symbols[40] = {
|
|||||||
{ ",<", XK_comma, 1 },
|
{ ",<", XK_comma, 1 },
|
||||||
{ ".>", XK_period, 1 },
|
{ ".>", XK_period, 1 },
|
||||||
{ "/?", XK_slash, 1 },
|
{ "/?", XK_slash, 1 },
|
||||||
{ "\\", XK_backslash, 1 },
|
{ "\\|", XK_backslash, 1 },
|
||||||
|
|
||||||
{ 0 }, /* New row */
|
{ 0 }, /* New row */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user