xfce4-terminal: change switch tab shortcut
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")
