xfce4-terminal: change switch tab shortcut

Nur Kholis M.Nur Kholis M.
1 min read

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

0
Subscribe to my newsletter

Read articles from Nur Kholis M. directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Nur Kholis M.
Nur Kholis M.