manuelmayer-dev / Macro-Deck-Windows-Utils-Plugin

A collection of some useful functions for controlling Windows
MIT License
9 stars 14 forks source link

more complex hotkey with multiple characters #19

Open lardofpatato opened 2 years ago

lardofpatato commented 2 years ago

Is your feature request related to a problem? Please describe. Ability to use a large set of AutoHotkey and phrase express hotkeys without affecting other macros which other apps perform.

this would be great for things like complex macros for software like solid work / Freecad / fusion CAD Software. Will allow macros to be easier to share macros to other devices as well as create a central database of macros for multiple computers. This will not affect other apps or keyboard shortcuts.

Allow quick chat responses with phrase express.

Implementing macro sets other people have made with an auto hotkey. EG Tarian from LTT adobe macros.

Describe the solution you'd like

A clear and concise description of what you want to happen. Add an additional 1 or 2 extra characters when doing windows hotkeys by pressing a plus button for the character.

Eg:

control +Shift + VK_A+ VK_B + VK_C

Or

F24 + VK_A

Or F24 + VK_A + VK_B

Alternitve

A Tut on how we can do it through cottle. Though this would e tedious to do if you have a large set of macro you wish to implement and not as clean.