You are not logged in.
Pages: 1
Hello,
How can I make own shortcut for switching tabs in a xfce termanal?
By default htis value ctrl+pageup \ padedown. I want another.
Offline
Hello, welcome.
First, go to Settings Manager >> Appearance >> Settings tab and check "Enable editable accelerators"
Next, open xfce4-terminal with at least 2 tabs. Then, click on the "Tabs" menu entry, hover the mouse over the "Previous Tab" menu entry and press the key combination that you want to use.
Then repeat for "Next Tab".
More information located here.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
yes, all of this I know.
But you didn't reply on my question.
How can I make my own sortcut?
This shourtcut exists persistent and I want switch them to my own.
Offline
Are you saying that you can't change the Ctrl+PgDn keyboard shortcut?
And what shortcut persists?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Yes, I can't change Ctrl+PgDn to Ctrl+ <-(right)\->(left).
Where I should make this?
Offline
Are the shortcut key combinations that you want to use already doing something, perhaps globally on your system? If so, I'd look in the settings area of your main desktop menu for a keyboard and/or global shortcut section and, if you find those key combinations, change them to something else, which would (I would think) free them up for a different use.
Regards,
MDM
Offline
Yes, tecnically it here...
Settings->Keyboard->Application Shortcuts
But I can't make there shortcut for switches tabs in the termanal because I don't know a command.
Offline
Which version of xfce4-terminal are you running?
xfce4-terminal -V
What does the following command return?
xfconf-query -c xsettings -p /Gtk/CanChangeAccels
Do you have 2 tabs open and are you hovering your mouse button over the "Previous Tab" menu item?
As a test, hover your mouse over "Previous Tab" and press the backspace key. This should delete the accelerator. Does it?
Also, can you post the contents of ~/.config/xfce4-terminal/accels.scm?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
here:
$ xfce4-terminal -V
xfce4-terminal 0.6.3 (Xfce 4.10)
Copyright (c) 2003-2012
The Xfce development team. All rights reserved.
Written by Benedikt Meurer <benny@xfce.org>
and Nick Schermer <nick@xfce.org>.
Please report bugs to <http://bugzilla.xfce.org/>.
and
$ xfconf-query -c xsettings -p /Gtk/CanChangeAccels
false
I don't have .config/xfce4-terminal path, only:
$ ls .config/
Thunar gconf gtk-3.0 pulse user-dirs.dirs user-dirs.locale xfce4
Also after I create in Settings->Keyboard->Application Shortcuts
xfce4-terminal --tab Ctrl-T own shortcut, I can't make the same with firefox.
all new tabs created in xfce-terminal.
Last edited by syn0ptik (2014-08-16 07:09:33)
Offline
$ xfconf-query -c xsettings -p /Gtk/CanChangeAccels false
This needs to be set to true if you want to be able to edit those accelerators. Either:
- Settings Manager >> Appearance >> Settings and check "Enable editable accelerators" or:
xfconf-query -c xsettings -p /Gtk/CanChangeAccels -s true
I don't have .config/xfce4-terminal path, only:
$ ls .config/ Thunar gconf gtk-3.0 pulse user-dirs.dirs user-dirs.locale xfce4
Sorry, typo. It should be ~/.config/xfce4/terminal/accels.scm
Also after I create in Settings->Keyboard->Application Shortcuts
xfce4-terminal --tab Ctrl-T own shortcut, I can't make the same with firefox.
all new tabs created in xfce-terminal.
This process will only change the keyboard shortcuts in xfce4-terminal. If you want to change the keyboard shortcuts in firefox, you can use this add-on.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
This process will only change the keyboard shortcuts in xfce4-terminal. If you want to change the keyboard shortcuts in firefox, you can use this add-on.
Yes, but when I open termanal and use firefox this creates tabs in the terminal instead of firefox when firefox is active window.
I found this, but this is for everyone tab I create. How this could be for all tabs?
.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "<Alt>F1")
(gtk_accel_path "<Actions>/terminal-window/goto-tab-2" "<Alt>F2")
Last edited by syn0ptik (2014-08-17 04:16:21)
Offline
I'm sorry but I do not understand your last post. You initially asked how you can change the keyboard shortcuts for Next and Previous tab in xfce4-terminal. I showed you how to do that. Have you successfully changed the keyboard shortcuts for Next and Previous tab in xfce4-terminal?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks, that's works
(gtk_accel_path "<Actions>/terminal-window/next-tab" "<Shift>Left")
(gtk_accel_path "<Actions>/terminal-window/prev-tab" "<Shift>Right")
(gtk_accel_path "<Actions>/terminal-window/new-tab" "<Primary>t")
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 587.64 KiB (Peak: 604.48 KiB) ]