Summary: | Kate ignores some xkb keys associated with the right alt key | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Jakub Macháček <jakub.machacek> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | christoph, justin.zobel, simgunz |
Priority: | NOR | ||
Version First Reported In: | 16.04 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | xkb definition file for modified Programmer Dvorak layout |
Description
Jakub Macháček
2017-03-27 21:00:35 UTC
*** Bug 409457 has been marked as a duplicate of this bug. *** I have noticed that my custom xkb configuration works in vi input mode (besides the key combination that I mapped to backspace) while it does not in normal mode. In the function of KTextEditor called KateNormalInputMode::keyPress there is a comment regarding a quick hack, could it cause the problem? This is my guess given that in KateViInputMode::keyPress there is different code. If I find the time I can test this further. XKB CUSTOM CONFIGURATION: keycode 66 = Mode_switch keysym h = h H Left Left ugrave Ugrave keysym l = l L Right Right keysym k = k K Up Up keysym j = j J Down Down keysym u = u U Prior Prior keysym i = i I Home Home keysym o = o O End End keysym p = p P Next Next keysym period = period greater Delete Delete oacute Oacute keysym comma = comma less BackSpace BackSpace ograve Ograve Can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I'm setting status to "needsinfo" pending your response, please change back to "reported" or "resolved" when you respond, thanks. Still occurring. *** This bug has been marked as a duplicate of bug 388138 *** |