Page 1 of 1
[FIXED] bug with keyboard plugin + Lock Workstation
Posted: Mon May 19, 2008 12:20 am
by junius
I made a keyboard shortcut ctl+alt+L for the lock workstation action (My keyboard doesn't have a windows key for the builtin win+L)
When I log back in, the keyboard plugin thinks the ctl, alt, and L keys are still depressed. This has some funny results, like locking the workstation again if I press and release any key other than ctl, alt, or L.
I'm working around this by adding a 1-second delay before the lock workstation action, then I just have to be sure to release the keys before the delay is up.
edit:
this is on 0.3.5c build 908
a little xml config is attached
Re: bug with keyboard plugin + Lock Workstation
Posted: Mon May 19, 2008 11:49 am
by DraZtiK
Thats a fairly old version. Have you tried the latest version to see if it may have been fixed?
Click Here.
Re: bug with keyboard plugin + Lock Workstation
Posted: Sun May 25, 2008 2:36 am
by junius
Same issue with 0.3.6.1428
Re: bug with keyboard plugin + Lock Workstation
Posted: Tue May 27, 2008 6:16 am
by EventRalf
Hey,
with the version 3.6.1428 and Windows XP SP2 i have the same bug in the keyboard-plugin.
I use the original Windows-Key.
After i logged in, Eventghost works when i press the keys L and windowskey separately.
Best regards
Ralf
Re: bug with keyboard plugin + Lock Workstation
Posted: Tue May 27, 2008 5:03 pm
by Bartman
This is a pretty old bug. I can not find my posting about that anymore.
The same happens when pressing ctrl+alt+entf
According to bitmonster the reason is that applications can not monitor the keyboard when the computer is locked and because of the this plugin doesnot recognize releasing the keys.
Hay anyone the time and nerve to write a new keyboardplugin?
Re: bug with keyboard plugin + Lock Workstation
Posted: Tue May 27, 2008 8:53 pm
by Bitmonster
=> 0.3.6.1430
This was more work than it seems, because I actually had to re-arrange the whole code to even understand what I have done a year ago. It is not perfect, but should work for "Lock Workstation" from keyboard now. I guess standby through keyboard will have the same problem, but I currently can't try, since my workstation does not awake from standby. Some bad driver or so, but I don't care much, because I don't need standby.
@Bartman
Does Ctrl+Alt+Del initiate a System.SessionLock event at your machine? Then it should work with the fix now.
Re: bug with keyboard plugin + Lock Workstation
Posted: Tue May 27, 2008 8:59 pm
by EventRalf
Now it works fine. Many thanks.
Ralf
Re: bug with keyboard plugin + Lock Workstation
Posted: Thu May 29, 2008 9:08 am
by Bartman
@Bartman
Does Ctrl+Alt+Del initiate a System.SessionLock event at your machine? Then it should work with the fix now.
No and i still got events with ctrl, alt or delete with in from the keyboard plugin.
Sorry for unintentionally editing your post.
Re: bug with keyboard plugin + Lock Workstation
Posted: Sat May 31, 2008 5:26 pm
by junius
Bitmonster wrote:=> 0.3.6.1430
This fixes my problem. Thanks.