I just got a Logitech G13, and I'm getting it set up. Is there a way to use the thumb stick to 3D orbit without any other key presses?
Announcement
Collapse
No announcement yet.
Logitech G13
Collapse
X
-
Originally posted by Twiceroadsfool View PostI wonder if that's always the case, as the space pilots manage to do it without having a macro programmed...
Sent from my Phablet. Please excuse typos... and bad ideas.
Aaron Maller
Director
Parallax Team, Inc.Last edited by elton williams; January 20, 2018, 05:45 AM.There are no stupid questions, only stupid people
Comment
-
The problem is combining the key press with the mouse movement. From what I've found, it at least used to be possible with a Lua script, but I can't get it to work. This is the script I found:
OnEvent(event,arg,family)
family = family or ""
if event == "G_PRESSED" and arg >=26 then -- G26/27/28/29 Press
PressKey("lalt")
PressMouseButton(1)
elseif event == "G_RELEASED" and arg >= 26 then -- G26/27/28/29 Release
ReleaseKey("lalt")
ReleaseMouseButton(1)
end
endOwen Drafting Technologies
Kyle Owen - Owner
Comment
Related Topics
Collapse
-
Hmm....what do we have here?
https://up.autodesk.com/2019/RVT/C3D...ePoint2019.htm
Anyone try it yet?...October 4, 2018, 04:25 PM -
It's been a while since I've been tasked with managing deployments and it appears that things have changed. Is there any way to add the 2018.2 update...October 23, 2017, 08:25 PM
-
I'll be hanging out in our Parallax Team booth (A422) in the exhibition hall, most of the week. Stop by, say hello!
Sent from my Phablet....-
Channel: Out There
November 12, 2018, 11:17 AM -
-
Does anybody have a good source for vehicles that can be used for renderings? Not CAD junk inside Revit families either. I have enough of those already....
-
Channel: Architecture - Family Creation
April 3, 2018, 05:40 PM -
Comment