Fixed a couple errors with the keybinding for the edit button.

This commit is contained in:
Storm Dragon
2019-07-17 17:33:54 -04:00
parent 95067d490b
commit 861c6ee83a

View File

@@ -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