I just realized that when you are in fullscreen the arrow keys will pull up onscreen options which could be altered easily by somebody who does't know what they are doing. Is there a way to disable arrow keys from bring up onscreen menu and instead the back arrow key will act as a back key?
im not aware of a way to disable the arrow keys in fullscreen..... wait.
yes you can, but you disable that option also when you are not partying. you can make your own keyboard file
http://wiki.jrmediacenter.com/index.php/User_Defined_Global_Keyboard_Shortcutsits a bit complicated but there are some threads about it also, and when you need more help with it just post. but in this keyboard file there is a part where the up, down etc keys are defined, under:
<!-- Playback engine shortcuts (shared) -->
you find these:
<Entry Key="Up" Command="28002" TranslateFlags="32" />
<Entry Key="Down" Command="28003" TranslateFlags="32" />
<Entry Key="Left" Command="28004" TranslateFlags="32" />
<Entry Key="Right" Command="28005" TranslateFlags="32" />
taking them away takes the fulscreen menue items away... nice actually..
And i'm guessing there is no command shortcut to automatically add a song or video to (play now)?
i dont know of one.
btw: i tested the arrow key stuff in an easy way. went to C:\Program Files\J River\Media Center 12\Data\Default Resources and eddited the resource.xml file. where the keyboardkeys are defined. and reinstalled mc to set it back to default.