Page 5 of 6
Re: Multitap
Posted: Mon Nov 09, 2009 8:32 am
by Reboot
Pako wrote:Yes it is a problem. But it is not bug in plugin Multitap. It's the lack features of eg.SendKeys. Also in Czech windows to receive the same error message,
if the characters do not have their own key. Interim fix not it difficult, fortunately.
Action "Emulate keystrokes" should be replaced by actions "Python script":
EGtree.jpg
ScriptInsteadEmulateKeystrokes.jpg
Dictionary "Conversion" course, you must adapt to your needs.
Great! I'll try it right now.
Pako wrote:Reboot wrote:BTW, spaces can be attached to a number, but editing the .py file manually.
Also I do not understand what you mean. What is the problem with spaces?
Pako
When you try to assign the space char to a key (like 0) and you assing for example "[space]0_" via the GUI, when you save changes the space dissapears. You have to modify manually the __init__.py
Re: Multitap
Posted: Mon Nov 09, 2009 12:37 pm
by Pako
Reboot wrote:When you try to assign the space char to a key (like 0) and you assing for example "[space]0_" via the GUI, when you save changes the space dissapears. You have to modify manually the __init__.py
I see. But why you do not put the space character simply somewhere other than the first (or last) position? It is much easier to see.
Pako
Re: Multitap
Posted: Mon Nov 09, 2009 4:11 pm
by Reboot
Pako wrote:Reboot wrote:When you try to assign the space char to a key (like 0) and you assing for example "[space]0_" via the GUI, when you save changes the space dissapears. You have to modify manually the __init__.py
I see. But why you do not put the space character simply somewhere other than the first (or last) position? It is much easier to see.
Pako
Because I'm used to Nokia's letters arrangement

Re: Multitap
Posted: Fri Nov 20, 2009 2:09 pm
by shaka
Hello everybody...
Been testing multitap plugin with xbmc and it works great... very nice plugin.
What i find it lacking is ability to draw own osd on second monitor...
I am using xbmc as media centar displaying it on lcd tv and can't see osd when using multitap from my chair.
Maybe I just missed that option somewhere...
Can this be done somehow?
Re: Multitap
Posted: Fri Nov 20, 2009 10:07 pm
by Pako
Unfortunately I do not have two monitors and can thus not to try to implement. I will try with it but in the near future to do something.
Pako
Re: Multitap
Posted: Sat Nov 21, 2009 8:23 am
by shaka
Thank you...
That would be much appreciated

Re: Multitap
Posted: Tue Dec 29, 2009 7:06 pm
by Pako
I have fulfilled the promise. From SVN repository you can download the new version of the plugin.
Added ability to choose the monitor, on which the OSD will displayed !
Unfortunately, I do not have the opportunity to benefit from these improvements.
Please test in routine use and reporting of results.
Pako
Re: Multitap
Posted: Tue Jan 05, 2010 1:17 pm
by Pako
jinxdone wrote:Looks like it is a feature (or a bug) in the Multitap plugin. The whitespace characters get stripped around line 218 of the EventGhost/plugins/Multitap/__init__.py file with "self.listKeys[0] = ctrlKeys_1.GetValue().strip()". The space character should work if you put it in the middle of the keys, like for example use keys "a b". I'm not sure if this is intentional or not, but it seems to me like it should be changed.
Yes, it was the intention. But since this is already second request for change, I no longer insist on it.
Now can be downloaded new version (0.1.12) from the SVN repository, which has this feature has not.
Pako
Re: Multitap
Posted: Wed Feb 03, 2010 8:36 pm
by horstkervin
Hey Pako, after getting the Mediamonkey plugin working, I want to implement the Multitap plugin.
I'm still running Eventghost 0.3.7.r.1387 on a Windows 7 Professional x64 system. I downloaded the latest plugin from the SVN, but when I add the plugin to my configuration tree I got the follwing errors in the log:
Traceback (most recent call last):
File "EventGhost.pyw", line 31, in <module>
File "C:\Program Files (x86)\EventGhost\eg\__init__.py", line 109, in Main
eg.Tasklet(eg.app.MainLoop)().run()
File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 41, in ProcessingTask
self.Configure(*args, **kwargs)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 126, in Configure
self.item.Configure(*args)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 107, in Configure
return self.executable.Configure(*args)
File "C:\Program Files (x86)\EventGhost\plugins\Multitap\__init__.py", line 1050, in Configure
onDisplayChoice()
File "C:\Program Files (x86)\EventGhost\plugins\Multitap\__init__.py", line 1046, in onDisplayChoice
self.configs[sel][6] = monitor
IndexError: list index out of range
Traceback (most recent call last):
File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\__init__.py", line 344, in FuncWrapper
func()
File "C:\Program Files (x86)\EventGhost\eg\Utils.py", line 176, in Wrapper
eg.Tasklet(func)(*args, **kwargs).run()
TaskletExit
I'm not able to enter the configuration of the Multitap plugin. If I try, it's only logged:
Plugin: Multitap
and nothing happens.
Did I do anything wrong, or forgot something?
Re: Multitap
Posted: Thu Feb 04, 2010 8:12 am
by Pako
This is a bug.
He originated when I added the option screen selection.
He only appears when you add the plugin to config tree and I am unfortunately not tried.
Please download the new version.
Pako
Re: Multitap
Posted: Sat Feb 06, 2010 5:04 pm
by horstkervin
Thanks Pako. Now it's working.
But I got one little issue. When I'm using XBMC in fulscreen mode, Multitap's OSD is not visible. It works correctly, but I just can't see the OSD.
Re: Multitap
Posted: Sat Feb 06, 2010 5:50 pm
by Pako
horstkervin wrote:When I'm using XBMC in fulscreen mode, Multitap's OSD is not visible. It works correctly, but I just can't see the OSD.
When I have the opportunity, I'll try it. If the problem is reproducible, I'll try to resolve it.
Pako
Re: Multitap
Posted: Sat Feb 06, 2010 6:31 pm
by horstkervin
Thanks for your efforts.
Re: Multitap
Posted: Sat May 08, 2010 5:43 pm
by Starlight
I'm new to EventGhost and using a MCE remote. My plan is to control IE Browser using a MCE remote control. So Typing text is important, I have everything set up and the OSD/Logger shows the type text correctly but the type text won't insert or display in appplication like notepad and IE Browser. As you can see in the screen shot. Anyone know what I'm doing
wrong or can anyone help me resolve the issue that I'm having? All I need now is to put those type text in the IE browser address bar/web search box or notepad
Re: Multitap
Posted: Mon Sep 26, 2011 2:48 pm
by zootoxin
Hi Pako,
This is a fantastic plugin and I got the SMS working great with the help of your tutorial
But I can not for the life of me work out the single key working as a toggle.
Please could you help me.
I would like the button CyberlinkUniversalRemote.Info on my remote.
1st Press = Event 1
2nd Press = Event 2