[PATCH:xf86-input-keyboard 02/23] Map the Sun keyboard "help" key.
Thomas Klausner
wiz at NetBSD.org
Mon Jul 29 14:23:28 PDT 2013
>From Michael Lorenz <macallan at NetBSD.org>
Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Reviewed-by: Matthieu Herrb <matthieu.herrb at laas.fr>
---
src/bsd_KbdMap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bsd_KbdMap.c b/src/bsd_KbdMap.c
index 3c0781d..ec6a032 100644
--- a/src/bsd_KbdMap.c
+++ b/src/bsd_KbdMap.c
@@ -706,7 +706,7 @@ static CARD8 wsSunMap[] = {
/* 0x73 */ KEY_NOTUSED,
/* 0x74 */ KEY_NOTUSED,
/* 0x75 */ KEY_NOTUSED,
- /* 0x76 */ KEY_NOTUSED, /* help */
+ /* 0x76 */ KEY_Help, /* help */
/* 0x77 */ KEY_CapsLock,
/* 0x78 */ KEY_LMeta,
/* 0x79 */ KEY_Space,
--
1.8.3.3
More information about the xorg-devel
mailing list