Jump to content

boutwell

Member
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    boutwell reacted to Andrew in Dispatch Key Combo doesn't work for numpad keys [Fixed 4.5]   
    Useful workaround here using AppleScript for dispatching the key combo instead:
     
     
  2. Thanks
    boutwell got a reaction from Andrew in Specify number pad numerals vs. "top of the keyboard" numerals in key combo   
    I did find a workaround in case anyone else runs into this. I replaced my key combo action with a run script action and used
     
    tell application "System Events" to key code 84 using command down  
    And it worked perfectly. A full list of key codes including numpad numerals can be found here.
  3. Like
    boutwell reacted to Andrew in Dispatch Key Combo doesn't work for numpad keys [Fixed 4.5]   
    @sub_o This is a side effect of Alfred being resilient in keyboard layouts which can change depending on the keyboard selected. Alfred keeps the character typed and looks up the code where relevant. Unfortunately, in your case, Alfred is looking up the top row numbers.
     
    I'm going to treat this as a bug, as Alfred could really treat the numpad keys as special keys.  I'll move this thread into the bug forum, but it's not going to be fixed for 4.1 which is now code complete.
     
    Cheers,
    Andrew
  4. Like
    boutwell reacted to sub_o in Dispatch Key Combo doesn't work for numpad keys [Fixed 4.5]   
    Hi, I am using keyboard shortcut to control my Mission Control spaces,
    e.g. Ctrl  + Cmd + Option + Numpad 7, etc.
    But somehow when I am creating my workflow to dispatch the key combo, rather than triggering Numpad-7, it triggers the normal keychar of 7.
    Is there a way to configure it so that I could send the signal as Numpad 7 instead (e.g. keycode 103 instead of keychar 7)

    Thank you!
  5. Like
    boutwell reacted to Andrew in Specify number pad numerals vs. "top of the keyboard" numerals in key combo   
    @boutwell This isn't currently possible in Alfred - There is a bug report for this here:
     
     
  6. Like
    boutwell got a reaction from cands in Outlook 15.6 (Office 365) - Search by subject   
    This is a workflow that will search the subject field of emails in the new version of Outlook for Mac that is currently available to Office 365 subscribers. Additional fields can be added in the advanced section of the file filter.
     
    The new version has a different data path as well as a new file type, so the old Outlook searches were not working.
     
     

     
    If anyone knows how to make the date the e-mail was received show up where the file path shows in the results, I would be your best friend.
     
    The workflow can be downloaded HERE.
     
  7. Like
    boutwell reacted to jdfwarrior in New Outlook version 15.6 150113 - (Office 365)   
    I don't have access to the latest version of Outlook but just taking a glance at the workflow you mentioned, it looks like there may be one other thing to change. Without being able to see the structure, I can't confirm that this will fix it but, let try this..
     
    In the workflow, it also specified a file type. The workflow specified a com.microsoft.outlook14.message file type. Try navigating to the area that you know the data resides and find a file that you can confirm is an outlook message. Remove the current file type in the workflow, then drag one of the files that you believe to be a message into the file types box. It COULD be that it was attempting to filter on an outdated file type.  As mentioned, this is just a guess. Let me know back how this works please.
  8. Like
    boutwell reacted to idea4IT in Dropbox Client for Alfred - Access multiple Dropbox accounts with Alfred   
    This workflow has now been officially approved by Dropbox!
    I've also just updated the workflow with bugfixes and some minor tweaks.
×
×
  • Create New...