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.

[FIXED] bug with keyboard plugin + Lock Workstation

Found a bug in EventGhost? Report it here.
Post Reply
junius
Plugin Developer
Posts: 7
Joined: Sat Nov 03, 2007 7:20 am

[FIXED] bug with keyboard plugin + Lock Workstation

Post 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
Attachments
locktest.xml
(490 Bytes) Downloaded 237 times
DraZtiK
Posts: 11
Joined: Sat May 03, 2008 11:15 pm

Re: bug with keyboard plugin + Lock Workstation

Post by DraZtiK »

Thats a fairly old version. Have you tried the latest version to see if it may have been fixed? Click Here.
junius
Plugin Developer
Posts: 7
Joined: Sat Nov 03, 2007 7:20 am

Re: bug with keyboard plugin + Lock Workstation

Post by junius »

Same issue with 0.3.6.1428
EventRalf
Posts: 2
Joined: Tue May 27, 2008 5:51 am

Re: bug with keyboard plugin + Lock Workstation

Post 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
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: bug with keyboard plugin + Lock Workstation

Post 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?
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: bug with keyboard plugin + Lock Workstation

Post 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.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
EventRalf
Posts: 2
Joined: Tue May 27, 2008 5:51 am

Re: bug with keyboard plugin + Lock Workstation

Post by EventRalf »

Now it works fine. Many thanks. :D

Ralf
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Re: bug with keyboard plugin + Lock Workstation

Post 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.
junius
Plugin Developer
Posts: 7
Joined: Sat Nov 03, 2007 7:20 am

Re: bug with keyboard plugin + Lock Workstation

Post by junius »

Bitmonster wrote:=> 0.3.6.1430
This fixes my problem. Thanks.
Post Reply