Fix the comma key inputting a semicolon

This commit is contained in:
Jonathan Hodgson 2021-02-24 14:02:36 +00:00
parent f4266d0972
commit bc0c0194a6

View file

@ -37,7 +37,7 @@ static Key keys_en[46] = {
{ 0, XK_b, 1 },
{ 0, XK_k, 1 },
{ 0, XK_m, 1 },
{ ",", XK_colon, 1 },
{ ",", XK_comma, 1 },
{ ".", XK_period, 1 },
{ "/?", XK_slash, 1 },
{ "", XK_Return, 1 },