Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-funderburg committed Dec 11, 2019
1 parent 48a19e9 commit 2d379ba
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Keyboard-Maestro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,26 @@

# Keyboard Maestro Scripts

Scripts for use while working in [Keyboard Maestro](https://www.keyboardmaestro.com/).
Scripts for use while working in [Keyboard Maestro][kmapp].
> Although not needed, the shortcut keys I use to execute these via [Keyboard Maestro][kmapp] or [Alfred][alfredapp] are included in case you're interested
## Contents

- [Edit Linked or In-Line AppleScript](./Edit-Linked-or-In-Line-AppleScript.applescript)&emsp;<kbd>⌥</kbd><kbd>⇧</kbd><kbd>E</kbd>
- [Edit Linked or In-Line AppleScript][c02bcb30]&emsp;<kbd>⌥</kbd><kbd>⇧</kbd><kbd>E</kbd>
- When you trigger this script, it will determine if the action copied is an
in-line or linked AppleScript and open the result in your preferred AppleScript
editor (default is Script Debugger).
- If it is in-line, it will compile the text in your editor
- Check out the demo below.<br>
![demo](../imgs/km-editscript.gif)


- [Add|Remove Status Menu Trigger](./Add|Remove-Status-Menu-Trigger)&emsp;<kbd>⌥</kbd><kbd>S</kbd>
- [Add|Remove Status Menu Trigger][c2d0b8f9]&emsp;<kbd>⌥</kbd><kbd>S</kbd>
- Quickly add or remove a status menu trigger, best when mapped to a shortcut key.

- [Collapse all Pause|Type|Execute Macro Actions][a0794034]&emsp;<kbd>⌥</kbd><kbd>⌃</kbd><kbd>[</kbd>
- I like to keep `Type Text`, `Pause for`, and `Execute Macro` actions collapsed for neatness so this is a nice script to collapse all of them in the front macro


- [Copy Front Macros AppleScript Trigger](./Copy-Front-Macros-AppleScript-Trigger.applescript)&emsp;<kbd>⌘</kbd><kbd>⌃</kbd><kbd>C</kbd>
- [Copy Front Macros AppleScript Trigger][d4cdec98]&emsp;<kbd>⌘</kbd><kbd>⌃</kbd><kbd>C</kbd>
- Copies the AppleScript trigger for the front macro without having to show the script snippet, best when mapped to a shortcut key.
- Result looks like:
```AppleScript
Expand All @@ -37,18 +35,21 @@ Scripts for use while working in [Keyboard Maestro](https://www.keyboardmaestro.
# end ignoring
```
- [Edit Last Executed Macro](./Edit-Last-Executed-Macro.applescript)&emsp;<kbd>⌃</kbd><kbd>⇧</kbd><kbd>E</kbd>&emsp; :earth_americas:
- [Edit Last Executed Macro][2f47df90]&emsp;<kbd>⌃</kbd><kbd>⇧</kbd><kbd>E</kbd>&emsp; :earth_americas:
- Global script that shows the last executed macro, great when an edit needs to be made after execution.
- [Go To Executed Macro](./Go-To-Executed-Macro.applescript)&emsp;<kbd>⌘</kbd><kbd>⌥</kbd><kbd>G</kbd>
- [Go To Executed Macro][8f04478c]&emsp;<kbd>⌘</kbd><kbd>⌥</kbd><kbd>G</kbd>
- Jump to the macro being called within a macro by the `Execute Macro` action.
- [Run Current Macro](./Run-Current-Macro.applescript)&emsp;<kbd>⌘</kbd><kbd>⌃</kbd><kbd>R</kbd>&emsp; :earth_americas:
- Crucial action, I use it all the time to test out the macro I'm working on but haven't set a trigger for it yet.
[kmapp]: https://www.keyboardmaestro.co[m/
[alfredapp]: https://www.alfredapp.com/]
[kmapp]: https://www.keyboardmaestro.com/
[alfredapp]: https://www.alfredapp.com/
[c2d0b8f9]: ./Add|Remove-Status-Menu-Trigger
[d4cdec98]: ./Copy-Front-Macros-AppleScript-Trigger.applescript
[c02bcb30]: ./Edit-Linked-or-In-Line-AppleScript.applescript
[2f47df90]: ./Edit-Last-Executed-Macro.applescript
[8f04478c]: ./Go-To-Executed-Macro.applescript
[a0794034]: ./Collapse-All-[Pause|Type|Execute-Macro]-Actions.applescript

0 comments on commit 2d379ba

Please sign in to comment.