Skip to main content

Command Palette

Search for a command to run...

xfce4-terminal: change switch tab shortcut

Published
1 min read
N

I’m passionate about tech, especially Linux, Big Data, Cloud Computing, DevOps, Data Engineering, Software Engineering and AI.

Edit file .config/xfce4/terminal/accels.scm

Before:

; (gtk_accel_path "<Actions>/terminal-window/prev-tab" "<Primary>Page_Up")
; (gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary>Page_Down")

After:

(gtk_accel_path "<Actions>/terminal-window/prev-tab" "<Primary><Shift>Left")
(gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary><Shift>Right")

image.png

More from this blog

U

Underrated Dev

32 posts