Pause iTunes with one key from any app?

Ask a Question related to Mac Applications & Software, Design and Development.

  1. #1

    Default Pause iTunes with one key from any app?

    I use iTunes a lot, but get a lot of business calls, so I'm a big fan
    of the mute button on my keyboard.

    What I would prefer is an iTunes pause button that would work within
    any app. F13 seems like a logical choice.

    Anyone know how to do this?
    Uno Harju Guest

  2. Similar Questions and Discussions

    1. iTunes links
      I have had no trouble linking in Contribute EXCEPT iTunes. Everytime I insert the link, I go to preview it, it isn;t there. I check the link...
    2. iTunes and MP3::Tag
      Near New Year I visited some friends, so got an access to iTunes. Unfortunately, I could not find way to make iTunes recognize anyway non-trivial...
    3. Sys 9 iTunes
      In article <bearclaw-E67C7F.15445911072003@newssvr21-ext.news.prodigy.com>, bearclaw@cruller.invalid wrote: Did you try different settings for...
    4. iTunes 4 and .wav files
      I upgraded to iTunes 4 recently, and I see that it is not the default application for .wav files. Double-clicking on a .wav only has the effect of...
    5. iTunes won't burn CD
      In article <sunclad-B203EE.20043925062003@news.chatlink.com>, "D. Kirkpatrick" <sunclad@sunclad.com> wrote: I've only run into this problem on...
  3. #2

    Default Re: Pause iTunes with one key from any app?

    In article <4103f1d.0307161405.34b446c@posting.google.com>,
    [email]heyuno@hotpop.com[/email] (Uno Harju) wrote:
    > I use iTunes a lot, but get a lot of business calls, so I'm a big fan
    > of the mute button on my keyboard.
    >
    > What I would prefer is an iTunes pause button that would work within
    > any app. F13 seems like a logical choice.
    >
    > Anyone know how to do this?
    I'm sure someone can help you, but there's an alternative:

    The Logitech Internet Navigator Keyboard (which is relatively cheap, I
    think less than $30) includes next/previous track keys, a pause and stop
    key, volume controls, a mute button, a scroll wheel, and customizable
    "favorite" keys. I find the scroll wheel on the keyboard more useful
    than one on a mouse.

    The only catch is it doesn't have a built in USB hub, so you'll need to
    pick one up if you are short a port for the mouse.
    Steven Fisher Guest

  4. #3

    Default Re: Pause iTunes with one key from any app?

    In article <4103f1d.0307161405.34b446c@posting.google.com>,
    [email]heyuno@hotpop.com[/email] (Uno Harju) wrote:
    > I use iTunes a lot, but get a lot of business calls, so I'm a big fan
    > of the mute button on my keyboard.
    >
    > What I would prefer is an iTunes pause button that would work within
    > any app. F13 seems like a logical choice.
    >
    > Anyone know how to do this?
    You can do it with iKey[*] (used to be called YoupiKey when it was still
    free). Use it to create an AppleScript that reads

    tell application "iTunes" to playpause

    and attach a key combination to it.

    [*] <http://scriptsoftware.com/ikey/>

    --
    Free and shareware at <http://www.euronet.nl/~tekelenb/software/>
    Sander Tekelenburg Guest

  5. #4

    Default Re: Pause iTunes with one key from any app?

    In article <4103f1d.0307161405.34b446c@posting.google.com>,
    [email]heyuno@hotpop.com[/email] (Uno Harju) wrote:
    > I use iTunes a lot, but get a lot of business calls, so I'm a big fan
    > of the mute button on my keyboard.
    >
    > What I would prefer is an iTunes pause button that would work within
    > any app. F13 seems like a logical choice.
    >
    > Anyone know how to do this?
    Synergy ( [url]http://synergy.wincent.com/[/url] )

    --
    Sandman[.net]
    Sandman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139