Bug 515 - [XKB] KP_Separator in the abnt2 keyboard
Summary: [XKB] KP_Separator in the abnt2 keyboard
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Input/Keyboard (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high minor
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-20 21:07 UTC by Rafael Ávila de Espíndola
Modified: 2007-02-22 14:28 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
changes comma to KP_Separator (1.19 KB, patch)
2004-04-20 21:11 UTC, Rafael Ávila de Espíndola
no flags Details | Splinter Review

Description Rafael Ávila de Espíndola 2004-04-20 21:07:30 UTC
The abnt2 keyboard has a comma and a dot in the keypad. The dot is generating  
the KP_Decimal keysym but the comma is generating the comma keysym. This make  
both comas use the same keysym. It appears to me that KP_Separator should  
be generated by the keypad comma. 
 
I have found this problem while trying to make the abnt2 keyboard work  
properly with wine  
(http://www.winehq.org/hypermail/wine-patches/2004/04/0214.html and  
http://www.winehq.org/hypermail/wine-devel/2004/04/0299.html).
Comment 1 Rafael Ávila de Espíndola 2004-04-20 21:11:08 UTC
Created attachment 219 [details] [review]
changes comma to KP_Separator

Implements the proposed change in the keypad comma keysym.
Comment 2 Rafael Ávila de Espíndola 2004-12-02 15:48:38 UTC
This is fixed since "X Keyboard Configuration Database" version 0.2. When will xorg 
use it? 
Comment 3 Erik Andren 2006-03-14 08:16:33 UTC
Does current xorg use it?
Comment 4 Erik Andren 2006-06-28 12:13:08 UTC
Ping!
Comment 5 Rafael Ávila de Espíndola 2006-06-28 13:08:33 UTC
I believe that it is fixed. xc/programs/xkbcomp/symbols/keypad has:

partial keypad_keys
xkb_symbols "comma" {
    key <KPDL> {       [ KP_Delete, KP_Separator ] };
};

and pc/br has:
include "keypad(comma)"

br has: 
key <KPDL> {	[  KP_Delete,	comma			]	};

I think that this in wrong, but at lest in ubuntu I can't find this file.
Comment 6 Timo Jyrinki 2007-02-22 14:28:05 UTC
Marking broken (status null/blank) bugs in xorg with no activity in a long time as fixed. Please reopen if you think it's necessary, but first do a search if a similar bug report is already filed and in a NEW/ASSIGNED state. These bugs do not currently show in most search results as they do not have any status.

Sorry for this janitorial spam, you know where to send hate mails to when your inbox gets full of bugs you're subscribed to.


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.