diff options
Diffstat (limited to 'evspy/maps.h')
-rw-r--r-- | evspy/maps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/evspy/maps.h b/evspy/maps.h index 41cd07a..91531aa 100644 --- a/evspy/maps.h +++ b/evspy/maps.h @@ -3,7 +3,7 @@ * * Each map is an array where the content of each position is the key value * associated with the event code (index). An special/unknown key is represented - * as a dot ('.'). The dot key itself has its own macro (EVS_COD_DOT). + * as a dot ('.'). The dot key itself has its own macro (KEY_DOT). * * By the moment, evspy does not support non-ascii characters. * @@ -14,7 +14,7 @@ static char map_es[] = { '.', '.', '1', '2', '3', //0 // 1:ESC '4', '5', '6', '7', '8', //5 - '9', '0', '\'', '!', '\b', //10 // 13:¡ (NOASCII) + '9', '0', '\'', '!', '\b', //10 // 13:¡ (NOASCII) 14:BACKSPACE '.', 'q', 'w', 'e', 'r', //15 // 15:TAB 't', 'y', 'u', 'i', 'o', //20 'p', '`', '+', '\n', '.', //25 // 29:LCTRL |