Important: Do not post bugs. Please read the FAQ before posting (or your question may be ignored).

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

asked 13 Mar '12, 11:28

MN99GT's gravatar image

MN99GT
611
accept rate: 100%

edited 13 Mar '12, 11:33


link

answered 19 Jul '12, 09:35

nbolton's gravatar image

nbolton ♦♦
1.8k128
accept rate: 92%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×267

Asked: 13 Mar '12, 11:28

Seen: 617 times

Last updated: 19 Jul '12, 09:35

powered by OSQA