You are not logged in.
Hi,
i am running kde plasma x64 and suddenly ctrl+T (new tab) stopped working..in internet browsers, file managers-browsers, etc..
i restored default hotkeys in plasma settings with no result. Is there any other way?
Last edited by mpamphslinuxrock (2020-08-25 16:44:54)
Offline
What event does ctr+t produce in "xev -event keyboard"?
Offline
KeyPress event, serial 28, synthetic NO, window 0x9200001,
root 0x1df, subw 0x0, time 49756718, (-703,578), root:(819,655),
state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeymapNotify event, serial 28, synthetic NO, window 0x0,
keys: 4294967263 0 0 0 32 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
KeyRelease event, serial 28, synthetic NO, window 0x9200001,
root 0x1df, subw 0x0, time 49757342, (-703,578), root:(819,655),
state 0x14, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Offline
Some global shortcut grabs it away.
Offline
so what can i do?
Offline
Remove the global shortcut?
Offline
hmmm..!how?!
Offline
By opening the global shortcut section in system settings and removing that shortcut.
Offline
is there any to command to reset all shortcuts? i found an option with ctrl and T..i removed it. but nothing happened..still the same problem
Offline
What option specifically?
Restarting kglobalaccel or kwin or whateer was grabbing the key might apply the change.
Offline
all options..i have to reset them...i cannot make ctrl+T to work...to open new tabs..
Offline
I'll try to rephrase this: what command was ctrl+t assigned to?
Offline
nothing...i didnt find it..
Offline
What? You said
[qutoe] i found an option with ctrl and T.[/qutoe]
Was that a blatant lie or is this entire thread a stpuid prank?
Offline
wait....and be calm...and polite
i will try to translate it..
something like "sub-string completion"
Last edited by mpamphslinuxrock (2020-08-23 11:57:09)
Offline
Use
LC_ALL=C systemsettingsAnd please also use a normal font (DejaVu or so)
Offline
substring completion in english ctrl+T
Offline
That's not helpful because it lacks context…
Run systemsettings w/ the default locale and post the screenshot again. In english. And a readable font.
Offline
Offline
That's a local shortcut and irrelevant to your problem.
Install xdotool and run
sleep 5; xdotool key "XF86LogGrabInfo"Then press ctrl+t and keep it pressed until the xdotool command finished (you got 5 seconds to get ctrl+t pressed, thanks to the sleep)
Then post your xorg log.
Offline
39523.043] Printing all registered grabs of client pid 5487 /usr/bin/kwrite /var/log/Xorg.0.log
[ 39523.043] Printing all registered grabs of client pid 2546 /usr/lib/firefox/firefox -contentproc -childID 6 -isForBrowser -prefsLen 7517 -prefMapSize 224615 -parentBuildID 20200727193539 -appdir /usr/lib/firefox/browser 1005 true tab
[ 39523.043] Printing all registered grabs of client pid 5421 thumbnail.so [kdeinit5] thumbnail local:/run/user/1000/klaunchergJiBBX.1.slave-socket local:/run/user/1000/dolphinpMuBuU.15.slave-socket
[ 39523.043] Printing all registered grabs of client pid 5513 xdotool key XF86LogGrabInfo
[ 39523.043] End list of registered passive grabs
[ 39523.403] (EE) event6 - Gaming KB Gaming KB : client bug: event processing lagging behind by 14ms, your system is too slow
Offline
That's not your xorg log and useless. Post the complete /var/log/Xorg.0.log
You can use https://wiki.archlinux.org/index.php/Pastebin
Offline
Offline
[ 39293.086] (II) Printing all currently active device grabs:
[ 39293.086] Active grab 0x43e00008 (core) on device 'Virtual core keyboard' (3):
[ 39293.086] client pid 1062 /usr/bin/qstardict -session 10c4d9d5d7000158817614100000006810015_1597211642_700929
[ 39293.086] at 39290086 (from passive grab) (device thawed, state 1)
[ 39293.086] core event mask 0x3
[ 39293.086] passive grab type 2, detail 0x1c, activating key 28
[ 39293.086] owner-events true, kb 1 ptr 1, confine 0, cursor 0x0
[ 39293.086] (II) End list of active device grabsOffline
MAGIC! how did you find it? how did you search all the file?could you explain me?
thank you
obviously the solution was to disable qstardict shortcut ctrl+t
Offline