One thing I noticed doing this is that special keys have the trailing curly brace stripped off / not detected
so sending {Enter} as the payload the SendKeys plugin complains about a missing trailing bracket
Search found 222 matches
- Thu Aug 08, 2019 8:55 pm
- Forum: Plugin Support
- Topic: Send payload directly to emulate keystroke
- Replies: 3
- Views: 1350
- Thu Aug 08, 2019 8:05 pm
- Forum: Plugin Support
- Topic: Send payload directly to emulate keystroke
- Replies: 3
- Views: 1350
Re: Send payload directly to emulate keystroke
took a lot of tries to figure out
eg.plugins.Window.SendKey(eg.event.payload[0])
eg.plugins.Window.SendKey(eg.event.payload[0])
- Thu Aug 08, 2019 6:54 pm
- Forum: Plugin Support
- Topic: Send payload directly to emulate keystroke
- Replies: 3
- Views: 1350
Send payload directly to emulate keystroke
With the mouse plugin I can send coordinates from an event directly with eg.plugins.MouseMoveAbsolute(float[eg.event.payload[0]], float(eg.event.payload[1]))
Can I do the same with emulate keystroke?
Can I do the same with emulate keystroke?
- Tue Aug 06, 2019 10:37 pm
- Forum: Plugin Support
- Topic: Mouse plugin
- Replies: 5
- Views: 1743
Re: Mouse plugin
Commandfusion demo allows a single page without paying. If there’s interest I’ll break the mouse control out of my full remote and make a demo zip file available
- Tue Aug 06, 2019 9:31 pm
- Forum: Plugin Support
- Topic: Mouse plugin
- Replies: 5
- Views: 1743
Re: Mouse plugin
I was able to figure it out. eg.plugins.Mouse.MouseAbsolute(int(eg.event.payload[0]),int(eg.event.payload[1])) I created a "magic" remote as part of my home CommandFusion remote on our iphones. It uses the gyro data from the iphone to figure out where your iphone is pointed and moves the mouse curso...
- Mon Aug 05, 2019 6:43 pm
- Forum: Plugin Support
- Topic: Mouse plugin
- Replies: 5
- Views: 1743
Re: Mouse plugin
I'm trying to do a python command with the payload
eg.plugins.Mouse.MoveAbsolute(eg.event.payload)
How do I need to format the eg.event.payload line for the mouse plugin?
eg.plugins.Mouse.MoveAbsolute(eg.event.payload)
How do I need to format the eg.event.payload line for the mouse plugin?
- Mon Aug 05, 2019 5:41 pm
- Forum: Plugin Support
- Topic: Mouse plugin
- Replies: 5
- Views: 1743
Mouse plugin
I am sending my iphones pitch and yaw to eventghost to attempt to use it as a mouse control on my HTPC. UDP broadcasts come as "yaw", "value" and "pitch", "value" Is it possible to set the mouse position on screen with variable data coming from events with the mouse plugin? It's been a loooong time ...
- Wed Feb 23, 2011 3:59 am
- Forum: Plugin Support
- Topic: Lutron RadioRa2
- Replies: 43
- Views: 33670
Re: Lutron RadioRa2
In the following code within the RadioRa plugin if devicetype == 'maestro': group = self.AddGroup('RadioRa2 Maestro Dimmer/Switch - ' + deviceid + ' ' + devicelocation ) for className, descr, act, pre in MAESTRO_DEVICE_ACTIONS: print pre + 'OUTPUT,' + deviceid + ',' + act clsAttributes = dict( name=...
- Sun Feb 06, 2011 1:24 am
- Forum: Plugin Support
- Topic: LG TV Plugin: Serial (RS-232)
- Replies: 29
- Views: 16659
- Sat Jan 29, 2011 4:50 am
- Forum: General Support
- Topic: Voting - plugins not included in the installation file
- Replies: 99
- Views: 43887
Re: Voting - plugins not included in the installation file
Nice to see a few of mine listed 

- Sun Jan 16, 2011 4:52 am
- Forum: Plugin Support
- Topic: SoundGraph iMON HID plugin
- Replies: 103
- Views: 63922
Re: SoundGraph iMON HID plugin
I'm running Windows 7 64 bit w/ a Silvertonetek LC10M case. This is what is under my HID compliant device hardware id list HID\VID_0518&PID_0001&REV_0100&MI_01&Col02 HID\VID_0518&PID_0001&MI_01&Col02 HID_DEVICE_SYSTEM_CONSUMER HID_DEVICE_UP:000C_U:0001 HID_DEVICE HID_DEVICE_SYSTEM_CONSUMER is VFD I ...
- Thu Oct 14, 2010 11:49 pm
- Forum: General Support
- Topic: Vox Commando probs
- Replies: 3
- Views: 1909
Re: Vox Commando probs
Does this require a specific version of the broadcaster plugin?
I checked your wiki page but it looks like it's been wiped out and filled with spam links
I checked your wiki page but it looks like it's been wiped out and filled with spam links
- Tue Jul 13, 2010 10:37 pm
- Forum: General Support
- Topic: CommandFusion and XBMC
- Replies: 10
- Views: 7672
Re: CommandFusion and XBMC
trying to do just thatLivin wrote:fiasco has created some beautiful, and what looks to be very functional UI.
maybe he should convince CF package it up as a product and sell it to those of us that want something like that, at a reasonable price.
- Tue Jun 22, 2010 3:33 am
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1438
- Views: 718113
Re: XBMCRepeat XBMC plugin based on the official plugin
W/ XBMC Repeat we can toggle between Digital and Analog audio.
Would it be possible to add a function to select the speaker setup (2.0, 5.1, 7.1 ect)?
Would it be possible to add a function to select the speaker setup (2.0, 5.1, 7.1 ect)?
- Tue Jun 22, 2010 3:22 am
- Forum: Plugin Support
- Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
- Replies: 1438
- Views: 718113
Re: XBMCRepeat XBMC plugin based on the official plugin
Is there a "shuffle" function in XBMCRepeat?
*edit* It's called random
*edit* It's called random
