F5F Stay Refreshed Software Operating Systems No, there’s no reliable way to mimic multimedia keys on a keyboard without using the actual keys.

No, there’s no reliable way to mimic multimedia keys on a keyboard without using the actual keys.

No, there’s no reliable way to mimic multimedia keys on a keyboard without using the actual keys.

M
MrLay
Junior Member
17
10-17-2016, 11:38 AM
#1
You're looking for a way to mimic multimedia controls with standard keyboard shortcuts while keeping your volume settings fixed. It seems possible to map those functions using combinations of regular keys and Windows recognition. For instance, you could assign CTRL + "/" to PLAY/Pause, CTRL + "*" to MUTE/UNMUTE, CTRL + "+"/"-" to VOL+/VOL-, and ALT + "-" or ALT + "+". This approach works within Windows 10 and doesn't require a physical keyboard redesign. If you're open to alternatives, checking out other brands like Cherry Stream or Kinesis could offer similar functionality without the unwanted engraving.
M
MrLay
10-17-2016, 11:38 AM #1

You're looking for a way to mimic multimedia controls with standard keyboard shortcuts while keeping your volume settings fixed. It seems possible to map those functions using combinations of regular keys and Windows recognition. For instance, you could assign CTRL + "/" to PLAY/Pause, CTRL + "*" to MUTE/UNMUTE, CTRL + "+"/"-" to VOL+/VOL-, and ALT + "-" or ALT + "+". This approach works within Windows 10 and doesn't require a physical keyboard redesign. If you're open to alternatives, checking out other brands like Cherry Stream or Kinesis could offer similar functionality without the unwanted engraving.

O
OliverBlyth
Member
64
10-24-2016, 05:41 AM
#2
Media keys shortcuts in AutoHotkey might resolve your problem.
O
OliverBlyth
10-24-2016, 05:41 AM #2

Media keys shortcuts in AutoHotkey might resolve your problem.

B
Baby_Nae
Member
63
10-29-2016, 04:20 AM
#3
Your keyboard can be customized by adjusting or adding key shortcuts. I purchased mine (rakk lam ang) around $40 and it was already set up that way.
B
Baby_Nae
10-29-2016, 04:20 AM #3

Your keyboard can be customized by adjusting or adding key shortcuts. I purchased mine (rakk lam ang) around $40 and it was already set up that way.

C
Cadariou
Posting Freak
835
10-29-2016, 12:26 PM
#4
AutoHotKey is excellent for simulating keys and building macros. I successfully mimicked a keyboard using a mouse, keeping the mouse features intact. It’s an incredibly handy program.
C
Cadariou
10-29-2016, 12:26 PM #4

AutoHotKey is excellent for simulating keys and building macros. I successfully mimicked a keyboard using a mouse, keeping the mouse features intact. It’s an incredibly handy program.

G
GigiCakes
Senior Member
261
10-29-2016, 12:56 PM
#5
Choose a straightforward method that works across different devices. This approach is simple and adaptable for any keyboard you own.
G
GigiCakes
10-29-2016, 12:56 PM #5

Choose a straightforward method that works across different devices. This approach is simple and adaptable for any keyboard you own.

K
kkcool890
Member
53
10-30-2016, 10:27 PM
#6
Oh my god, this is brilliant. Thanks to your example I quickly picked up the scripting language and adjusted the script to my needs. And best of all, the script can then be converted into EXE so I don't need Autohotkey app installed at all in the future. I can just throw the EXE into startup folder and it just works. It even creates a tray icon where you can pause script or suspend hotkeys (and I can even create my own icon lol! ) . I'll just save the portable EXE and I'm good. I'll save the script if I'll have to recompile it for future Windows versions, but this is exactly what I needed. Many thanks again!
K
kkcool890
10-30-2016, 10:27 PM #6

Oh my god, this is brilliant. Thanks to your example I quickly picked up the scripting language and adjusted the script to my needs. And best of all, the script can then be converted into EXE so I don't need Autohotkey app installed at all in the future. I can just throw the EXE into startup folder and it just works. It even creates a tray icon where you can pause script or suspend hotkeys (and I can even create my own icon lol! ) . I'll just save the portable EXE and I'm good. I'll save the script if I'll have to recompile it for future Windows versions, but this is exactly what I needed. Many thanks again!

N
NealGoble
Junior Member
13
11-01-2016, 10:12 AM
#7
You might also explore Microsoft PowerToys if they align better with your needs, or seek help with AutoHotKey scripts. Here’s the link: https://github.com/microsoft/PowerToys
N
NealGoble
11-01-2016, 10:12 AM #7

You might also explore Microsoft PowerToys if they align better with your needs, or seek help with AutoHotKey scripts. Here’s the link: https://github.com/microsoft/PowerToys

K
Kev67824
Member
209
11-03-2016, 03:01 PM
#8
I’ve actually chosen to build a complete project from this and began studying AutoHotkey scripting. It’s confusing, but maybe I’m just not understanding it well—though looking at examples and testing things out, I think I’m getting close to a finished program for multimedia keyboard controls. The only thing left is making sure the keyboard has a numpad. It’ll include cool icons and other features.
K
Kev67824
11-03-2016, 03:01 PM #8

I’ve actually chosen to build a complete project from this and began studying AutoHotkey scripting. It’s confusing, but maybe I’m just not understanding it well—though looking at examples and testing things out, I think I’m getting close to a finished program for multimedia keyboard controls. The only thing left is making sure the keyboard has a numpad. It’ll include cool icons and other features.

S
Steve_1704
Junior Member
6
11-18-2016, 01:46 PM
#9
And here it is—the app I developed for this project. I compiled it as a portable EXE, added a custom tray icon, stylish tray controls, and hotkeys to disable global shortcuts, along with audio cues. I avoided extra tweaks to keep it straightforward and a simple "drop-in" fix. Keys are designed to be easy to learn, with an option to mute hotkeys if needed. Personally, I favor the NumPad Edition for its cleaner layout, but I also created an Arrow Edition for users without NumPad. The main goal was to make controls reachable with one hand, emphasizing direct and accessible design. Check it out and let me know how it went. This covers two days of work with Autohotkey and its scripting language AnyKeyboard Multimedia Controls.
S
Steve_1704
11-18-2016, 01:46 PM #9

And here it is—the app I developed for this project. I compiled it as a portable EXE, added a custom tray icon, stylish tray controls, and hotkeys to disable global shortcuts, along with audio cues. I avoided extra tweaks to keep it straightforward and a simple "drop-in" fix. Keys are designed to be easy to learn, with an option to mute hotkeys if needed. Personally, I favor the NumPad Edition for its cleaner layout, but I also created an Arrow Edition for users without NumPad. The main goal was to make controls reachable with one hand, emphasizing direct and accessible design. Check it out and let me know how it went. This covers two days of work with Autohotkey and its scripting language AnyKeyboard Multimedia Controls.