From fdc8093f870c4ed78fed162bd7d51715d560e111 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Tue, 23 Jul 2019 10:46:13 +0200 Subject: [PATCH] Autosave terminal thingy --- .config/xfce4/terminal/accels.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/xfce4/terminal/accels.scm b/.config/xfce4/terminal/accels.scm index bd992be..b93abdc 100644 --- a/.config/xfce4/terminal/accels.scm +++ b/.config/xfce4/terminal/accels.scm @@ -2,7 +2,7 @@ ; this file is an automated accelerator map dump ; (gtk_accel_path "/terminal-window/goto-tab-2" "2") -(gtk_accel_path "/terminal-window/goto-tab-9" "9") +(gtk_accel_path "/terminal-window/goto-tab-6" "6") ; (gtk_accel_path "/terminal-window/copy-input" "") ; (gtk_accel_path "/terminal-window/close-other-tabs" "") ; (gtk_accel_path "/terminal-window/move-tab-right" "Page_Down") @@ -13,11 +13,10 @@ (gtk_accel_path "/terminal-window/goto-tab-1" "1") ; (gtk_accel_path "/terminal-window/fullscreen" "F11") ; (gtk_accel_path "/terminal-window/read-only" "") -(gtk_accel_path "/terminal-window/goto-tab-5" "5") ; (gtk_accel_path "/terminal-window/preferences" "") ; (gtk_accel_path "/terminal-window/reset-and-clear" "") ; (gtk_accel_path "/terminal-window/about" "") -(gtk_accel_path "/terminal-window/goto-tab-4" "4") +(gtk_accel_path "/terminal-window/goto-tab-5" "5") ; (gtk_accel_path "/terminal-window/close-window" "q") ; (gtk_accel_path "/terminal-window/reset" "") ; (gtk_accel_path "/terminal-window/save-contents" "") @@ -54,5 +53,5 @@ ; (gtk_accel_path "/terminal-window/zoom-out" "minus") (gtk_accel_path "/terminal-window/goto-tab-8" "8") ; (gtk_accel_path "/terminal-window/help-menu" "") +(gtk_accel_path "/terminal-window/goto-tab-4" "4") (gtk_accel_path "/terminal-window/goto-tab-3" "3") -(gtk_accel_path "/terminal-window/goto-tab-6" "6")