Bug 18712

Summary: ABNT2 needs KPPT set for keycodes/evdev
Product: xkeyboard-config Reporter: Timo Aaltonen <tjaalton>
Component: GeneralAssignee: xkb
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.