Inkscape breaks Windows 7 apps that mess with IO (Synergy / Authohotkey)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
New
|
Undecided
|
Unassigned |
Bug Description
I just installed Inkscape on Windows, and was very confused by two things:
1. http://
#o::Run firefox
; Toggle maximization state.
#m::
WinGet MX, MinMax, A
If MX
WinRestore A
Else WinMaximize A
Win+m will toggle maximization for any window, unless the currently active window is Inkscape - in that case it minimizes all windows.
Now, if it were just this, I would be tempted to file a bug against Autohotkey, but there's also this:
2. http://
Usually. However, by repeatedly ramming the cursor against the side of the screen I did manage to get the cursor to move to the other screen, where it was again trapped, and I had to ram the cursor against the side of the screen to get it to move.
I'm filing these together because I suspect they have a similar root cause in terms of how Inkscape handles keyboard and mouse events.