diff --git a/buttons_wide.template b/buttons_wide.template
index b3db076752212d7196a67830a9d8475f755f0083..e6028aac27f26a226bacf186228b40001e79046b 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: ">_"