Skip to content

Commit

Permalink
added km script
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-funderburg committed Dec 12, 2019
1 parent 9d853bd commit 9f578e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Keyboard-Maestro/Edit-Macro-Group-of-Front-App.applescript
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
tell application "System Events"
set theApp to name of first process whose frontmost is true
end tell

tell application "Keyboard Maestro"
set uuid to id of first macro group whose name contains theApp
activate
editMacro uuid
end tell

2 changes: 1 addition & 1 deletion Markdown/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Markdown Scripts

Various scripts for Markdown manipulation.
Various scripts for working with Markdown.

## Contents

Expand Down

0 comments on commit 9f578e6

Please sign in to comment.