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