diff options
author | Robby Russell <robby@planetargon.com> | 2015-02-22 09:51:22 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-02-22 09:51:22 -0800 |
commit | ce607d3fcb4c730c991563b4c62725cd89ce0ced (patch) | |
tree | 32951410a58f92203ff7d5d9a63cbf110dc30785 /plugins | |
parent | 6713aef977b00577eb24512c7d41d8b55888a140 (diff) | |
download | zsh-ce607d3fcb4c730c991563b4c62725cd89ce0ced.tar.gz zsh-ce607d3fcb4c730c991563b4c62725cd89ce0ced.tar.bz2 zsh-ce607d3fcb4c730c991563b4c62725cd89ce0ced.zip |
Adding keystrong return to oascrupt per suggestion by @enzzzy. Fixes #2913.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/osx/osx.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index d366f1fc8..d0f9f009a 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -35,6 +35,7 @@ EOF set current_session to current session tell current_session write text "${command}" + keystroke return end tell end tell end tell |