ShortCut'er Plugin - Shortcuts for the MP sections (4 Viewers)

kiwijunglist

Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    FINAL RELEASE 1.0 NOW AVAILABLE!

    This plugin let you create keryboard shortcuts to any screen like myDVD, TV etc...

    You can also create shortcuts like CTRL + SHIFT + [KEY] !!! :p

    Just put the ShortCuter.dll in the plugin / process folder and let me know if its works for you.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Update 24.3.2008
    - Release 1.0 (final) are now available!
    - New sources and plugin attached
    - Its now possible to use CTRL + SHIFT with some keys

    Update 8.2.2008
    - its now possible to add new shortcuts
    - New sources and plugin attached
    - i have not found yet a solution to implement that 3 keys at the sametime are detected in MP like CTRL+ALT+X, if anyone has a tip...give it to me :D

    Update 18.12.2007:
    - the Sources are now attached here
    - a compiled version is also attached

    feel free to check the sources an give feedback how to solve this ;)

    -----------------------------------------------------------------------------------------------------------------------------------------------------------

    greetz
    MoPhat

    Problem with Update 24.3.2008 Release 1.0

    I am using Vista 64bit with Media Portal RC1 Refresh

    I used the following link to download the plugin
    https://forum.team-mediaportal.com/...n-shortcuts-mp-sections-shortcuter_plugin.rar

    Problem #1

    The 4th / 5th / 6th "Section" text entry boxes (used in example jpeg as TV - Full Screen / TV - Guide / Teletext) are limited to 1 character per box.

    Problem #2

    If you press TAB key you don't TAB to the next box.
     

    sailort

    Portal Member
    April 28, 2008
    24
    0
    Guys, I think this behaves a little bit strange. When I navigate directly to sections using this plugin, escape key doesn't function as it should within current page but rather navigate back through sections I have opened. It is like opening section over current screen everytime I use direct jump.

    Am I doing something wrong or this is by design?

    Thanks for any info.

    T.
     

    MoPhat

    Retired Team Member
  • Premium Supporter
  • June 17, 2007
    816
    226
    Berg
    Home Country
    Switzerland Switzerland
    kiwijunglist

    please test the new build from the first post.

    sailort

    Guys, I think this behaves a little bit strange. When I navigate directly to sections using this plugin, escape key doesn't function as it should within current page but rather navigate back through sections I have opened. It is like opening section over current screen everytime I use direct jump.

    Am I doing something wrong or this is by design?

    I think this is a "normal" behaviour from mp... the plugin does only "jump" to the selected screenfile... nothing else.


    thx
    MoPhat
     

    mrbert

    Portal Pro
    April 16, 2008
    189
    10
    Rotterdam
    Home Country
    Netherlands Netherlands
    I may be missing it, but I see aly an empty table in shortcutter in the config.:confused:
    I can enable the plugin and config it.
    But how to progress?

    Must I enter codes foor all activiteis by hand?
    Schould the plugin capture activities?

    Thanks Bert
     

    mrbert

    Portal Pro
    April 16, 2008
    189
    10
    Rotterdam
    Home Country
    Netherlands Netherlands
    Hi chris,
    OK thanks.

    I also have the shoutcast plugin in the main screen enabled how can I find the codes for that one?
    I guess I need the skin ID?
     

    chrisonline

    MP Donator
  • Premium Supporter
  • August 17, 2007
    515
    37
    44
    Tirol/Wörgl
    Home Country
    Austria Austria
    In the configuration screen of the plugin you see on the right 2 links!
    Click on them and you see a list of codes ;-)
     

    MoPhat

    Retired Team Member
  • Premium Supporter
  • June 17, 2007
    816
    226
    Berg
    Home Country
    Switzerland Switzerland
    How to find the control id???

    Just follow the 2 links in the config menü like chris has described, or open the skin file from the plugin and take the id from there :D

    Example from the my alarm plugin:

    ...\Team MediaPortal\MediaPortal\skin\BlueTwo wide\myalarm.xml

    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <window>
     [COLOR="Red"][B] <id>5000</id>[/B][/COLOR]
      <defaultcontrol>3</defaultcontrol>
      <allowoverlay>yes</allowoverlay>
      <define>#header.label:850</define>
      <define>#header.image:alarm_logo.png</define>
      <define>#header.hover:hover_my alarm.png</define>
      <controls>
        <import>common.window.xml</import>
        <control>
          <type>group</type>
          <description>group element</description>
          <layout>StackLayout</layout>
          <posX>113</posX>
          <posY>129</posY>
          <control>
            <description>New button</description>
            <type>button</type>
            <id>3</id>
            <posX>113</posX>
            <posY>129</posY>
            <label>617</label>
            <onright>50</onright>
            <onleft>50</onleft>
            <onup>17</onup>
            <ondown>4</ondown>
          </control>
          <control>
            <description>Sleep timer Button</description>
            <type>button</type>
            <id>4</id>
            <posX>113</posX>
            <posY>174</posY>
            <label>859</label>
            <onright>5</onright>
            <onleft>5</onleft>
            <onup>3</onup>
            <ondown>3</ondown>
          </control>
        </control>
        <import>common.facade.xml</import>
      </controls>
    </window>

    thats all!

    greetz
    MoPhat
     

    Users who are viewing this thread

    Top Bottom