sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    πŸ«› Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download

    Move and Select tools allways in context menu

    Scheduled Pinned Locked Moved SketchUp Feature Requests
    sketchup
    3 Posts 2 Posters 7.5k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      TBoy
      last edited by

      Is it possible to have "Select" and "Move" tool available always in right-click context menu ?

      1 Reply Last reply Reply Quote 0
      • cottyC Offline
        cotty
        last edited by

        The faster way would be using the shortcuts:

        • spacebar: select tool
        • (m)ove: move tool

        my SketchUp gallery

        1 Reply Last reply Reply Quote 0
        • T Offline
          TBoy
          last edited by

          Obviously you don't smoke as much as I do.πŸ˜„

          After all day hard work, few hundred restarts of the program and lot of browsing and investigating available scripts - i have done this:


          MoveTool.rb

          require 'sketchup.rb'

          if( not file_loaded? "MoveTool.rb" )
          Sketchup.active_model.selection
          UI.add_context_menu_handler do |menu|
          menu.add_separator
          menu.add_item("Move tool"){Sketchup.send_action "selectMoveTool:"}
          menu.add_item("Select tool"){Sketchup.send_action "selectSelectionTool:"}
          end
          file_loaded "MoveTool.rb"
          end

          This is my first script and is working for now.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Buy SketchPlus
          Buy SUbD
          Buy WrapR
          Buy eBook
          Buy Modelur
          Buy Vertex Tools
          Buy SketchCuisine
          Buy FormFonts

          Advertisement