Jumping to the main menu from any screen
#1
I have become addicted to mashing the TiVo button to jump to root menus and then navigate from there.....

Is there a one-key jump to the main-menu? Or do I need to encode my Harmony to generate a esc-esc-esc-esc-esc combination?
Reply
#2
Just one Escape takes you back to the home page from most places.

You can easily configure the keypress of your choice to take you back to the home page by writing a custome keyboard.xml e.g.

Code:
<keymap>
  <global>
    <keyboard>
      <h mod="ctrl">ActivateWindow(home)</h>
    </keyboard>
  </global>
</keymap>

configures ctrl-h to take you to the home screen. Actually you could probably just use <escape> instead of <h mod="ctrl"> as I don't think that will break anything.

JR
Reply

Logout Mark Read Team Forum Stats Members Help
Jumping to the main menu from any screen0