diff options
-rwxr-xr-x | tessen | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -112,6 +112,9 @@ key_menu() { exit 0 elif [[ "${ACTION-}" == "copy" ]]; then wld_copy "$_KEY" + elif [[ "${ACTION-}" == "both" ]]; then + auto_type "$_KEY" + wld_copy "$_KEY" elif [[ -z "${ACTION-}" ]]; then tmp_key="$_KEY" get_key opt_key_list |