• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Move and Select tools allways in context menu

Scheduled Pinned Locked Moved SketchUp Feature Requests
sketchup
3 Posts 2 Posters 7.4k Views
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 17 Jan 2016, 14:58

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

    1 Reply Last reply Reply Quote 0
    • C Offline
      cotty
      last edited by 17 Jan 2016, 15:09

      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 18 Jan 2016, 15:45

        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
        1 / 1
        • First post
          3/3
          Last post
        Buy SketchPlus
        Buy SUbD
        Buy WrapR
        Buy eBook
        Buy Modelur
        Buy Vertex Tools
        Buy SketchCuisine
        Buy FormFonts

        Advertisement