|
I have a Windows XP Server (1.4) and a Windows 7 client (1.4). I would like to be able to hit a key combo and lock both machines at the same time. I've tried following what was outlined in the user configuration guide, but it doesn't seem to work. Here's what I did: section: options relativeMouseMoves = false screenSaverSync = true win32KeepForeground = false switchCorners = none switchCornerSize = 0 keystroke(alt+F1) = keystroke(super+L,WinXP), keystroke(control+alt+delete,Win7) end When I press alt+f1 nothing happens. I've attached a debug log from when I tried this. DEBUG1: hotkey: keyDown(Super+L,WinXP) DEBUG1: onKeyDown id=76 mask=0x0010 button=0x0000 DEBUG1: hotkey: keyDown(Control+Alt+Delete,Win7) DEBUG1: onKeyDown id=61439 mask=0x0006 button=0x0000 DEBUG1: send key down to "Win7" id=61439, mask=0x0006, button=0x0000 DEBUG1: hook: 0xff000003 0x20000001 DEBUG1: hook: 0xff000003 0xa0000001 DEBUG1: hook: 0xff000003 0x20000001 DEBUG1: hook: 0xff000003 0xa0000001 DEBUG1: hook: 0x00000070 0xa03b0001 DEBUG1: hook: 0x06000070 0xa03b0001 DEBUG1: hook: 0x07000070 0xa03b0001 DEBUG1: event: Key char=0, vk=0x70, nagr=0, lParam=0xa03b0001 DEBUG1: new mask: 0x2004 DEBUG1: new mask: 0x2004 DEBUG1: deactivate actions DEBUG1: hotkey: keyUp(Super+L,WinXP) DEBUG1: onKeyUp id=76 mask=0x0010 button=0x0000 DEBUG1: hotkey: keyUp(Control+Alt+Delete,Win7) DEBUG1: onKeyUp id=61439 mask=0x0006 button=0x0000 DEBUG1: send key up to "Win7" id=61439, mask=0x0006, button=0x0000 DEBUG1: hook: 0xff000003 0x20000001 DEBUG1: hook: 0xff000003 0xa0000001 DEBUG1: hook: 0xff000003 0x20000001 DEBUG1: hook: 0xff000003 0xa0000001 DEBUG1: hook: 0x000000a4 0x80380001 DEBUG1: hook: 0x060000a4 0x80380001 DEBUG1: hook: 0x070000a4 0x80380001 DEBUG1: event: Key char=0, vk=0xa4, nagr=0, lParam=0x80380001 DEBUG1: new mask: 0x2004 DEBUG1: new mask: 0x2000 DEBUG1: onKeyUp id=61417 mask=0x2000 button=0x0038 DEBUG1: event: button press button=3 DEBUG1: onMouseDown id=3 DEBUG1: event: button release button=3 DEBUG1: onMouseUp id=3 DEBUG1: event: button press button=1 DEBUG1: onMouseDown id=1 DEBUG1: event: button release button=1 DEBUG1: onMouseUp id=1 DEBUG1: event: button press button=1 DEBUG1: onMouseDown id=1 DEBUG1: event: button release button=1 DEBUG1: onMouseUp id=1 Thanks, Mike |
|
|