Bug 18712 - ABNT2 needs KPPT set for keycodes/evdev
Summary: ABNT2 needs KPPT set for keycodes/evdev
Status: RESOLVED FIXED
Alias: None
Product: xkeyboard-config
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: xkb
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-26 05:01 UTC by Timo Aaltonen
Modified: 2008-11-26 15:20 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Timo Aaltonen 2008-11-26 05:01:12 UTC
Hi. There's a bug in launchpad:

http://launchpad.net/bugs/272606

which needed this simple fix to make the dot key in keypad to actually produce a dot and not a comma:

--- xkb-data.orig/keycodes/evdev        2008-11-12 09:50:51.000000000 +0200
+++ xkb-data/keycodes/evdev     2008-11-12 11:39:16.000000000 +0200
@@ -309,4 +309,5 @@
 // For brazilian ABNT2 keyboard.
 xkb_keycodes "abnt2" {
     include "evdev(evdev)"
+    <KPPT> = 129;
 };

I'm not sure if there is a better way to fix this, but this has been proven to work.
Comment 1 Sergey V. Udaltsov 2008-11-26 15:20:09 UTC
Thanks, committed.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.