diff --git a/src/decode.sh b/src/decode.sh index 5b666900..9c21a231 100644 --- a/src/decode.sh +++ b/src/decode.sh @@ -1881,8 +1881,7 @@ function ble-bind { command="ble/widget/.SHELL_COMMAND '${command//$q/$Q}'" ;; (s) local ret; ble/util/keyseq2chars "$command" - command="ble/widget/.ble-decode-char ${ret[*]}" - echo "$command" ;; + command="ble/widget/.ble-decode-char ${ret[*]}" ;; ('@') ;; # 直接実行 (*) echo "error: unsupported binding type \`-$c'." 1>&2