Fix the comma key inputting a semicolon

master
Jonathan Hodgson 3 years ago
parent f4266d0972
commit bc0c0194a6
  1. 2
      layout.colemak.h

@ -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 },

Loading…
Cancel
Save