Can I create a shortcut to a keyboard multimedia key?

chillz

New member
Member
Local time
3:37 PM
Messages
31
I have a microsoft keyboard with multimedia keys. I have assigned one of the multimedia keys to the Instant Viewer feature from Intellitype Pro. I like this feature and think it would be more useful to put it on the mouse button but I have searched and cannot find any .exe for the Instant Viewer to create a program shortcut. I was thinking I could get around this by creating a shortcut to the multimedia key instead and then assigning that shortcut to the mouse. Does anyone know if it's possible to do this?

FYI, this is not the same as pressing Alt + Tab or Ctrl + Alt + Tab. The Intellitype Instant viewer covers the whole screen when activated while Alt + Tab just gives you a thin horizontal strip in the middle.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
OS
Windows 7 Ultimate x64

My Computer My Computer

At a glance

Windows 10 Home x64INTEL Core i5-750 Quad-Core 3.37GHzHyperX Fury Black Series 8GB (2 x 4GB) 1866MhzEVGA GeForce GTX 750 Superclocked 1GB 128-Bit...
Computer type
PC/Desktop
OS
Windows 10 Home x64
CPU
INTEL Core i5-750 Quad-Core 3.37GHz
Motherboard
ASUS P7P55D
Memory
HyperX Fury Black Series 8GB (2 x 4GB) 1866Mhz
Graphics Card(s)
EVGA GeForce GTX 750 Superclocked 1GB 128-Bit GDDR5
Monitor(s) Displays
LG 32MA68HY 32" IPS
Screen Resolution
1920 x 1080
Hard Drives
Samsung 840 Evo 120GB, SEAGATE 500GB Barracuda® 7200.12, SATA 3 Gb/s, 7200 RPM, 16MB cache
PSU
ANTEC TruePower New TP-550, 80 PLUS, 550W
Case
ANTEC Three Hundred Illusion
Cooling
COOLER MASTER Hyper 212 Plus, 4 x 120mm 1 x 140mm Noctua's
Internet Speed
85 + Mbps
Antivirus
Avast
Browser
Vivaldi
I just saw an article recently on AutoHotKey forum about getting the virtual key code that the multimedia key puts out. Then you'd only have to Send that in response to a mouse click combination. Unfortunately right now the search in AutoHotkey forum is being redirected through Google to some archive that hasn't been updated since 2008.

Try AutoHotkey forum search tomorrow. Try searching with terms
virtual key code programmable keyboard

and see what turns up.
 

My Computer My Computer

At a glance

Windows 7 32 bitAMD 5200+ dual core2 GBNVidia GeForce 6150SE 128 MB
Computer Manufacturer/Model Number
HP Media Center
OS
Windows 7 32 bit
CPU
AMD 5200+ dual core
Memory
2 GB
Graphics Card(s)
NVidia GeForce 6150SE 128 MB
Monitor(s) Displays
CRT
Screen Resolution
1280x1024
Hard Drives
500 GB Sata internal :

SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drives
Keyboard
PS/2
Mouse
PS/2 Wheel Mouse
Other Info
SIIG USB 3.0 PCIexpress card.
Welcome to Seven Forums chillz. It is possible with AutoHotkey. I found this post. If you are not familiar, I will point one of our Gurus to this post, and see if he can elaborate:

Intellipoint Instant Viewer Hotkey • AutoHotkey Community

A Guy

Thanks for the reply. Even though I am currently using Autohotkey with one script, I really have no idea how it works. I have no clue on how to script or program. Someone else had to help me make the script I was using. I can't even find an option to create a new script in AHK. If you can walk me through it with this issue I'd really appreciate it. Also I'm using Intellitype, not Intellipoint. I don't know if there would be a difference.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
OS
Windows 7 Ultimate x64
I just saw an article recently on AutoHotKey forum about getting the virtual key code that the multimedia key puts out. Then you'd only have to Send that in response to a mouse click combination. Unfortunately right now the search in AutoHotkey forum is being redirected through Google to some archive that hasn't been updated since 2008.

Try AutoHotkey forum search tomorrow. Try searching with terms
virtual key code programmable keyboard

and see what turns up.

I found this post and it seems to be relevant: [How To] Capture Virtual-key code of a Keypress • AutoHotkey Community

but like I said with my previous post, I don't have the slightest idea on how to go about doing it.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
OS
Windows 7 Ultimate x64
I don't use the AHK methods to look at code executed and keys pressed from running scripts via the tray icon. But I know there's a way to do it. I would post the question here:

Support • AutoHotkey Community

Someone may post a small script and tell how to use it.
Once you know what code that programmable key gives off, then it's easy to hook it up to lines of code that run when you press it. Running an external program is easy. It's getting the key from programmable keyboards that's not in my experience.

edit: the article you posted is not the one I'm thinking of. The method I'm talking about uses tray icon commands built into ahk. I think you pause the script, then there's a way to display the keys pressed. Someone of that forum will know.

edit: you should also download AHK_L

http://l.autohotkey.net/

You'll need it to run ahk scripts.
 
Last edited:

My Computer My Computer

At a glance

Windows 7 32 bitAMD 5200+ dual core2 GBNVidia GeForce 6150SE 128 MB
Computer Manufacturer/Model Number
HP Media Center
OS
Windows 7 32 bit
CPU
AMD 5200+ dual core
Memory
2 GB
Graphics Card(s)
NVidia GeForce 6150SE 128 MB
Monitor(s) Displays
CRT
Screen Resolution
1280x1024
Hard Drives
500 GB Sata internal :

SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drives
Keyboard
PS/2
Mouse
PS/2 Wheel Mouse
Other Info
SIIG USB 3.0 PCIexpress card.
k thx MilesAhead
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
OS
Windows 7 Ultimate x64
Back
Top