This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 2f32bbb6ab45e8648e9f1023b1ed7ca167f1a4a1 (commit) from ea35af9019e34da61945dd72615c57d3e303a743 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/2f32bbb6ab45e8648e9f1023b1ed7ca167f1a...
commit 2f32bbb6ab45e8648e9f1023b1ed7ca167f1a4a1 Author: Cyril Hrubis metan@ucw.cz Date: Sat Jan 21 17:50:30 2012 +0100
input: Fix ascii mapping table.
diff --git a/libs/input/GP_Event.c b/libs/input/GP_Event.c index 022e744..01afef2 100644 --- a/libs/input/GP_Event.c +++ b/libs/input/GP_Event.c @@ -266,7 +266,7 @@ void GP_EventPushAbs(uint32_t x, uint32_t y, uint32_t pressure, static char keys_to_ascii[] = { 0x00, 0x1b, '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '=', 0x08, 't', 'q', 'w', 'e', 'r', - 't', 'y', 'u', 'i', 'o', 'p', '(', ')', 'n', 0x00, + 't', 'y', 'u', 'i', 'o', 'p', '[', ']', 'n', 0x00, 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', ';', ''', '`', 0x00, '', 'z', 'x', 'c', 'v', 'b', 'n', 'm', ',', '.', '/', 0x00, '*', 0x00, ' ', 0x00, 0x00, @@ -278,7 +278,7 @@ static char keys_to_ascii[] = { static char keys_to_ascii_s[] = { 0x00, 0x1b, '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '_', '+', 0x08, 't', 'Q', 'W', 'E', 'R', - 'T', 'Y', 'U', 'I', 'O', 'P', '(', ')', 'n', 0x00, + 'T', 'Y', 'U', 'I', 'O', 'P', '{', '}', 'n', 0x00, 'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L', ':', '"', '~', 0x00, '|', 'Z', 'X', 'C', 'V', 'B', 'N', 'M', '<', '>', '?', 0x00, '*', 0x00, ' ', 0x00, 0x00,
-----------------------------------------------------------------------
Summary of changes: libs/input/GP_Event.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.