Adding Multimedia Keyboard support to the ASUS Zenbook UX32VD

For reasons unknown ASUS decided to leave out multimedia keyboard mapping on its UX32VD model which doesn’t side well with Windows 7/8 users. This tutorial adds basic multimedia keyboard key mapping support – Play/Pause Track, Previous Track, Next Track – to Windows 8 and is not limited to just the above UX32VD model.

  1. Install AutoHotKey
  2. Add the following lines to your AutoHotKey.ahk script
    #F10::Media_Play_Pause
    #F11::Media_Prev
    #F12::Media_Next
  3. Reload the hotkey script by right-clicking the AutoHotKey tray icon and selected Reload This Script
  4. Open Windows Music or Zune and play an album
  5. Hold down the Windows key and press F10 to pause the track, F11 to play the previous track and F12 to play the next track

Hey presto! Enjoy your new multimedia keyboard support.

Update: I tried remapping CTRL+Right Arrow without success, I suspect this is due to it already being mapped by Windows to ‘skip to next word in sentence’. Windows+% is good enough for me!

Published by

Michael Visser

I'm a WordPress Plugin developer, UAV & Raspberry Pi enthusiast and general tinkerer. This visser.io domain serves as my development playground for non-WordPress Plugin projects.

2 thoughts on “Adding Multimedia Keyboard support to the ASUS Zenbook UX32VD”

  1. oh my god, bless you, having to go the program to pause was getting very annoying. thanks for posting your script publicly.

Leave a Reply to uğur Cancel reply

Your email address will not be published. Required fields are marked *