
Showing posts with label code. Show all posts
Showing posts with label code. Show all posts
Monday, February 21, 2022
Bungle in the jungle

Tuesday, November 29, 2016
Visual Studio Code: Autohotkey-based popup Cheatsheet for Keyboard Shortcuts

Anyway, one of my pet peeves for 'Code.exe' is it's lack of good quick popup references for common tasks - well that and some of it's interface & control choices that don't match most of the common keystrokes and mouse behaviors I've gotten used to in other editors.
Autohotkey fills the gap!
Toward that end, the below is an Autohotkey-based quick-n-dirty Popup Cheatsheet for Visual Studio Code. If you use AHK & 'Code', you might find this gapfills a niche.
Autohotkey hotkeys for Ecco Pro

Today, frustration at a lack of the functional hotkeys I wanted in the old EccoPro outliner, led me to throw together some quick functions in Autohotkey.
This is very sketchy very quick & dirty, simple menu-automation. Gets the job done. I guess at most it'd save someone five mins or so tossing the necessary AHK Send commands together from scratch. :D
Subscribe to:
Posts (Atom)
-
3/29/2018: Over the years of working with Powershell for quick admin work, I've become a sizable fan of splatting powershell commands...
-
10/09/2013: Here's a script I've used in various forms since around 2007: A basic rolling Exchange Hubtransport Queue Depth monito...