Visual Studio Code Key Commands Overlap

Hi,

HAPPY HOLIDAYS!!!

I am taking a look at using Visual Studio Code app. It has many key commands - that may overlap with my current KM key commands.

At least temporarily, is there a way I can disable all of keyboard maestro while I am using the VS code app (rather than quitting KM app)?

  • Eventually I would want to integrate them both, but for now, this would help me get started with Visual studio code.

Thanks Much

Dave

Hey Dave,


Visual Studio Code is an outstanding programming editor – I highly recommend it.

The one thing I strongly dislike is that being an Electron App it is not AppleScriptable in any way, shape, or form – therefore BBEdit is completely safe and secure on my systems for the foreseeable future.

Nevertheless I do use VSC quite a bit for programming now – especially for JavaScript.


No, you can't simply pause Keyboard Maestro.

You have to either either quit the Keyboard Maestro Engine or deactivate the active macro groups in the Keyboard Maestro Editor manually or with AppleScript.

-Chris

I strongly recommend VS Code - I use it daily, and it's fantastic. It's true it's not scriptable, as Chris said, but you can still automate a lot of stuff using KM.

VSC's keyboard shortcuts are easy to modify, although they're sometimes difficult to find. In case you don't know, in the bottom left corner of VSC is a large "gear" icon, and if you click it, there's a menu item for its keyboard shortcuts.

But like Chris said, if you have a KM shortcut that conflicts, it's pretty easy to disable the shortcut in KM.

I don't know what level of KM knowledge you have, so if this doesn't make sense, let us know, and we'll walk you through it.

Thanks Chris & Dan for the info.