INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: Amleth on December 07, 2013, 04:55:31 am

Title: Simple global key shortcuts?
Post by: Amleth on December 07, 2013, 04:55:31 am
With almost every movie player I've used regularly, I've gotten used to a few global keyboard shortcuts, mostly spacebar to play/pause, "f" for fullscreen in/out toggle, left and right arrows to seek, and up and down arrows for volume. I'm having a hard time settling in and feeling "comfortable" with JRiver, even with the extra capabilities, because there's so much interface behaviour that's different to what I'm used to and that doesn't appear to be configurable to something more familiar. JRiver gives me space as play/pause in fullscreen but not in other views, left and right default to volume controls (and only in full screen), and "f" doesn't do anything. I prefer keyboard shortcuts to be consistent across all states of an application, where possible or practical.

I can't find options to configure key shortcuts in the options menu. Do they exist? Seems strange if they don't given how configurable JRiver seems to be in most areas. If I could at least get spacebar working globally as play/pause (as long as MC has focus), I'd feel a lot of relief. I've been using MC for the month trial and a few days more since paying and I'm still frequently hitting space to try to start/stop tracks, and then wondering for a split second why nothing happens. Annoying, but it's a reflex developed over many, many years. :c

Having "f" for fullscreen toggle work globally (or the ability to set a key or key combo to do so) would be good also. I'm impotently pressing this a lot too. :/
Title: Re: Simple global key shortcuts?
Post by: marko on December 07, 2013, 05:29:00 am
These are not configurable via the program options, but you can wrest a little control over the shortcuts with a little external work if you're not averse to that. Here's what you need to do:

Notes:
Code: [Select]
  <MJRS version="1.0">
 
  <ACCELERATORS>

    <!-- Global shortcuts -->
    <Entry Key="Ctrl;Alt;R" Command="10047" Global="1" />
   
    <!-- Program modes -->
    <Entry Key="Ctrl;z" Command="22029" Param="-1" TranslateFlags="23" />
   
   
  </ACCELERATORS>

</MJRS>


If you need anything else, just shout.

-marko
Title: Re: Simple global key shortcuts?
Post by: Amleth on December 07, 2013, 05:47:38 am
Thanks, I'll try that. Like you say, I was hoping there was built-in support I'd missed so that the program would be smart about listening to key events when the focus is a text entry, etc, and not mess with playback. But hey, if I can get this to work in a similar fashion, it's all good. I'll update later when I have time to fiddle with it.