Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Windows Media Player global hotkeys


  • Please log in to reply
6 replies to this topic
Mr.Carioca
  • Members
  • 2 posts
  • Last active: Nov 16 2008 04:26 AM
  • Joined: 16 Nov 2008
hey guys,

I have no programmer skills, I tried on looking at the "quick-start" I can't seem to understand it but I really want to edit my windows media player hotkeys.

This is what I was planning on having.

when windows media player is minizaned and I'm playing games, I would like to switch songs, stop the music etc, without the need of me exiting the game to change song.

It is something like what mac's keyboard has to offer, but I don't have a mac, just a simple keyboard.

I would like to assign those hotkeys on my F9-F12 keys (since for me they are pretty much useless.)

I would be very thankful for any help.
Thank you for your time.

Prof.Deathray
  • Guests
  • Last active:
  • Joined: --
You do realize you could just buy a media keyboard that has it's own "media buttons" for play/pause, stop, skip, and volume right on the keyboard... right?

If you're using a laptop it might be a different story. In that case just search the forum for the name of the media player you use and hopefully you'll be able to find a script someone has made and graciously shared with the community. :)

Mr.Carioca
  • Members
  • 2 posts
  • Last active: Nov 16 2008 04:26 AM
  • Joined: 16 Nov 2008
True but I really don't feel like purchasing a media keyboard because it was way too many unneded buttoms.

and I will take a look around

  • Guests
  • Last active:
  • Joined: --
thats pretty easy to do,

you just need to look at the forums more carefully

<!-- m -->http://www.autohotke... ... ostmessage<!-- m -->

any doubts, join our chat

  • Guests
  • Last active:
  • Joined: --

thats pretty easy to do,

you just need to look at the forums more carefully

<!-- m -->http://www.autohotke... ... ostmessage<!-- m -->

any doubts, join our chat

what about no programming skills doesnt this noob understand????????

VxE
  • Moderators
  • 3622 posts
  • Last active: Dec 24 2015 02:21 AM
  • Joined: 07 Oct 2006
Ahk can remap normal keyboard keys to become media keys. Give these a try.
; Save this to a text file, then give the file a name and change its extension to ".ahk". Then double-click to run
F9::Send {Media_Play_Pause}
F10::Send {Media_Stop}
F11::Send {Media_Prev}
F12::Send {Media_Next}


Tomcatjet
  • Guests
  • Last active:
  • Joined: --
[VxE] I f*ckin' love you :D Thanks very much.