phnxaztc 0 Posted April 30, 2015 Share Posted April 30, 2015 Hi, There are other posts on the same topic - I know. I just wanted to add another one. Apparently there used to be a keyboard shortcut for it in the past - Evernote removed it! Why? Is there anyway to work around it? Thanks,SKR Link to comment
Level 5* JMichaelTX 4,118 Posted April 30, 2015 Level 5* Share Posted April 30, 2015 The only work-around I know of is to write a short AppleScript, and then assign a shortcut key (via FastScripts or Automator).tell application "Evernote" set _sel to selection -- Gets the Note(s) Selected in Evernote if _sel ≠ {} then set aNote to first item of _sel -- Get ONLY the 1st Note open note window with aNote end ifend telltell application "System Events" to set frontmost of process "Evernote" to true Link to comment
phnxaztc 0 Posted May 2, 2015 Author Share Posted May 2, 2015 Thanks Explorer. This clearly works when I run the script. But I am having trouble using the automator to automate this (new to this part). Can you perhaps post a snapshot of how I can make the automator run this script? Link to comment
Idea
phnxaztc 0
Hi,
There are other posts on the same topic - I know. I just wanted to add another one.
Apparently there used to be a keyboard shortcut for it in the past - Evernote removed it! Why?
Is there anyway to work around it?
Thanks,
SKR
Link to comment
2 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.