| Summary: | Fail to bind "Send Keyboard Input" `alt+w` to send `<` | ||
|---|---|---|---|
| Product: | [Unmaintained] khotkeys | Reporter: | warthogdj |
| Component: | general | Assignee: | Michael Jansen <kde> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kdelibs-bugs-null, mgraesslin, warthogdj |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
warthogdj
2015-08-29 19:40:17 UTC
I was trying to find a workaround with xmodmap and i found that actually the left_alt modifier only works with 'p' and 'n' (didn't try other non ascii). So while trying to type ALT+P it prints something on terminal and ALT+N too. But it does not print anything with ALT+A,B,C,W,Q and so long. The Send Keyboard Input works with alt+p and alt+n and it prints < as expected, but sadly not with other letters, still no explanation to that. xkb_keymap {
xkb_keycodes { include "evdev+aliases(azerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+fr(oss)+us:2+inet(evdev)" };
xkb_geometry { include "pc(pc101)" };
};
rules: evdev
model: pc101
layout: fr,us
variant: oss,
in konsole, run pkill kglobalaccl5 kglobalaccl5 & the map from qwerty to azerty has likely not been caught, this is then bug #350816 Well i just read this, and i have no issue of inverted keys, my azerty keyboard is working just fine. Also comment2 is talking about a work around which i don't see a trace of. Just forgot to add this:
kglobalaccel-runtime: Registering key "Alt+W" for "khotkeys" : "{af7a9abb-05b7-4884-b03a-fe838cdf70b0}" (still not working)
kglobalaccel-runtime: Registering key "Ctrl+Alt+E" for "khotkeys" : "{85ee9e78-7e29-4b18-8888-808d6f48c72b}" (is working)
after : pkill kglobalaccel5 && kglobalaccel5 &
in ~/.config/khotkeysrc
[Data_9]
Comment=Commentaire
Enabled=true
Name=chleft
Type=SIMPLE_ACTION_DATA
[Data_9Actions]
ActionsCount=1
[Data_9Actions0]
DestinationWindow=0
Input=<
Type=KEYBOARD_INPUT
[Data_9Conditions]
Comment=
ConditionsCount=0
[Data_9Triggers]
Comment=Simple_action
TriggersCount=1
[Data_9Triggers0]
Key=Alt+W
Type=SHORTCUT
Uuid={af7a9abb-05b7-4884-b03a-fe838cdf70b0}
The workaround refers to restarting kglobalaccel. Can you bind alt+w to anything in "kcmshell5 keys" (like showing krunner etc.)? Well i completely forgot this, i reinstalled kubuntu after all, my it was because of a residual config somewehere. Still i was not able to find the thing that caused this. I cleared my home folder and migrated only needed config files. My guess it was some residual config file from 14.10 and plasma 4. I can't confirm that but i'm pretty sure of it. So this is no actual bug. It can be closed. |