INTERACT FORUM

More => Old Versions => Media Jukebox => Topic started by: Atreyu on September 02, 2012, 12:31:21 pm

Title: Disable specific global keyboard shortcut
Post by: Atreyu on September 02, 2012, 12:31:21 pm
When playing in the background, the global keyboard shortcut ctrl-shift-F12 (default GoToNextError in Visual Studio) is taken by JRiver.
I was unable to find a section in the settings where I would be able to alter this shortcut. Any Ideas where I can find these settings?
Title: Re: Disable specific global keyboard shortcut
Post by: MrC on September 02, 2012, 09:17:52 pm
It is defined in

   C:\Program Files\J River\Media Jukebox 14\Data\Default Resources\Resource.xml

here:

   <ACCELERATORS>

    <!-- Global shortcuts -->
    <Entry Key="Ctrl;Shift;F12" Command="25015" Param="1" Global="1" />

Quit MJ and delete this key shortcut definition line.

I don't know if there is a way to un-define an entry, so you might have to re-delete this entry each time MJ is updated (i.e. installed).  If there is a way to un-define an entry, you could do this in your own Custom Resources\Resource.xml file.
Title: Re: Disable specific global keyboard shortcut
Post by: Atreyu on September 03, 2012, 03:23:00 am
Wow, hardcore, changed it, thanks.