INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Keyboard shortcuts (Resource.xml)  (Read 1184 times)

robydago

  • Citizen of the Universe
  • *****
  • Posts: 518
Keyboard shortcuts (Resource.xml)
« on: November 09, 2015, 02:44:50 pm »

Do all these shortcuts work?:

Quote
  <!-- Rate current song -->
    <Entry Key="Ctrl;Shift;0" Command="10023" Param="0" />
    <Entry Key="Ctrl;Shift;1" Command="10023" Param="1" />
    <Entry Key="Ctrl;Shift;2" Command="10023" Param="2" />
    <Entry Key="Ctrl;Shift;3" Command="10023" Param="3" />
    <Entry Key="Ctrl;Shift;4" Command="10023" Param="4" />
    <Entry Key="Ctrl;Shift;5" Command="10023" Param="5" />
    <Entry Key="Ctrl;Shift;NumPad0" Command="10023" Param="0" />
    <Entry Key="Ctrl;Shift;NumPad1" Command="10023" Param="1" />
    <Entry Key="Ctrl;Shift;NumPad2" Command="10023" Param="2" />
    <Entry Key="Ctrl;Shift;NumPad3" Command="10023" Param="3" />
    <Entry Key="Ctrl;Shift;NumPad4" Command="10023" Param="4" />
    <Entry Key="Ctrl;Shift;NumPad5" Command="10023" Param="5" />

The only ones that work for me are Ctrl+Shift+1 to 5.  Ctrl+Shit+0 doesn't reset the rating and none of the Ctrl+Shit+NumPad[X] do anything at all.

Any idea why?

I'm on Win10 64 bit and using MC 21.0.19
Logged

robydago

  • Citizen of the Universe
  • *****
  • Posts: 518
Re: Keyboard shortcuts (Resource.xml)
« Reply #1 on: November 09, 2015, 03:10:54 pm »

Created a \Custom Resources\Resource.xml and changed the previous shortcuts to:

Quote
   <!-- Rate current song -->
    <Entry Key="Ctrl;Alt;0" Command="10023" Param="0" />
    <Entry Key="Ctrl;Alt;1" Command="10023" Param="1" />
    <Entry Key="Ctrl;Alt;2" Command="10023" Param="2" />
    <Entry Key="Ctrl;Alt;3" Command="10023" Param="3" />
    <Entry Key="Ctrl;Alt;4" Command="10023" Param="4" />
    <Entry Key="Ctrl;Alt;5" Command="10023" Param="5" />
    <Entry Key="Ctrl;Alt;NumPad0" Command="10023" Param="0" />
    <Entry Key="Ctrl;Alt;NumPad1" Command="10023" Param="1" />
    <Entry Key="Ctrl;Alt;NumPad2" Command="10023" Param="2" />
    <Entry Key="Ctrl;Alt;NumPad3" Command="10023" Param="3" />
    <Entry Key="Ctrl;Alt;NumPad4" Command="10023" Param="4" />
    <Entry Key="Ctrl;Alt;NumPad5" Command="10023" Param="5" />

Using Alt instead of Shift, all shortcuts now work as expected.
Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: Keyboard shortcuts (Resource.xml)
« Reply #2 on: November 09, 2015, 03:15:50 pm »

I've got those mapped to straight up alt-numberkey .  So Alt-4 to rate a song as 4 stars.  I played with other combinations and decided just alt was a good choice because I might use them often.  Pressing two keys is pretty quick.  Three keys starts to get difficult.  I use these ALL THE TIME.  I've been slowly rating my entire collection.  It takes a while and these keys make it easier to do.  For me.

Brian.
Logged
Pages: [1]   Go Up