eusi Posted January 11, 2014 Share Posted January 11, 2014 (edited) Hey there, cant see the wood for the trees: is it possible to change the whole input? With 'autocomplete' I am able to change the argument, but can I change the keyword also? for example: 1. user input: keyword argument 2. a list pops up and the user chooses an element (selectedElement) 3. script w/e fires and changes the input to: keyword2 selectedElement better example: 1. user input: world statue of liberty 2. list: Paris, New York user selects New York 3. script leeds user to: us new york and shows a new list ofc greetings eusi Edited January 11, 2014 by eusi Link to comment
Tyler Eich Posted January 11, 2014 Share Posted January 11, 2014 Have you seen David Ferguson's post on chaining script filters? Demo 1 seems to answer your question. Link to comment
eusi Posted January 12, 2014 Author Share Posted January 12, 2014 (edited) Hey Tyler, haven't seen the post before, thank you! This link leads me to my solution: Run NSAppleScript on alfred_script(q) tell application "Alfred 2" to search "keyword " & q end alfred_script Have a nice day ;-) Edited January 14, 2014 by eusi Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now