Open GoogleCodeExporter opened 9 years ago
Go to the SketchyPhysics folder (C:\Program Files\Google\Google SketchUp
8\Plugins\SketchyPhysics3) and find the file "input.rb". Open it with Notepad.
Change this line:
return (($win32GetKeyStateFunc.call(key)>>16)!=0)
To:
return (($win32GetKeyStateFunc.call(key)>>VK_LCONTROL)!=0)
Save the file and run SketchUp 8 again. It should work now.
WARNING: It only works with the LEFT Control key. It doesn't work with the
RIGHT Control key.
Original comment by yonicstu...@gmail.com
on 28 Oct 2012 at 4:02
Original issue reported on code.google.com by
zad...@gmail.com
on 12 Jan 2012 at 11:45