Jump to content

FroZen_X

Member
  • Posts

    364
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by FroZen_X

  1. Hey Alfred Team,

     

    i guess i found a bug in Alfred which makes it crash.

    It happens when i preview any kind of file via Alfreds navigation and then want to 

    reenter Alfred.

     

    For example:

    I double tab "Command" to open Alfred and type "Space" to navigate through files -> go to like a pdf and press "Shift" to preview it.

    When i now double tab "Command" again, to bring up Alfred to go to my next search while the preview is still open, Alfred crashes.

    It completely crashes and has to be reopened. 

     

     

    I hope you guys can recreate the problem. Maybe I'm doing something wrong.

    Thanks in advanced.

     

     

    Kind regards,

     

    Frozen

  2. Tag auch Festus,

    wie Veto geschrieben hat kannst du am besten dem Link folgen und schauen, ob du es dann zum laufen bekommst. Falls Englisch dort ein Problem ist, dann kannst du bei Chrome die Seite übersetzten lassen.

    Dein P.S. finde ich persönlich ziemlich arrogant und unangemessen. Alfred ist ein super tool, wobei nur Vero und Andrew daran arbeiten. Um dem Wunsch nachzugehen, verschiedene Sprachen anzubieten, müssten die beiden sich auf Übersetzer stützen. Ich könnten nun zwar ein Tool sprachlich ins Englische übersetzen, aber nicht einfach in Arabisch, Spanisch, Fanzösich etc.. Natürlich gibt es google Translater oder der gleichen. Dies gibt einen aber meist eine grammatikalisch falsche Übersetzung. Daher ist es für Developer, wenn sie selbst nicht mehreren Sprachen mächtig sind, weitaus schwieriger Ihre software in mehrere Sprachen anzubieten.

     

    Ich hoffe, das der Link das Problem löst. 

     

    Bezüglich der Nutzung des Powerpacks, muss ich nur sagen das ich es auch als Deutscher ohne Probleme nutzen kann.

    Welche Probleme gibt es denn dort ?

     

    Gruß,

     

    FroZen

  3. im using this workflow to unlock my mac and wake it up from LAN http://www.packal.org/workflow/remote-key
     

    And i noticed the same. It also doesn't work when its in screensaver or Alfreds lock.

     

    The unlock workflow doesn't work in the usual lock from Alfred, just so that you know in case you wanna use it. Better 

    is when you leave your desk, to put on screensaver. That way it comes to the normal lock screen and can log in.

     

    If you have problems with your password(like me), then just replace loginPw with "your password" and 24say with your id(in the workflow).

  4. Damn :/ well thank you for you help. Maybe Skype includes volume commands in the future.
     

    How did you find out that Skype doesn't expose volume to Applescript ? Like that you can't use a command like the "Mute" ?

    I was trying to find out commands for it but idk how (except google, which didn't show me a list or so). This would be also useful to know for other Apps in the future.

  5. Hi,

     

    im using Alfred since Dezember last year and its just awesome :D

    I got now the Remote app and find it quite useful as i can invoke workflows easily with it.

     

    However do i have a thing i cannot get to work.

    I'm everyday in Skype calls and use workflows to call, message and mute in Skype.

     

    What is missing, is to be able to increase and decrease the Volume of Skype itself.

    I already have a Remote action, to decrease and increase the System Volume but cannot do it for Skype itself.

    Skype has a key command to invoke the volume up/down of conversations which is: Command+Alt+Up/Down.

     

    My Question now is, does anyone know how to take action or send a command to Skype to do this via Alfred(Apple script) ? 

     

    Like this:

     

    tell application "Skype"

      if (send command "GET MUTE" script name "MuteToggler") is equal to "MUTE ON" then

        send command "SET MUTE OFF" script name "MuteToggler"

      else

        send command "SET MUTE ON" script name "MuteToggler"

      end if

    end tell

     

     

    Thanks :)

     

×
×
  • Create New...