Skip to main content

Posts

Showing posts from December, 2022

Modify shortcut key of xfce4-terminal

1. mkdir -p /home/<username>/.config/xfce4/terminal 2. vim /home/<username>/.config/xfce4/terminal/accels.scm content of the accels.scm file: ; ShortCut Key Map for xfce4-terminal ;Primary=Ctrl, Move = Ctrl+Shift+Left or Right, Switch = Shift+Left or Right.  ;goto-tab (gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "<Alt>1") (gtk_accel_path "<Actions>/terminal-window/goto-tab-2" "<Alt>2") (gtk_accel_path "<Actions>/terminal-window/goto-tab-3" "<Alt>3") (gtk_accel_path "<Actions>/terminal-window/goto-tab-4" "<Alt>4") (gtk_accel_path "<Actions>/terminal-window/goto-tab-5" "<Alt>5") (gtk_accel_path "<Actions>/terminal-window/goto-tab-6" "<Alt>6") (gtk_accel_path "<Actions>/terminal-window/goto-tab-7" "<Alt>7") (gtk_accel_path "<Actions>/te