| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #11 (permalink) |
| MP Donator ![]() Join Date: Jun 2007 Location: Berg, Switzerland Age: 35
Posts: 696
Thanks: 6
Thanked 54 Times in 13 Posts
Country: | Shure will the code shared, i think in the coming week The myDVD issue should then be solved. I have the same issues with overlapped Keys which other plugins using 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 |
| | |
| | #15 (permalink) |
| Portal Member Join Date: Jan 2007 Location: Catalunya
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
| 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 |
| | |
| | #16 (permalink) | ||
| Portal Developer Join Date: Sep 2006 Location: Italy - Padova Age: 34
Posts: 1,338
Thanks: 73
Thanked 73 Times in 58 Posts
Country: | Quote:
Quote:
again for your work.Simone | ||
| | |
| | #18 (permalink) |
| Portal Developer Join Date: Sep 2006 Location: Italy - Padova Age: 34
Posts: 1,338
Thanks: 73
Thanked 73 Times in 58 Posts
Country: | Thanks a lot Mophat, I took a look at the sources and found that you call GUIMessage(GUIMessage.MessageType.GUI_MSG_GOTO_WIN DOW, 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_WIN DOW, 0, 0, 0, 6, 6, null); I will give this a try this evening when home with a compiler... Simone |
| | |
| | #19 (permalink) |
| Portal Developer Join Date: Sep 2006 Location: Italy - Padova Age: 34
Posts: 1,338
Thanks: 73
Thanked 73 Times in 58 Posts
Country: | 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 |
| | |
![]() |
| Bookmarks |
| Tags |
| plugin, sections, shortcuter, shortcuts |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My Keys Plugin | mPod | Plugins | 69 | 2008-02-07 15:13 |
| How to send keys keys to media portal? | Blitzbat | Plugins | 1 | 2007-05-21 11:34 |
| Plugin strings and keys... | TesterBoy | Plugins | 3 | 2007-02-05 07:23 |
| Home-Plugin, Shortcuts | Jaques-Ludwig | Plugins/Erweiterungen | 1 | 2005-11-19 11:38 |
| Home plugin and menu shortcuts | igalan | Plugins | 0 | 2005-07-27 18:25 |