Jump to content

Beery

Member
  • Posts

    31
  • Joined

  • Last visited

Posts posted by Beery

  1. Hi. When using Groups in Chrome, the group is collapsed (but exists) in another Chrome window than the last one being in focus. Searching using the workflow and selecting a tab in this collapsed group doesn't bring the relevant Chrome window to focus. It does open the group and select the tab, but if this Chrome window is not visible, then it does not make it visible. 

  2. It is reproducible for me when selecting a text and then quickly doing cmd-c-x (copy and then cut the text). And it looks like the clipboard history is being shorten. (so maybe the cut is really working on the clipboard history?)

     

    @Andrew

    It is the same behavior when using the opposite cmd. I'm using MacBook Air built-in keyboard. There are quite few things in the macOS Accessibility preferences (Security & Privacy > Privacy > Accessibility).

  3. Managed to get it work under Alfred 3 by right click on the workflow and "Open in Finder". Then edit layout_select.pl and changed line 12 from 

    my $layouts_file = $ENV{'HOME'} . '/Library/Application Support/Alfred 2/Workflow Data/de.leanovate.alfred.layout/layouts.yaml';
    to

    my $layouts_file = $ENV{'HOME'} . '/Library/Application Support/Alfred 3/Workflow Data/de.leanovate.alfred.layout/layouts.yaml';
     

  4. Amazing workflow, but it no longer works.

    Debugging in Alfred 3 I get:

     

    Starting debug for 'Layout'

     

    [2017-04-02 18:55:38][ERROR: input.scriptfilter] Code 255: Syck parser (line 12, column 22): syntax error at /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level/YAML/Syck.pm line 133, <$fh> line 1.

     

    and 

     

    /usr/bin/perl layout.pl center

    given is experimental at layout.pl line 274.

    when is experimental at layout.pl line 275.

    when is experimental at layout.pl line 281.

    when is experimental at layout.pl line 289.

    when is experimental at layout.pl line 299.

    when is experimental at layout.pl line 319.

    when is experimental at layout.pl line 357.

    when is experimental at layout.pl line 381.

    Can't call method "position" on unblessed reference at layout.pl line 247.

     

     

     

     

  5. I had to move it all they way to the left in order for "plain" cmd-C to work properly without triggering cmd-C-C, but this significantly slows me down in using "repeat" everywhere else, so right now I can really use Alfred cmd-C-C.

     

    Moreover, when playing around with the settings e.g. creating multiple lines and see how fast I can get repeated "delete" (<--), I can tell for sure that I'm not that slow in how long I keep "c" down when doing cmd-C. So I think that what I initially experience has more than just using the above keyboard settings.

  6. Hi, I've enabled Clipboard->Merging->Fast Append. Apparently I'm not quick enough in releasing the "c" key i.e. I click on cmd, then on "c" but holding it down for "too long". What happens is that the last clipping is duplicated many many times, makes that feature unusable for me.

     

    Is there a way to really activate this feature only when "c" is clicked and released twice (vs. hold down for long time)?

     

    Thanks.

     

    v3.3.1 [806]

  7. The url will be grabbed from clipboard (or pasted as a parameter to the workflow).

    I'd like the url to stay as is. If it is a shortened one then no resolution.

    Ideally the flow will launch a save-as like dialog. It is OK the have a way for me to specific target folder (the file name might be tricky - can be the trail component in the url).

  8. Using *.pdf, the order seems to be lexicographical - is there a way to sort differently e.g. by last modified/access time?

    Or would that be the time to go into Finder? And if so - how can the filers be carried into Finder (as right now I need to repeat it there)?

     

    One more usability question, I'm using long file/folder names and so being able to see the full name e.g. on the right hand side (below the preview, next to size, access time etc), would be useful for me.

  9. See http://www.alfredforum.com/topic/5209-returning-to-a-directory-will-select-the-recent-visited-file/

     

    When navigating up in a file directory, and then going back into the same directory, it is always the first file in the directory which is selected. Request is that by default it will get back to the last selected folder/files. So going up->up->down->down will bring me to the same file.

×
×
  • Create New...