Summary: | When switching keyboard layouts, shortcuts are not moved | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Gaël de Chalendar (aka Kleag) <kleagg> |
Component: | kcm_keyboard_layout | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | arysin, bruno.leon |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gaël de Chalendar (aka Kleag)
2009-08-20 18:12:27 UTC
Hi, I can confirm thih behaviour under Kubunty Jaunty update to KDE 4.3. The correct layout is not set when switching: Setup: - Kubuntu English default install - Add French keyboard layout - Switch to FR layout Symptom: - Press the letter A on the French keyboard correctly generates a A (Ok) - Keyboard shortcut like CTRL+A will quit an application instead of doing select all. So it is understood as CRTL+Q Conclusion I first believed this to be a bug in shorcuts but when I checked in system settings, when you select the FR layout, what is actually done is: setxkbmap -layout us,fr when it should be setxkbmap -layout fr,fr (This command fixed the problem for me) I even do not understand how I can write in French with the default comman d that is executed... Unfortunately the shortcuts are handled by Qt so not much keyboard module or even KDE can do about it. You may file a bug against Qt. I actually think there was already a report for this problem but I could not find it quickly now. |