Remove , as a hotkey option in favor of COMMA

This commit is contained in:
dP
2020-08-10 10:07:17 +03:00
parent 83d06423c3
commit 9ad0325962
+1 -2
View File
@@ -74,8 +74,7 @@ static const KeycodeNames _keycode_to_name[] = {
{"\\", WKC_BACKSLASH},
{"]", WKC_R_BRACKET},
{"'", WKC_SINGLEQUOTE},
{",", WKC_COMMA},
{"COMMA", WKC_COMMA}, // legacy variant, should be below ","
{"COMMA", WKC_COMMA},
{".", WKC_PERIOD},
{"-", WKC_MINUS},