Fix the comma key inputting a semicolon
This commit is contained in:
parent
f4266d0972
commit
bc0c0194a6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ static Key keys_en[46] = {
|
||||||
{ 0, XK_b, 1 },
|
{ 0, XK_b, 1 },
|
||||||
{ 0, XK_k, 1 },
|
{ 0, XK_k, 1 },
|
||||||
{ 0, XK_m, 1 },
|
{ 0, XK_m, 1 },
|
||||||
{ ",", XK_colon, 1 },
|
{ ",", XK_comma, 1 },
|
||||||
{ ".", XK_period, 1 },
|
{ ".", XK_period, 1 },
|
||||||
{ "/?", XK_slash, 1 },
|
{ "/?", XK_slash, 1 },
|
||||||
{ "⏎", XK_Return, 1 },
|
{ "⏎", XK_Return, 1 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue