Seeking guidance or tutoring to upgrade my keyboard shortcuts, and possibly my workflow

Greetings fellow modelers!

I am looking to “remodel” my keyboard shortcuts, and possibly some workflow changes.

While there are some I almost never use, I currently have quite a few extensions installed:

Two of note for this particular topic will be Lord of the ToolBars and Curic Pie Menu.

For hardware, I employ the Logitech G600 MMO Mouse and the Spacemouse Enterprise.

Basically, I would like some help utilizing all these buttons so I can touch the keyboard as little as possible and keep my screen tidy without too many buttons.

1 Like

Pressing a single key is easy.

Using the ctrl, shift and alt modifier keys begins to add varying levels of finger / thumb contortions and you’ll have to use a second hand for many.

I use AutoHotKey to increase the number of easier shortcut key combinations available to me that replace combinations such as ctrl + shift and especially ctrl + shift + alt.

So, I can have a single key press as a shortcut but also a quick double tap press and a long press, e.g. a single T press activates Curic’s DIO Trowel tool and a quick double T press activates the native tape measure tool.

I have a custom tag visibility plugin that toggles tags or groups of tags on / off on the fly which I access with space + key, e.g. space + N toggles the existing arrangement with the proposed arrangement, space + W toggles the wall tag, space + 1 toggles only the ground floor on / off.

space + N is actually ctrl + shift + alt + N.

This means that I can do all my fast modelling in just one scene - previously I followed the Brightman method of having various scenes set up for existing, proposed, external walls off and so on… which meant changing scenes frequently while modelling.

3 Likes

That’s quite the setup.

Everyone has something different, and often VERY different.

There’s infinite ways to make things faster. I was just thinking about activating plugins. But controlling tags and the auto hotkey thing is a step above.

:thinking: I wonder if I can use the auto hotkeys on the buttons of my mouse.


Writing Code and stuff… That’s way over my head at the moment…

Reviving this thread from a few years ago - Paul would you be willing to share your keyboard shortcuts scheme? It sounds like you’ve got your $h#t dialed! I am trying to incorporate autohotkey into my workflow and am curious how others have use it.

Andy,

I am guessing that it’s not the actual keyboard shortcuts that I use but how I use AutoHotKey?

AutoHotKey allows me to have single, double and long key presses and to also combine some easier key press combinations like space + key.

But it’s not just keyboard shortcuts – I also use the AutoHotKey UIA framework to access the application and context menus

I also use a Stream Deck with AutoHotKey.

I’m not great at writing long pieces explaining how I’ve implemented things but I’m happy to answer ongoing questions about it.

Maybe we should create a separate thread discussing AutoHotKey…?

1 Like