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.

Search found 4 matches

by fredoman
Fri Mar 26, 2010 10:05 pm
Forum: General Support
Topic: intercepting power event - Gyration Remote power button
Replies: 16
Views: 10427

Re: intercepting power event - Gyration Remote power button

Fantastic ! I should have tried this myself... I confirm that all buttons (except connect/setup/input) work after adding at least three HID plugins. In my case there are seven Gyration HID devices and I had to add number 1, 5 and 7 (5 did the power button). So I will stay with WIndows 7 after all 8)
by fredoman
Sat Mar 13, 2010 10:11 pm
Forum: General Support
Topic: intercepting power event - Gyration Remote power button
Replies: 16
Views: 10427

Re: intercepting power event - Gyration Remote power button

Thanks Beholder for your kind help !
I retested without success a modified script (hope it is OK, I have no experience with AHK scripts yet) that should show a message box when the power button is pressed :

OnMessage(0x218, "WM_POWERBROADCAST")

WM_POWERBROADCAST(wParam, lParam)
{
If wParam=0 ...
by fredoman
Sat Mar 06, 2010 2:58 pm
Forum: General Support
Topic: intercepting power event - Gyration Remote power button
Replies: 16
Views: 10427

Re: intercepting power event - Gyration Remote power button

Yes, I tried this already. When I change the option to "Do Nothing", I does exactly this : Nothing. No event is created by AHK, nothing logged by EventGhost.
by fredoman
Thu Mar 04, 2010 10:50 pm
Forum: General Support
Topic: intercepting power event - Gyration Remote power button
Replies: 16
Views: 10427

Re: intercepting power event - Gyration Remote power button

I'm a new EventGhost and Gyration User (Windows 7, 32 bit) and I tried to make this Power button work like described here, unfortunately without success.

The Power button works well to put Windows to sleep, but I did not succeed to intercept this event with Beholders AHK script: I installed ...