Bug 10886 - Dutch keyboard layout key (' `) should be "dead"
Summary: Dutch keyboard layout key (' `) should be "dead"
Status: RESOLVED DUPLICATE of bug 9603
Alias: None
Product: xkeyboard-config
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: xkb
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-08 13:06 UTC by Patrick Holthuizen
Modified: 2007-05-12 12:47 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Patrick Holthuizen 2007-05-08 13:06:35 UTC
I use debian etch and when I select the dutch keyboard layout for my dutch keyboard the key with the (' `) symbols on it is not dead but it should be dead.
Comment 1 Sergey V. Udaltsov 2007-05-12 04:02:27 UTC
Could you please provide the output of xev when you press that key?
Comment 2 Patrick Holthuizen 2007-05-12 04:10:07 UTC
For ':
KeyPress event, serial 26, synthetic NO, window 0x2800001,
    root 0x135, subw 0x0, time 2147049157, (166,74), root:(244,170),
    state 0x10, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
    XLookupString gives 1 bytes: (27) "'"
    XmbLookupString gives 1 bytes: (27) "'"
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2800001,
    root 0x135, subw 0x0, time 2147049249, (166,74), root:(244,170),
    state 0x10, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
    XLookupString gives 1 bytes: (27) "'"

For `:
KeyPress event, serial 29, synthetic NO, window 0x2800001,
    root 0x135, subw 0x0, time 2147123567, (954,404), root:(959,477),
    state 0x11, keycode 48 (keysym 0x60, grave), same_screen YES,
    XLookupString gives 1 bytes: (60) "`"
    XmbLookupString gives 1 bytes: (60) "`"
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2800001,
    root 0x135, subw 0x0, time 2147123632, (954,404), root:(959,477),
    state 0x11, keycode 48 (keysym 0x60, grave), same_screen YES,
    XLookupString gives 1 bytes: (60) "`"
Comment 3 Patrick Holthuizen 2007-05-12 04:11:31 UTC
The following key apostroph should NOT be dead!
KeyPress event, serial 29, synthetic NO, window 0x2800001,
    root 0x135, subw 0x0, time 2147210736, (867,406), root:(872,479),
    state 0x11, keycode 19 (keysym 0x27, apostrophe), same_screen YES,
    XKeysymToKeycode returns keycode: 48
    XLookupString gives 1 bytes: (27) "'"
    XmbLookupString gives 1 bytes: (27) "'"
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2800001,
    root 0x135, subw 0x0, time 2147210805, (867,406), root:(872,479),
    state 0x11, keycode 19 (keysym 0x27, apostrophe), same_screen YES,
    XKeysymToKeycode returns keycode: 48
    XLookupString gives 1 bytes: (27) "'"
Comment 4 Sergey V. Udaltsov 2007-05-12 05:59:43 UTC
The line you're interested in is in symbols/nl:
key <AC11>  { [dead_acute, dead_grave,   apostrophe,        grave ] };

Could you please try changing last two keysyms to whatever you think would be more appropriate?
Comment 5 Denis Barbier 2007-05-12 12:47:47 UTC
This is a duplicate of 9603, symbols/nl has already been fixed in CVS.


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


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.