Jump to content

homever

Member
  • Posts

    62
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by homever

  1. I know there's a built-in Eject feature in Alfred. Wondering if there's a way to monitor system mounting behaviour and post notification? For example, when a thumb drive is attached, Alfred then displays a notification right away, more like what HardwareGrowler does. If it can be achieved, how about make it a built-in feature along with the existing eject feature under Alfred's system option.
  2. exactly! Iam now using walkaround latter method...
  3. Also had this issue. Any comments on this?
  4. Hi, I found a useful applescript here. It allows to switch iTunes accounts in one sec. Very useful to those who have multiple iTunes accounts. Anyone can help craft the codes to make it compatible with Alfred? Thanks in advance. Here's the code. set _delay to 1 set newLogin to button returned of (display dialog "Select account:" buttons {"Country 1", "Country 2"} default button "Country 1") set thisApp to button returned of (display dialog "Which Store?" buttons {"iTunes", "App Store", "Cancel"} default button "iTunes") if newLogin is "Country 1" then set newLogin to "email 1" set newPass to "password 1" else if newLogin is "Country 2" then set newLogin to "email 2" set newPass to "password 2" end if if thisApp is "App Store" then tell application "System Events" tell process "App Store" set frontmost to true delay _delay try click menu item "Sign Out" of menu 1 of menu bar item "Store" of menu bar 1 end try delay _delay click menu item "Sign In…" of menu 1 of menu bar item "Store" of menu bar 1 delay _delay keystroke newLogin keystroke tab keystroke newPass keystroke return delay 4 keystroke return end tell end tell else if thisApp is "iTunes" then tell application "System Events" tell process "iTunes" set frontmost to true delay _delay try click menu item "Sign Out" of menu 1 of menu bar item "Store" of menu bar 1 end try delay _delay click menu item "Sign In…" of menu 1 of menu bar item "Store" of menu bar 1 delay _delay keystroke newLogin keystroke tab keystroke newPass keystroke return delay 4 keystroke return end tell end tell end if
  5. On my mac, "Option+Up" does the same. It probably offers you a shortcut to frequently used apps. With option pressed, left click on the pinned apps can remove them from the search box.
  6. Hi, Just noticed that when I enabled popclip, double or triple click (which usually perform Select All action) on texts or address bar in Safari or Chrome will trigger clipboard merging. Can be reproduced every time. Please take a look. Can be quite annoying when that sound comes out. Alfred verison: 2.1.1(227) Mavericks 10.9.1 (13B42)
  7. well, that just happened once, and later on goes really well Thanks!
  8. Strange to me, it used to work great. Just now it opens Chrome in Parallels Desktop....don't know why...is it because Chrome.app isn't running?
×
×
  • Create New...