INTERACT FORUM
More => Old Versions => Media Center 16 (Development Ended) => Topic started by: Martin166 on June 25, 2011, 06:58:44 am
-
I cannot find a shortcut for opening the "Playback options - VIDEO" menu. :( Always have to click twice with the mouse. This is annoying...
Also the "DSP studio" needs a keyboard shortcut!
If there are these key commands please tell me. Thanks!
-
I cannot find a shortcut for opening the "Playback options - VIDEO" menu. :( Always have to click twice with the mouse. This is annoying...
Also the "DSP studio" needs a keyboard shortcut!
1. MCC core command: 23011 (it should take you back to the last options page you were on)
2. MCC core command: 10016
-
1. MCC core command: 23011 (it should take you back to the last options page you were on)
2. MCC core command: 10016
I really have no idea what that is. Are this pc-keyboard shortcuts or is this referring to a remote control?
-
http://wiki.jriver.com/index.php/Media_Center_Core_Commands
Tie them to the keyboard shortcut of your choosing with: http://www.autohotkey.com/
MC16.exe /MCC <command number>, <parameter>
-
As many users are not familiar with running command shell commands, I've added a little more to the Core Commands wiki with a brief explanation on executing MCC commands.
Martin166 - please let me know if the information on the page is inadequate or could use clarification.
-
As many users are not familiar with running command shell commands, I've added a little more to the Core Commands wiki with a brief explanation on executing MCC commands.
Martin166 - please let me know if the information on the page is inadequate or could use clarification.
I cannot find anything, please give me a link. Thanks.
-
I cannot find anything, please give me a link. Thanks.
http://wiki.jriver.com/index.php/Media_Center_Core_Commands#How_To_Issue_Media_Core_Commands
-
http://wiki.jriver.com/index.php/Media_Center_Core_Commands
Tie them to the keyboard shortcut of your choosing with: http://www.autohotkey.com/
MC16.exe /MCC <command number>, <parameter>
I did the following:
- downloaded the zip-file for AutoHotkey Basic ( http://www.autohotkey.com/download/ )
(for opening DSP studio:)
1. run "AutoHotkey.exe"
2. edit script:
#q::Run MC16.exe /MCC 10016, ignore
return
3. save the .ahk file and try the key command (alt + q) with MC
result: nothing happens.
(for opening the "Playback options - VIDEO" menu:)
1. run "AutoHotkey.exe"
2. edit script:
#w::Run MC16.exe /MCC 23011, int nPageID
return
3. save the .ahk file and try the key command (alt + w) with MC
same result: nothing happens.
My OS is Win XP sp3.
Please tell me what I do wrong.
-
Just quickly glancing at it, the # sign is for the windows key and you don't need the extra parameters.
!q::Run MC16.exe /MCC 10016
!w::Run MC16.exe /MCC 23011
Try those.
-
ok, that worked! Thank you very much! :)
(though sometimes MC´s file menu opens up too)
-
There's nothing wrong with using AHK—I use it myself—but for executing a single MCC, using Custom Keyboard Shortcuts (http://yabb.jriver.com/interact/index.php?topic=53488.0) is more straightforward and dependable.
-
Can you please tell me the MCC core command for
1. Jump back
2. Jump forward
I don´t like the existing native shortcuts (ctrl+shift+left ...)
Thanks a lot! :)
-
Left / right jump when viewing a video.