diff --git a/VoiceInk/Resources/firefoxURL.scpt b/VoiceInk/Resources/firefoxURL.scpt index 5188888..7e20b4a 100644 --- a/VoiceInk/Resources/firefoxURL.scpt +++ b/VoiceInk/Resources/firefoxURL.scpt @@ -5,9 +5,8 @@ tell application "Firefox" keystroke "l" using command down delay 0.1 keystroke "c" using command down - delay 0.1 - key code 53 -- Press Escape key to deselect address bar + end tell delay 0.1 return (the clipboard as text) -end tell \ No newline at end of file +end tell diff --git a/VoiceInk/Resources/zenURL.scpt b/VoiceInk/Resources/zenURL.scpt index 8e6abc8..1f92c49 100644 --- a/VoiceInk/Resources/zenURL.scpt +++ b/VoiceInk/Resources/zenURL.scpt @@ -5,9 +5,7 @@ tell application "Zen Browser" keystroke "l" using command down delay 0.1 keystroke "c" using command down - delay 0.1 - key code 53 -- Press Escape key to deselect address bar end tell delay 0.1 return (the clipboard as text) -end tell \ No newline at end of file +end tell diff --git a/appcast.xml b/appcast.xml index abbc8fe..ae14b22 100644 --- a/appcast.xml +++ b/appcast.xml @@ -14,7 +14,7 @@