Add pipe key to backslash key

This commit is contained in:
Miles Alan 2020-05-11 21:49:58 -05:00
parent db485abeb3
commit 38f41bf96b

View file

@ -76,7 +76,7 @@ static Key keys_symbols[40] = {
{ ",<", XK_comma, 1 },
{ ".>", XK_period, 1 },
{ "/?", XK_slash, 1 },
{ "\\", XK_backslash, 1 },
{ "\\|", XK_backslash, 1 },
{ 0 }, /* New row */