ShortCut'er Plugin - Shortcuts for the MP sections (1 Viewer)

MoPhat

Retired Team Member
  • Premium Supporter
  • June 17, 2007
    816
    226
    Berg
    Home Country
    Switzerland Switzerland
    Shure will the code shared, i think in the coming week :p

    The myDVD issue should then be solved.

    I have the same issues with overlapped Keys which other plugins using :mad:

    So i'm trying to implement a possibility to use 2 Keys for the shortcuts like CTRL+H...
    I think 2 keys should be enough (?)

    greetz
    MoPhat
     

    MoPhat

    Retired Team Member
  • Premium Supporter
  • June 17, 2007
    816
    226
    Berg
    Home Country
    Switzerland Switzerland
    xpeet
    Sorry not at th moment, it does only open a scene file (page like home , tv)

    MoPhat
     

    BjornPadding

    Portal Member
    January 23, 2007
    23
    0
    Catalunya
    We want code ... We want code ... We want code...

    Hey MoPhat! :)

    Don't take it wrong.
    I would just love to get my fingers on it too :).

    However, if you do not want to post the code here...
    Where do you store the keys now?
    If you store them character based; Why don't you store then integer based?
    That way you can store the ctrl, alt, leftshift, rightshift and the key in one integer.
    Only thing you have to do is AND the stuff to see if it matches if (<input> AND <code>) or case whatever, and your off...

    Let me know if I can help, thanks! Great job... it sux that all those standard "shortcuts" are mapped to normal keys so you cannot use the normal keys anymore like in that browser plugin.
    Keep it up!
    And if you don't implement something like the above. Expect to receive a lot of "We want code.... we want code...." messages in your inbox ;)

    Just pulling your leg ofcourse!

    THANKS!
    Bjorn
     

    chemelli

    Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    49
    Milano, Italy
    Home Country
    Italy Italy
    Shure will the code shared, i think in the coming week :p

    The myDVD issue should then be solved.

    Is this working for you now ?

    I have the same issues with overlapped Keys which other plugins using :mad:

    So i'm trying to implement a possibility to use 2 Keys for the shortcuts like CTRL+H...
    I think 2 keys should be enough (?)

    greetz
    MoPhat

    I would really like to have the updated version with 2 keys for shortcuts. I can be of help if you share the code...

    :D again for your work.

    Simone
     

    chemelli

    Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    49
    Milano, Italy
    Home Country
    Italy Italy
    Thanks a lot Mophat,

    I took a look at the sources and found that you call

    GUIMessage(GUIMessage.MessageType.GUI_MSG_GOTO_WINDOW, 0, 0, 0, 704, 0, null);

    for MyDVD. I think taking a look at how the GUIMessage class works and how the skin files are built, that a possibile working solution will be:

    GUIMessage(GUIMessage.MessageType.GUI_MSG_GOTO_WINDOW, 0, 0, 0, 6, 6, null);

    I will give this a try this evening when home with a compiler...

    Simone
     

    chemelli

    Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    49
    Milano, Italy
    Home Country
    Italy Italy
    I'm not able to compile due to source dependant to some path I have not in my pc...

    but no problem, I found a possible way to find out MyDVD key.
    In the attached xml file you can find that it can be "90" or "-1"+"90".

    Just try and let me know if it works or not...

    Simone
     

    Attachments

    • Keyboard.xml
      30.6 KB

    Users who are viewing this thread

    Top Bottom