about summary refs log tree commit diff stats
path: root/toot-toot.tlv
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-22 00:24:59 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-22 00:27:50 -0800
commit343316dcfa7cb1872d3082d88d3811896f6ee2c1 (patch)
treee07bc4816b96d82c9d9f9c9c55a42ee7fd2636dc /toot-toot.tlv
parentc537e7bc2d55fbc46a77f3e8e4f207acd522ea82 (diff)
downloadteliva-343316dcfa7cb1872d3082d88d3811896f6ee2c1.tar.gz
more precise control over menu order
I can't believe I didn't notice this until now.
Diffstat (limited to 'toot-toot.tlv')
-rw-r--r--toot-toot.tlv7
1 files changed, 4 insertions, 3 deletions
diff --git a/toot-toot.tlv b/toot-toot.tlv
index 5c4d897..c371ba3 100644
--- a/toot-toot.tlv
+++ b/toot-toot.tlv
@@ -165,9 +165,10 @@
     >end
 - __teliva_timestamp: original
   menu:
-    >menu = {}
-    >menu['^u'] = 'clear'
-    >menu['^w'] = "write prose to file 'toot' (edit does NOT save)"
+    >menu = {
+    >  {'^u', 'clear'},
+    >  {'^w', 'write prose to file "toot" (edit hotkey does NOT save)'},
+    >}
 - __teliva_timestamp: original
   update:
     >function update(window)