From 262426fb448d8bd616d1ed687f3da7e1ed2dc6a2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 01:23:22 -0500 Subject: make the help menu appear when libnotify is clicked --- help.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'help.go') diff --git a/help.go b/help.go index 8bdf240..21e39b1 100644 --- a/help.go +++ b/help.go @@ -25,16 +25,16 @@ import ( var helpText []string = []string{"Help Menu", "", - "Tab: toggle through windows", - "O: toggle STDOUT", - "H: toggle this gocui menu", - "L: toggle light/dark mode", + "Tab: toggle through windows", + "'O': toggle STDOUT", + "'H': toggle this gocui menu", + "'D': toggle light/dark mode", "CTRL-c: quit()", "", "Debugging:", - "S: Supermouse mode", - "M: list all widget positions", - "L: list all widgets in tree", + "'S': Supermouse mode", + "'M': list all widget positions", + "'L': list all widgets in tree", } func hideHelp() { -- cgit v1.2.3