From 154beb930d65be7bc4daf75fcb9c9c4997e7fc7d Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Sun, 22 Feb 2015 09:51:22 -0800 Subject: [PATCH] Adding keystrong return to oascrupt per suggestion by @enzzzy. Fixes #2913. --- plugins/osx/osx.plugin.zsh | 1 + 1 file changed, 1 insertion(+) 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