Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-11-29 15:52:46

emil2007
Member
Registered: 2017-03-29
Posts: 16

ctrl+tab for switching tabs in terminal?

Is there a way to set ctrl+tab for switching between tabs in terminal?

Offline

#2 2021-11-29 17:45:08

KBar
Moderator
Registered: 2021-11-05
Posts: 689

Re: ctrl+tab for switching tabs in terminal?

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! tongue

Offline

#3 2021-11-29 18:31:01

emil2007
Member
Registered: 2017-03-29
Posts: 16

Re: ctrl+tab for switching tabs in terminal?

I uncommented these lines but nothing happens. Or do you mean i have to edit "<Primary>Page_Up" and "<Primary>Page_Down"?

Offline

#4 2021-11-29 23:27:44

Misko_2083
Member
Registered: 2015-10-13
Posts: 191
Website

Re: ctrl+tab for switching tabs in terminal?

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

#5 2021-11-30 07:17:08

emil2007
Member
Registered: 2017-03-29
Posts: 16

Re: ctrl+tab for switching tabs in terminal?

Thanks, that worked.

Offline

Board footer

Powered by FluxBB