Add pipe key to backslash key

This commit is contained in:
Miles Alan 2020-08-02 15:46:11 +02:00 committed by Hiltjo Posthuma
parent edfd50cdcb
commit 915b95b03d
1 changed files with 1 additions and 1 deletions

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 */