https://bugs.kde.org/show_bug.cgi?id=365255

--- Comment #11 from Jurica Vukadin <u.ra...@gmail.com> ---
It seems the 'grave' keysym (mapped to the 3rd level of the '7' key on Croatian
layout) has something to do with this. Similarly, the 'asciitilde' keysym
prevents Alt+1 from working. If I remove or replace the keysyms, or move them
to the 1st or 2nd level, the shortcuts start working. I.e., for key 7 (AE07):

symbols[Group1]= [ 7,  slash, grave, dead_grave ] # default, doesn't work
symbols[Group1]= [ 7,  slash, dead_grave, grave ] # doesn't work
symbols[Group1]= [ 7,  grave, slash, dead_grave ] # works
symbols[Group1]= [ 7,  slash, 7, dead_grave ]     # works
symbols[Group1]= [ 7,  slash ]                    # works

Can also be reproduced with the German layout:

setxkbmap de
# dump the layout
xkbcomp $DISPLAY de.xkb

# edit the entry for the 7 key in de.xkb, e.g.:
# -        symbols[Group1]= [               7,           slash,      
braceleft,    seveneighths ]
# +        symbols[Group1]= [               7,           slash,       grave,   
seveneighths ]

# set the modified layout
xkbcomp de.xkb $DISPLAY

Alt+7 is busted now.

Also, it seems bugs #310881 and #398069 are the same as this one.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to