You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found your addon and thought it could solve a problem for me.
Im in Mac OS X.
I want to have a script that makes a keyboard shortcut when a start a movie and one when i pause or stop.
The shortcut is "Ctrl + F1" and the second is "Ctrl + F2".
Ive made a script in the editor that says:
tell application "System Events"
keycode 59 & 122
end tell
When i try it works, but when I add the script i callback, it doesn't
Can you help me?
The text was updated successfully, but these errors were encountered:
Hi!
Hardcore Neewbe here.
I found your addon and thought it could solve a problem for me.
Im in Mac OS X.
I want to have a script that makes a keyboard shortcut when a start a movie and one when i pause or stop.
The shortcut is "Ctrl + F1" and the second is "Ctrl + F2".
Ive made a script in the editor that says:
tell application "System Events"
keycode 59 & 122
end tell
When i try it works, but when I add the script i callback, it doesn't
Can you help me?
The text was updated successfully, but these errors were encountered: