Page 1 of 1

Useful Macros

Posted: 10 Dec 2020, 02:39
by headphone_jack
Figured I'd try to get a list of some useful macros to have programmed into my function strip. Just throw ideas down, for anything from premiere to google docs I want to hear it.

Re: Useful Macros

Posted: 10 Dec 2020, 03:31
by Jesseg
Ctrl+C/V/X
I also do lots of 3D work, one of the commands I regularly use is Shift+Ctrl+Alt+C which requires finger gymnastics :?

Re: Useful Macros

Posted: 10 Dec 2020, 04:07
by SOTGO
I have a bunch of LaTeX commands as a macro layer. It saves a tremendous amount of typing for common symbols.

Re: Useful Macros

Posted: 10 Dec 2020, 15:53
by hellothere
FWIW, I use http://keypad.iosproapps.com for macros. If you've got an iPad or an iPhone -- and I mean ANY iPad or iPhone, even the original iPad/iPhone -- you can (relatively) easily record and play macros and the macro button can have text, colors, or an icon of your choice. Works over VNC, so cross-platform. Obviously not very tactile, but, hey, it's what, $6? I'm pretty sure there are similar apps for Android.

=============

ATM, I just have a couple keys that are remapped: F9 for the Windows key, F10 for Volume Up, F11 for volume down. Easy to do with SharpKeys.

In Windows, if you combine a macro key with AutoHotKey, your options are basically limitless.

Re: Useful Macros

Posted: 10 Dec 2020, 20:18
by ddrfraser1
Media stuff

Re: Useful Macros

Posted: 11 Dec 2020, 00:05
by cakeanalytics
I save my password manager's master key as a macro, so that I can make it a strong one while not taking forever to type it.
That macro can only be called using a 4-key combination so no one can press it by accident. Also no one has physical access to my keyboard.

Re: Useful Macros

Posted: 11 Dec 2020, 04:38
by arcticfox
public static void main(String[] args){}

and other programming boiler plates

Re: Useful Macros

Posted: 12 Dec 2020, 08:26
by AgentOrange96
arcticfox wrote:
11 Dec 2020, 04:38
public static void main(String[] args){}

and other programming boiler plates
Ayy Java!