(svn r20072) -Fix (r20065): NUM_MINUS was stored as NUM_PLUS in config file.
This commit is contained in:
@@ -53,7 +53,7 @@ static const KeycodeNames _keycode_to_name[] = {
|
|||||||
{"PLUS", (WindowKeyCodes)'+'},
|
{"PLUS", (WindowKeyCodes)'+'},
|
||||||
{"COMMA", (WindowKeyCodes)','},
|
{"COMMA", (WindowKeyCodes)','},
|
||||||
{"NUM_PLUS", WKC_NUM_PLUS},
|
{"NUM_PLUS", WKC_NUM_PLUS},
|
||||||
{"NUM_PLUS", WKC_NUM_MINUS},
|
{"NUM_MINUS", WKC_NUM_MINUS},
|
||||||
{"=", WKC_EQUALS},
|
{"=", WKC_EQUALS},
|
||||||
{"-", WKC_MINUS},
|
{"-", WKC_MINUS},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user