You are not logged in.

#1 2020-08-02 19:50:45

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

control + T not working [SOLVED]

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

#2 2020-08-02 20:41:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

What event does ctr+t produce in "xev -event keyboard"?

Offline

#3 2020-08-02 21:08:33

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

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

#4 2020-08-02 21:10:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

Some global shortcut grabs it away.

Offline

#5 2020-08-03 12:20:03

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

so what can i do?

Offline

#6 2020-08-03 13:50:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

Remove the global shortcut?

Offline

#7 2020-08-03 15:54:42

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

hmmm..!how?!

Offline

#8 2020-08-03 18:22:49

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

By opening the global shortcut section in system settings and removing that shortcut.

Offline

#9 2020-08-05 16:09:44

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

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

#10 2020-08-05 16:55:12

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

What option specifically?
Restarting kglobalaccel or kwin or whateer was grabbing the key might apply the change.

Offline

#11 2020-08-10 15:32:09

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

all options..i have to reset them...i cannot make ctrl+T to work...to open new tabs..

Offline

#12 2020-08-10 16:07:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

I'll try to rephrase this: what command was ctrl+t assigned to?

Offline

#13 2020-08-11 14:11:45

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

nothing...i didnt find it..

Offline

#14 2020-08-11 14:13:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

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

#15 2020-08-23 11:51:24

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

wait....and be calm...and polite
i will try to translate it..

something like "sub-string completion"

https://ibb.co/CBf6tg0

Last edited by mpamphslinuxrock (2020-08-23 11:57:09)

Offline

#16 2020-08-23 12:44:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

Use

LC_ALL=C systemsettings

And please also use a normal font (DejaVu or so)

Offline

#17 2020-08-23 15:08:39

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

substring completion in english ctrl+T

Offline

#18 2020-08-23 15:13:28

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

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

#19 2020-08-23 18:54:14

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

Offline

#20 2020-08-23 19:40:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

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

#21 2020-08-24 08:19:21

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

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

#22 2020-08-24 12:49:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

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

#23 2020-08-25 11:12:29

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

Offline

#24 2020-08-25 12:53:54

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,689

Re: control + T not working [SOLVED]

[ 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 grabs

Offline

#25 2020-08-25 16:44:26

mpamphslinuxrock
Member
Registered: 2020-04-21
Posts: 41

Re: control + T not working [SOLVED]

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

Board footer

Powered by FluxBB