From f9ef5dd3448e93063f30ae97de7e50982ac13b41 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Wed, 2 Feb 2022 17:30:54 +0000 Subject: [PATCH] Update keyboard Fix spelling error in keyboard file and clarify error message --- keyboard | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboard b/keyboard index a8b5780..f3569ca 100755 --- a/keyboard +++ b/keyboard @@ -6,7 +6,8 @@ autoload -Uz zkbd if [[ -f $ZDOTDIR/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE} ]]; then source $ZDOTDIR/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE} else - echo "WARNING: Keybindingd may not be set correctly!" + echo "No mappings for $TERM-${DISPLAY:-$VENDOR-$OSTYPE}" + echo "WARNING: Keybindings may not be set correctly!" echo "Execute \`zkbd\` to create bindings." fi