xfce: ctrl + t doesn't work!

7 replies [Last post]
GNUbahn
Offline
Joined: 02/19/2016

In xfce I can't open a terminal by ctrl + t

I suppose this must be normal but why?

And most importantly: Can I get that short cut to work (again)?

ryanpcmcquen
Offline
Joined: 12/16/2016

Try Ctrl + Alt + T.

GNUbahn
Offline
Joined: 02/19/2016

Doesn't work. and when I'm using Abrowser, that opens another tab.

ryanpcmcquen
Offline
Joined: 12/16/2016

Should be in XFCE's keyboard settings then.

GNUbahn
Offline
Joined: 02/19/2016

Thanks.

It's the first time I tried it, but it was quite easy to create a short cut. The difficult part is to figure out the right command to launch a given program/app. I copied it from the properties of that entry in the main menu.

SuperTramp83

I am a translator!

Offline
Joined: 10/31/2014

Assign it in the options. Go in the main Xfce options menu - keyboard - Application shortcuts

Add - xfce4-terminal

and assign "ctrl + t"

jbar
Offline
Joined: 01/22/2011

I had some problems in the past with that gui method. What always works is manually editing /home/user/.config/xfce4/xfconf/xfce-perchannel-xml file, and adding an entry in custom section.
<property name="custom" type="empty">
<property name="<Super>t" type="string" value="x-terminal-emulator"/>
</property>

edit: "less than" and "greater than" symbols around "Super" should be "ampersandlt;" and "ampersandgt;", they are autoscaped in the forum.

GNUbahn
Offline
Joined: 02/19/2016

By the way mentioned above I added "exo-open --launch TerminalEmulator"

Is there any difference from the app launched by your suggestion? I have never figured out why there are different possible terminal kind of apps.