You are not logged in.
Is there a way to set ctrl+tab for switching between tabs in terminal?
Offline
There should be this file in your home directory: .config/xfce4/terminal/accels.scm
Open it in your favorite text editor and edit these lines to your liking:
; (gtk_accel_path "<Actions>/terminal-window/prev-tab" "<Primary>Page_Up")
; (gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary>Page_Down")
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
I uncommented these lines but nothing happens. Or do you mean i have to edit "<Primary>Page_Up" and "<Primary>Page_Down"?
Offline
Change this line
; (gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary>Page_Down")
to this
(gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary>Tab")
Do you want to exit the Circus?
https://www.youtube.com/watch?v=ZJwQicZHp_c
Offline
Thanks, that worked.
Offline
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 524.63 KiB (Peak: 529.69 KiB) ]