Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If you're running Windows and go to Start...Run and type in one of these commands (e.g.steam://musicplayer/toggleplaypause), it controls the music player. My app simply does that (after detecting which key the user pressed). You may not need the app if Setpoint can bind your key to launch a program that is located at the above commands.
Hope that helps!
You can set it to a shortcut with autohotkey.
And for the 'noobs':
1. Download autohotkey (autohotkey download[www.autohotkey.com]) It will download when you open it
2. Install autohotkey
3. Go anywhere where you want to save the script (for instance your desktop) and right click > new > autohotkey script and name it any way you want
4. Select and right click the new file and press edit script you should get a notepad
5. Paste the code in there
6. Edit the key combinations you can see what you can use here[www.autohotkey.com]
For instance instead of:
I hope this helps
And thanks Tenacious for the commands wouldn't be able to do this without those