Jump to content

weqopy

Member
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by weqopy

  1. I met the similar situation

    image.thumb.png.b16ac4bd9b107ee747124a4a33c525fb.png

    url="{query}"
    if [[ ${url:0:7} == "http://" || ${url:0:8} == "https://"  || ${url:0:4} == "www." ]] 
    then
    	open $url
    else
        open https://www.google.com/search?q="$url"
    fi

    It was fine on MacOS 10.15 before, but this hotkey disabled frequently after updating to 11.1

     

    And the hotkey disabled for two scenes:

    1. delay to open the urlimage.thumb.png.bcc85be02d14e09dce52914ea7363701.png

    2. occur an error which is like (open /usr/****/https://www.google.com/search?q='$url') and I forgot save a screenshot. (I will upload it when this situation happens next time)

  2. On 6/20/2019 at 11:05 PM, sven-a said:

    Hi,

    This workflow looks awesome!

     

    - the install went OK

    - setting email also worked fine (I received popup notification)

    - but when I run lplogin nothing shows and I get this error in Alfred debug pane:

     

    ERROR: LastPass CLI[Run Script] 2845:2846: syntax error: Expected end of line but found “"”. (-2741)

     

    Any idea what the issue might be?

    I'm running Alfred 4.0.2

    image.png.09a7effcf936e7747f93bf57046d3fa2.png

    image.png.6708b19fab9092ef0762075037c0c20d.png

    This will fix it.

  3. 1 hour ago, Vero said:

    @weqopy I'm on the same version of macOS and Alfred, and haven't been able to replicate the issue you're seeing. 

     

    If you have TextEdit open, type into TextEdit, then pop up Alfred, do 12/3 and hit Enter, does your keyboard still work normally? If so, it may be an issue with Chrome itself.

     

    You can try switching Alfred's Focusing mode to "Compatibility" mode in Appearance > Options, which may help :)

     

    Cheers,
    Vero

    Yes, 'switching Alfred's Focusing mode to "Compatibility" mode' worked.

    Thanks.

  4. macOS 10.14.4 (18E226)

    Alfred 3.8.1[961]

     

    1. Using Chrome

    2. Open Alfred and enter 12/3, enter again

    3. Back to Chrome

    4. Keyboard can't be used now

    5. Switch to another app then keyboard can be used

     

    I have a video to show this process but it's too large to upload.

     

    image.png

    image.png

    image.png

×
×
  • Create New...