Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Use AutoKey to open the terminal locally

Writer Mia Lopez

I have just recently installed Autokey.

The first thing I would like to do if to create a shortcut for openning the terminal in a folder.

By hand this is achieved with Shift + F10 + E.

In autokey I have the following script:

keyboard.press_key('<shift>')
keyboard.press_key('<f10>')
keyboard.release_key('<f10>')
keyboard.release_key('<shift>')
keyboard.press_key('<e>')
keyboard.release_key('<e>')

But this is not working. I would appreciate some help!

Best Regards

6 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy