Jump to content

cme4ever

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by cme4ever

  1. It may sound strange for you guys.. but, I would like to create a workflow to run a keyboard shortcut.  Sometimes, I couldn't remember some keyboard shortcut;  decided to create a workflow with keyword.  My case is that.. I sometimes need to use Mac emoji.  The keyboard shortcut for this is.. CTRL + CMD + Space.  Can it be a way to create Alfred keyboard shortcut for entering this emoji keyboard shortcut?   I'm supposed to open Alfred -> Keyword: emoji -> Run a workflow with CTRL + CMD + Space keyboard shortcut.   This is what I like to do. 

  2. I'm also looking for a way to add snapshots in my clipboard into DV in using the workflow.  Could it be possible?   Also, do you have any details how to use this feature? ->  Import To DEVONthink -   

    what will be keywords to use "Import To DEVONthink"?  

    I can use "ds" and "dn" for search and create new.  but, not sure what to do for "Import To DEVONthink". 

  3. On 9/30/2020 at 7:02 AM, deanishe said:

     

    How do you imagine that would work? Text merge works by adding the new text to the end of the old text. What do you want it to do with the images? Combine them all into one really, really big one?

     

    Consider this case.  I'm capturing multiple screen shots, such as photo, chunk of emails, part of web site articles, and so on.  and I would like to paste all of them in one document, such as evernote, one note, or MS word docs.  this is a case I would like to use. 

  4. Could it be possible to save multiple screen shots in one clip board item?   For test, we have text merge feature - yes, this is very good feature!!! I can just press 'CMD + C +C" and file up all texts into one clip board item.  Not sure it applied to multiple screen shots.  I'm using shift + control + cmd + 4 to save multiple screen shots; and the shots shown individually in Alfred clipboard; very very tedious to past all those screen shots in one place - yes, I need to repeat N-times.. depending on number of screen shots I had. 

  5. On 8/8/2020 at 5:44 AM, jopemachine said:

     

    
    on run argv
    
    tell application "Evernote"
    
    activate
    
    -- delay considering time taken to turn on the Evernote
    
    delay 1.3
    
    tell application "System Events"
    
    -- new note (Command + N)
    
    key code {55, 45}
    
    delay 0.6
    
    -- press tab key
    
    key code 48
    
    end tell
    
    end tell
    
    tell application "Alfred 4"
    
    -- show clipboard
    
    search "clipboard"
    
    tell application "System Events"
    
    tell process "Alfred"
    
    -- enter clipboard
    
    delay 0.05
    
    key code 76
    
    -- select last item
    
    delay 0.05
    
    key code 125
    
    -- press the last item
    
    delay 0.05
    
    key code 76
    
    end tell
    
    end tell
    
    end tell
    
    end run

     

    How about trying this?

     

    I just typed some script using system events.

     

    This script make a new note with copied files in clipboard.

     

    You can invoke above script with some keyword. (osascript <script file name>.scpt)

     

    I hope this helps.

     

     

    On 8/8/2020 at 5:44 AM, jopemachine said:

     

    
    on run argv
    
    tell application "Evernote"
    
    activate
    
    -- delay considering time taken to turn on the Evernote
    
    delay 1.3
    
    tell application "System Events"
    
    -- new note (Command + N)
    
    key code {55, 45}
    
    delay 0.6
    
    -- press tab key
    
    key code 48
    
    end tell
    
    end tell
    
    tell application "Alfred 4"
    
    -- show clipboard
    
    search "clipboard"
    
    tell application "System Events"
    
    tell process "Alfred"
    
    -- enter clipboard
    
    delay 0.05
    
    key code 76
    
    -- select last item
    
    delay 0.05
    
    key code 125
    
    -- press the last item
    
    delay 0.05
    
    key code 76
    
    end tell
    
    end tell
    
    end tell
    
    end run

     

    How about trying this?

     

    I just typed some script using system events.

     

    This script make a new note with copied files in clipboard.

     

    You can invoke above script with some keyword. (osascript <script file name>.scpt)

     

    I hope this helps.

     

     

    I have run this script in terminal.. nothing getting better.  

  6. I kind of stuck with having right title in my evernote using this workflow.  Can you do me a favor? what's wrong? 

     

    enn #Important !Today :My Title This is my note body

     

    ==> this command made my note having "My Title This is my note body" for note title.  I want to have only "My Title" for note title and the rest of them for evernote body. 

     

    Evernote Note I wish to create with this work flow. 

    Title: My Title 

    Reminder: Today 

    Tag: Important

    Note Body:  This is my note body

×
×
  • Create New...