Update keyboard
Fix spelling error in keyboard file and clarify error message
This commit is contained in:
parent
bbe4745c40
commit
f9ef5dd344
3
keyboard
3
keyboard
|
|
@ -6,7 +6,8 @@ autoload -Uz zkbd
|
||||||
if [[ -f $ZDOTDIR/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE} ]]; then
|
if [[ -f $ZDOTDIR/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE} ]]; then
|
||||||
source $ZDOTDIR/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE}
|
source $ZDOTDIR/.zkbd/$TERM-${DISPLAY:-$VENDOR-$OSTYPE}
|
||||||
else
|
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."
|
echo "Execute \`zkbd\` to create bindings."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user