From 61ede3362c9b53c4358be13beb1d55047ed71f34 Mon Sep 17 00:00:00 2001 From: M33 <327-m33@git.qoto.org> Date: Sat, 20 Mar 2021 19:34:00 +0000 Subject: [PATCH] Replace buttons_wide.template --- buttons_wide.template | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/buttons_wide.template b/buttons_wide.template index b3db076..e6028aa 100644 --- a/buttons_wide.template +++ b/buttons_wide.template @@ -1,3 +1,8 @@ + show_actions: + action: + set_view: "actions" + outline: "special" + label: ">_" F1: outline: "action" keysym: "F1" @@ -37,9 +42,17 @@ Esc: outline: "action" keysym: "Escape" + EscSmall: + outline: "small" + keysym: "Escape" + label: "Esc" Tab: outline: "action" keysym: "Tab" + TabSmall: + outline: "small" + keysym: "Tab" + label: "Tab" Del: outline: "action" keysym: "Delete" @@ -106,12 +119,3 @@ modifier: "Alt" outline: "small" label: "Alt" - TabSmall: - outline: "small" - keysym: "Tab" - label: "Tab" - show_actions: - action: - set_view: "actions" - outline: "special" - label: ">_" -- GitLab