Bug 113286 - Key typed '<' is incorrectly remapped to '>' in KKeyNative
Summary: Key typed '<' is incorrectly remapped to '>' in KKeyNative
Status: RESOLVED DUPLICATE of bug 91176
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: kcmkeys (show other bugs)
Version: 2.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Ellis Whitehead
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-25 14:07 UTC by Thomas Zander
Modified: 2005-09-25 18:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Zander 2005-09-25 14:07:20 UTC
Version:           2.0 (using KDE 3.4.91 (beta1, >= 20050910), compiled sources)
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.12-1-amd64-generic

I tried to add a keyboard shortcut 'ctrl-<' and was pretty surprised to see ctrl-> appear on screen.
After some digging in kdelibs I found that this method:
bool KKeyNative::init( const KKey& key )
calls KKeyServer::codeXToSym which remaps the keycode 60 (<) to 62 (>) on various machines I tried.

I have not found other keys that have the same problem.

I was unable to continue the debugging since I failed to find where KKeyServer::codeXToSym is implemented.
Comment 1 Thiago Macieira 2005-09-25 18:12:27 UTC

*** This bug has been marked as a duplicate of 91176 ***