Of course it is possible.
You can create a new macro: PowerSource.jpg Python script contains this code: from ctypes import windll, byref, Structure, c_ubyte, c_ulong
class SYSTEM_POWER_STATUS(Structure):
_fields_ = [("ACLineStatus", c_ubyte),
("BatteryFlag", c_ubyte),
("BatteryLifePercent", c ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 4 matches
- Fri Aug 26, 2011 4:34 pm
- Forum: General Support
- Topic: Running on Battery?
- Replies: 8
- Views: 5535
- Mon Jul 04, 2011 1:35 pm
- Forum: Plugin Support
- Topic: Windows 7 MCE Remote Workaround not working?
- Replies: 1
- Views: 1657
Re: Windows 7 MCE Remote Workaround not working?
Why are you using an alternate MceIrService?
I'm using the MceIr drivers that are build into win7, and that works great.
I'm using the MceIr drivers that are build into win7, and that works great.
- Mon Jul 04, 2011 11:42 am
- Forum: Feature Requests
- Topic: Adobe flash
- Replies: 0
- Views: 2509
Adobe flash
Hi!
I've searched the forum for a flash plugin, and I've googled it. but I can't find any.
I would like to get events from flash like, Full screen, play, pause. and I would also like to send those commands to flash.
Is this possible?
I've searched the forum for a flash plugin, and I've googled it. but I can't find any.
I would like to get events from flash like, Full screen, play, pause. and I would also like to send those commands to flash.
Is this possible?
- Mon Jul 04, 2011 10:38 am
- Forum: Bug Reports
- Topic: eventghost window is empty
- Replies: 3
- Views: 4911
Re: eventghost window is empty
Thx! That helped me too!Samcek wrote:Thanks, it did the trick.
Actually, I just renamed one file, config.py to something else, and as I suspected, it was indeed the offending file.