summaryrefslogtreecommitdiff
path: root/evspy/maps.h
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-03 17:45:48 +0200
committerGuillermo Ramos2011-09-03 17:45:48 +0200
commit965e3870384d027daa0e3084415d7f8af87cbae1 (patch)
treeae6751fb202c0b0510e7e73597f9e6f522839597 /evspy/maps.h
parent5535a3b456231576ded5d5d291ec323746407523 (diff)
downloadlkm-965e3870384d027daa0e3084415d7f8af87cbae1.tar.gz
Eliminadas macros repetidas
Diffstat (limited to 'evspy/maps.h')
-rw-r--r--evspy/maps.h4
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