Announcement

Collapse
No announcement yet.

Logitech G13

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Logitech G13

    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?
    Owen Drafting Technologies
    Kyle Owen - Owner

    #2
    Revit -the software- is programmed to have 2 combined inputs (shift + mmb) to activate the orbit command in a 3D view. You will need to use your logitech software or something like autohotkey to send that combined command to Revit.
    There are no stupid questions, only stupid people

    Comment


      #3
      I 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.
      Aaron "selfish AND petulant" Maller |P A R A L L A X T E A M | Practice Technology Implementation
      @Web | @Twitter | @LinkedIn | @Email

      Comment


        #4
        Originally posted by Twiceroadsfool View Post
        I 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.
        I'm sure there's something in the space pilot pro hardware/software that does it. I was given one a few years ago by our autodesk distributor but never really liked it. Would love to learn if how it works if that's not the case.
        Last edited by elton williams; January 20, 2018, 05:45 AM.
        There are no stupid questions, only stupid people

        Comment


          #5
          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
          end
          Owen Drafting Technologies
          Kyle Owen - Owner

          Comment

          Related Topics

          Collapse

          Working...
          X