diff options
author | Guillermo Ramos | 2011-09-09 16:58:55 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-09-09 16:58:55 +0200 |
commit | 536cd2d035ef69fce8c0e9c81759e0ba4d3b266f (patch) | |
tree | ffc145ceb613a96a52342a818e1ced6a74e08d06 /evspy.c | |
parent | 0984403a3dccd78faf0ce790ca7929927cc07349 (diff) | |
download | evspy-536cd2d035ef69fce8c0e9c81759e0ba4d3b266f.tar.gz |
Fixed some doc errata and added info about the patch in the README
Diffstat (limited to 'evspy.c')
-rw-r--r-- | evspy.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ static void evspy_event(struct input_handle *handle, unsigned int type, return; } - // Special/unknown keys (alt, ctrl, esc, mayus, etc) + // Special/unknown keys (alt, ctrl, esc, shift, etc) if (map[code] == '.' && likely(code != KEY_DOT)) special_char(code, value); |