Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: play key for other media players  (Read 3866 times)

0 Members and 1 Guest are viewing this topic.

Ädamas

    Topic Starter


    Beginner

    Thanked: 1
    play key for other media players
    « on: June 30, 2009, 10:40:05 PM »
    i am wanting to know how to get the play key on my keyboard to work on other media players e.g vlc
    you're just jealous because the voices talk to me, and not you.

    Kip



      Apprentice

      Thanked: 21
      • Yes
      • Yes
      • Yes
    • Experience: Experienced
    • OS: Linux variant
    Re: play key for other media players
    « Reply #1 on: July 02, 2009, 05:35:34 PM »
    AutoHotKey can do it.

    After you download AutoHotKey, go to Notepad and type the following code:

    Code: [Select]
    Media_Play_Pause::Send, {Space}
    Save the file as "Keyboard Play Key.ahk" and run that file.  (You can save the file anywhere you want and replace "Keyboard Play Key" with anything you want.)

    Now, when you press the "Play" key on your keyboard, VLC will play/pause.

    Note: The VLC window has to be selected for this to work.  I will try to find a way around that.
    Happiness is not getting what you want, it is wanting what you get.

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Re: play key for other media players
    « Reply #2 on: July 02, 2009, 06:25:23 PM »
    Nicely done Kip...
    " Anyone who goes to a psychiatrist should have his head examined. "

    Ädamas

      Topic Starter


      Beginner

      Thanked: 1
      Re: play key for other media players
      « Reply #3 on: July 11, 2009, 05:48:58 AM »
      thank you but for what ever reason some times one of my other hotkeys does not work it is to make the desktop icons disappear and reappear when you press it again
      you're just jealous because the voices talk to me, and not you.