Ducky shining maybe?
I love the 4 keys above the numpad on mine :)
I'm pretty sure you could use Auto Hot Key for that?
If you didn't mind doing that, any keyboard would work.
Filco Camo FKBN104M/EMU2?
Camo is available in 104, sure camo design is not for everyone but it's only Filco with media function I think. Could maybe trade someone for plain case or worst case rewrap in something else like di-noc.Show Image(http://www.keyboardco.com/keyboard_images/filco_majestouch_camouflage_us_multimedia_large.jpg)
True, but I'm rather unfamiliar with the program :/
F1::Volume_Up
F2::Volume_Mute
F3::Volume_Down
F5::Media_Prev
F6::Media_Play_Pause
F7::Media_Stop
F8::Media_Next
It's not that hard to learn, and key remapping is trivial. Something like this should be all you need (using the same keys as the Camo):Code: [Select]F1::Volume_Up
F2::Volume_Mute
F3::Volume_Down
F5::Media_Prev
F6::Media_Play_Pause
F7::Media_Stop
F8::Media_Next
You may wish to include shift (+F1), ctrl (^F1), alt (!F1) or Win (#F1), or all of the above (+^!#F1) in place of the Fn key before the ::, if you're one of the two people on Planet Earth who actually uses the function keys for their intended purposes.
I've included additional lines in my own script to hide the tray icon, exit the script, reload the script, open the script in my text editor, along with a custom bindings for extended ASCII and Unicode characters, ^D for console windows etc. Good for adding, changing or removing bindings from other applications, as you can configure the commands to be window-specific. For example, I've blocked F11 (open Winamp) when DOSBox is active, so that I don't fall out of full-screen Worms games when I want to prod the enemy to death.
Personally, I have bound Pause/Break for pause, Ctrl+Numą for volume (doesn't affect system volume (die in a fire, waveout)), and Ctrl+Shift+Numą for next/previous track directly inside Winamp (doesn't work with mp3Cue annoyingly). Doesn't work with TKL ;-)