From 861c6ee83aeda6ff2b3ad12c7994d824c3695069 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 17 Jul 2019 17:33:54 -0400 Subject: [PATCH] Fixed a couple errors with the keybinding for the edit button. --- notestorm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notestorm b/notestorm index cf8eaec..faf9da4 100755 --- a/notestorm +++ b/notestorm @@ -154,7 +154,7 @@ if ! [ -e "$DIALOGRC" ]; then # Add keybindings to dialogrc echo >> "$DIALOGRC" echo "# Edit keybinding" >> "$DIALOGRC" - echo "bindkey menu ~E EXTRA" >> "$DIALOGRC" + echo "bindkey menubox ^E EXTRA" >> "$DIALOGRC" fi