Add extended keys(latam)

This commit is contained in:
latot 2015-12-27 15:45:50 -03:00
parent 29eea477b9
commit c7b98b84c2
3 changed files with 19 additions and 2 deletions

View file

@ -606,6 +606,10 @@ const KeyMap_IntStrPair key_names[] = {
{NKCODE_EXT_MOUSEBUTTON_3, "MB3"},
{NKCODE_EXT_MOUSEWHEEL_UP, "MWheelU"},
{NKCODE_EXT_MOUSEWHEEL_DOWN, "MWheelD"},
{NKCODE_START_QUESTION, "¿"},
{NKCODE_LEFTBRACE, "{"},
{NKCODE_RIGHTBRACE, "}"},
};
const KeyMap_IntStrPair axis_names[] = {