sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Shortcutter Beta

    Scheduled Pinned Locked Moved Plugins
    98 Posts 14 Posters 43.4k Views 14 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.
    • D Offline
      driven
      last edited by

      ruby returns this "⌃⌥⇧T\tviewTop:"
      on a mac
      ⌘ . . . . . ⌘ . . . Command, Cmd, Clover, (formerly) Apple
      ⌃ . . . . . ⌃ . . . Control, Ctl, Ctrl
      ⌥ . . . . . ⌥ . . . Option, Opt, (Windows) Alt
      ⇧ . . . . . ⇧ . . . Shift

      learn from the mistakes of others, you may not live long enough to make them all yourself...

      1 Reply Last reply Reply Quote 0
      • TIGT Offline
        TIG Moderator
        last edited by

        Doh!
        My fault... 😒
        Muddled up the modifier key coding...

        Preparing v0.3.0 which will fix the missing Ctrl !

        Gábor - you'll need to redo the symbol mapping for Ctl/Opt/Cmd and Ashift ...

        Update should be ready tomorrow...

        TIG

        1 Reply Last reply Reply Quote 0
        • G Offline
          Gábor
          last edited by

          OK, we will deal with it tomorrow. Now I have other stufff to complete. Sorry.

          1 Reply Last reply Reply Quote 0
          • D Offline
            driven
            last edited by

            far more worrying...

            I edited my Preferences to remove that one, as it didn't work anyway
            [you can't even add them with more than one modifier anymore]

            after a restart, I'm back to a unfilled dialog...

            removed and re-downloaded... still blank

            are you modifying live?

            EDIT: got them back...
            it seems after removing a shortcut, the .get_shortcut returns [] [TIG's issue...]
            you have to make a new one and use it, before SU reports it and all the others...
            very odd

            learn from the mistakes of others, you may not live long enough to make them all yourself...

            1 Reply Last reply Reply Quote 0
            • jiminy-billy-bobJ Offline
              jiminy-billy-bob
              last edited by

              It would be great to be able to edit the shortcuts right inside SU.

              25% off Skatter for SketchUcation Premium Members

              1 Reply Last reply Reply Quote 0
              • G Offline
                Gábor
                last edited by

                @jiminy-billy-bob said:

                It would be great to be able to edit the shortcuts right inside SU.

                It's among the plans for further dev.

                1 Reply Last reply Reply Quote 0
                • TIGT Offline
                  TIG Moderator
                  last edited by

                  Yes once we get it working acceptably on PC & MAC [coming soon 😉 ], then we plan to look at editing and 'syncing' of your shortcuts across your Computers/SketchUpVersions... but that's in the future...

                  TIG

                  1 Reply Last reply Reply Quote 0
                  • G Offline
                    Gábor
                    last edited by

                    Version 0.3.0 is in the pluginstore now. The new version addressed several MAC related issues found in 0.2.0. Please test. Especially MAC users.

                    1 Reply Last reply Reply Quote 0
                    • TIGT Offline
                      TIG Moderator
                      last edited by

                      Version 0.3.1 is in the PluginStore.
                      It address a known problem with MACs - where the native method Sketchup.get_shortcuts erroneously returns [] if you have not used a shortcut during that SketchUp session.
                      To prevent empty list getting made the Shortcuts.plist is now read in directly and the dialog is compiled using that data...

                      Can you all please install this update in case it has broken something else - it has already been tested on various SketchUp versions, and on PC and MAC - but you never know... 😕

                      TIG

                      1 Reply Last reply Reply Quote 0
                      • KrisidiousK Offline
                        Krisidious
                        last edited by

                        So let's see some shortcuter file sharing...

                        By: Kristoff Rand
                        Home DesignerUnique House Plans

                        1 Reply Last reply Reply Quote 0
                        • JQLJ Offline
                          JQL
                          last edited by

                          Hi guys!

                          Any news on the ability to transfer shortcuts from windows to mac?

                          It would be very handy...

                          Thanks and best regards,

                          JQL

                          www.casca.pt
                          Visit us on facebook!

                          1 Reply Last reply Reply Quote 0
                          • Rich O BrienR Offline
                            Rich O Brien Moderator
                            last edited by

                            Working hard at v3 and under the hood stuff.

                            Download the free D'oh Book for SketchUp 📖

                            1 Reply Last reply Reply Quote 0
                            • JQLJ Offline
                              JQL
                              last edited by

                              Thanks for the update Rich!

                              www.casca.pt
                              Visit us on facebook!

                              1 Reply Last reply Reply Quote 0
                              • P Offline
                                Pherim
                                last edited by

                                The Plugins Menu was renamed to Extensions in SU2015, and Shortcutter does not recognize it any more and does not display the Shortcuts assigned to functions in it.

                                1 Reply Last reply Reply Quote 0
                                • Rich O BrienR Offline
                                  Rich O Brien Moderator
                                  last edited by

                                  Thanks for flagging it.

                                  Download the free D'oh Book for SketchUp 📖

                                  1 Reply Last reply Reply Quote 0
                                  • TIGT Offline
                                    TIG Moderator
                                    last edited by

                                    We are working on it !

                                    TIG

                                    1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      driven
                                      last edited by

                                      @ tig
                                      the mac code I used was

                                      
                                      require "pathname"
                                      target = Pathname(Sketchup.find_support_files("").grep(/User/)[0]).parent
                                      shortcuts = Pathname(target + "Shortcuts.plist")           
                                      File.write(shortcuts,File.open(shortcuts,&;read).gsub("Plugins","Extensions")) if File.exists?(shortcuts)
                                      

                                      that's taken out of a general migration assistant but it should work stand-alone...

                                      learn from the mistakes of others, you may not live long enough to make them all yourself...

                                      1 Reply Last reply Reply Quote 0
                                      • TIGT Offline
                                        TIG Moderator
                                        last edited by

                                        It needs a minor adjustment server-side to parse for "^Extensions/|^Plugins/" - Gábor is on to it...
                                        It ought to work on PC or MAC as the string passed from the Ruby-side is the same...

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • Rich O BrienR Offline
                                          Rich O Brien Moderator
                                          last edited by

                                          Can I ask someone to report what you now see in the Shortcutter dialog in SketchUp 2015?

                                          Download the free D'oh Book for SketchUp 📖

                                          1 Reply Last reply Reply Quote 0
                                          • KrisidiousK Offline
                                            Krisidious
                                            last edited by

                                            Looks like this on Win 7 in SU 2015 64bit

                                            shortcutter.JPG

                                            By: Kristoff Rand
                                            Home DesignerUnique House Plans

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

                                            Advertisement