Created
June 8, 2018 15:54
-
-
Save buguibu/c0fa1dc68ecbf14d43e903ef534f2d04 to your computer and use it in GitHub Desktop.
Revisions
-
buguibu created this gist
Jun 8, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ tell application "System Events" tell application "Slack" to activate key code 40 using {command down} delay 1 -- keystroke "the_style_outlets" keystroke "ingenieria" delay 0.5 key code 36 delay 0.3 keystroke "Sé que os la trae al pairo, pero a mi me emociona decio esto mediante un ApplScript" -- keystroke "/away " delay 0.5 key code 36 delay 0.3 -- set visible of process "Slack" to false end tell