Hello everyone, I have been using silverjuke for little of a year on my computer and I love it. But I built an arcade cabinet for old video games and I have added silverjuke to my menu, anyways I was wondering I know I can set a shortcut for each of the functions, but on my keyboard mapping of the joysticks and buttons I use "Ctrl" and "Alt" for some of the mappings, is there a way I can map say "Play" to the single "CTRL" key? I tried and it doesn't acknowledge it, it just stays on the "Please press the shortcut to add". I know some of the buttons use a combination like "CTRL+R" or something. I really hope this can be done.
Thanks in advance
Silverjuke Custom Shortcuts
-
- Posts: 1
- Joined: 24. Jan 11, 00:05 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
-
- Posts: 2
- Joined: 10. Sep 09, 18:51 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: Silverjuke Custom Shortcuts
Use Autohotkey to write a script to reassign the CTRL key to return any other key on the keyboard and map that key to PLAY. The script can be turned into a small executable that you load and unload with Silverjuke in your front-end. You just won't be able to use the CTRL key as a CTRL key
-Install Autohotkey.
-Open blank txt doc an write without the quotes "Ctrl::F12" - Save/close file (change F12 to whatever key you want, look in the help file for other examples).
-Change txt extension to ahk.
-right-click on ahk file and choose "Compile Script" (this creates exe).
Hope this helped.
-Install Autohotkey.
-Open blank txt doc an write without the quotes "Ctrl::F12" - Save/close file (change F12 to whatever key you want, look in the help file for other examples).
-Change txt extension to ahk.
-right-click on ahk file and choose "Compile Script" (this creates exe).
Hope this helped.