├── .gitmodules ├── Clipboard ├── Append Selection to Clipboard.kmmacros ├── Manipulate Clipboard.kmmacros └── Take Automated Screenshot.kmmacros ├── Final Cut Pro X ├── Find….kmmacros ├── Optimize Display.kmmacros ├── Switch to original media.kmmacros └── Switch to proxy playback.kmmacros ├── Finder ├── Align (up to) 4 Finder Windows.kmmacros ├── Create New Version.kmmacros ├── Label Blue.kmmacros ├── Label Gray.kmmacros ├── Label Green.kmmacros ├── Label None.kmmacros ├── Label Orange.kmmacros ├── Label Purple.kmmacros ├── Label Red.kmmacros ├── Label Yellow.kmmacros └── Symbolic Link.kmmacros ├── General Use ├── Add Attribution.kmmacros └── Switch back to frontmost app.kmmacros ├── Mail ├── Copy Message URL to clipboard.kmmacros └── Print iTunes Receipt.kmmacros ├── OmniFocus ├── Copy OmniFocus Item URL to Clipboard.kmmacros ├── Day Projects.kmmacros ├── Mark Active.kmmacros ├── Mark Completed.kmmacros ├── Mark Dropped.kmmacros ├── Mark On Hold.kmmacros ├── Select - Completed.kmmacros ├── Select - Context.kmmacros ├── Select - Defer Until.kmmacros ├── Select - Due.kmmacros ├── Select - Estimated Time.kmmacros ├── Select - Project.kmmacros └── Select - Task Status.kmmacros ├── README.md ├── Safari and Chrome ├── Download YouTube Video.kmmacros └── Share Xing Status Message.kmmacros ├── Screenshots └── What Was I Doing.kmmacros ├── Search └── Web Search Input.kmmacros ├── Special Characters ├── ←.kmmacros ├── ↑.kmmacros ├── →.kmmacros ├── ↓.kmmacros ├── ↖.kmmacros ├── ↘.kmmacros ├── ↩.kmmacros ├── ⇞.kmmacros ├── ⇟.kmmacros ├── ⇥.kmmacros ├── ⇧.kmmacros ├── ⌃.kmmacros ├── ⌘.kmmacros ├── ⌤.kmmacros ├── ⌥.kmmacros ├── ⌦.kmmacros ├── ⌫.kmmacros ├── ⎋.kmmacros ├── ★★★★★.kmmacros ├── ★★★★☆.kmmacros ├── ★★★☆☆.kmmacros ├── ★★☆☆☆.kmmacros ├── ★☆☆☆☆.kmmacros ├── ☆☆☆☆☆.kmmacros ├── ☞.kmmacros ├── ✓.kmmacros ├── ✔.kmmacros ├── ✗.kmmacros ├── ✘.kmmacros ├── 🍵.kmmacros ├── 👍.kmmacros ├── 💜.kmmacros ├── 😃.kmmacros ├── 😄.kmmacros ├── 😜.kmmacros └── 😢.kmmacros ├── System ├── Keyboard Cleaner Maestro.kmmacros └── Login sombody….kmmacros ├── Text ├── Calculate.kmmacros ├── Count Characters.kmmacros ├── Count Lines.kmmacros ├── Count Words.kmmacros ├── Edit in Default Text Editor.kmmacros ├── Encode HTML Entities.kmmacros ├── Paste Back from Default Text Editor.kmmacros ├── Percent Encode URL.kmmacros ├── Remove Styles.kmmacros ├── Smarten Quotes.kmmacros ├── Straighten Quotes.kmmacros ├── Title Case.kmmacros ├── UPPERCASE.kmmacros ├── lowercase and replace "unsafe" characters.kmmacros └── lowercase.kmmacros ├── TextExpander ├── Adapt Case.kmmacros ├── Case Insensitive.kmmacros └── Case Sensitive.kmmacros ├── Time ├── 1 Timer Start.kmmacros ├── 2 Timer Stop.kmmacros ├── 3 Timer Reset.kmmacros └── Work Macro.kmmacros ├── Timed Triggers └── Snag Tickets.kmmacros ├── Windows ├── Arrange next to each other.kmmacros ├── Center Window.kmmacros ├── Edge Bottom Center.kmmacros ├── Edge Bottom Left.kmmacros ├── Edge Bottom Right.kmmacros ├── Edge Center Left.kmmacros ├── Edge Center Right.kmmacros ├── Edge Top Center.kmmacros ├── Edge Top Left.kmmacros ├── Edge Top Right.kmmacros ├── Maximize Window.kmmacros ├── Measure Window.kmmacros ├── Move 1px Down.kmmacros ├── Move 1px Left.kmmacros ├── Move 1px Right.kmmacros ├── Move 1px Up.kmmacros ├── Move 25px Down.kmmacros ├── Move 25px Left.kmmacros ├── Move 25px Right.kmmacros ├── Move 25px Up.kmmacros ├── Resize +1px horizontal.kmmacros ├── Resize +1px vertical.kmmacros ├── Resize +25px horizontal.kmmacros ├── Resize +25px vertical.kmmacros ├── Resize -1px horizontal.kmmacros ├── Resize -1px vertical.kmmacros ├── Resize -25px horizontal.kmmacros ├── Resize -25px vertical.kmmacros ├── Resize Preset: 1280x742 (720p for screencasts).kmmacros ├── Resize Preset: 16:9.kmmacros ├── Resize Preset: 1727x1081 (iTunes).kmmacros ├── Resize Preset: 4:3.kmmacros ├── Resize Preset: 770x437 (Finder).kmmacros ├── Resize proportionally +1px.kmmacros ├── Resize proportionally +25px.kmmacros ├── Resize proportionally -1px.kmmacros ├── Resize proportionally -25px.kmmacros ├── Set Window Size.kmmacros └── Where's my mouse?.kmmacros └── iTunes └── Toggle Repeat.kmmacros /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "Markdown"] 2 | path = Markdown 3 | url = https://github.com/Zettt/km-markdown-library.git 4 | -------------------------------------------------------------------------------- /Clipboard/Append Selection to Clipboard.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | IsActive 31 | 32 | IsDisclosed 33 | 34 | JustDisplay 35 | 36 | MacroActionType 37 | SetClipboardToText 38 | Text 39 | %PastClipboard%1% %CurrentClipboard% 40 | 41 | 42 | IsActive 43 | 44 | Name 45 | Append Selection to Clipboard 46 | Triggers 47 | 48 | 49 | MacroTriggerType 50 | StatusMenu 51 | 52 | 53 | UID 54 | 55967724-B826-439C-8B88-F407FF9AB9FD 55 | 56 | 57 | Name 58 | Keyboard Maestro Macros Repo 59 | UID 60 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /Final Cut Pro X/Find….kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | Click 18 | Button 19 | 0 20 | ClickCount 21 | 1 22 | DragHorizontalPosition 23 | 0 24 | DragVerticalPosition 25 | 0 26 | Fuzz 27 | 0 28 | HorizontalPosition 29 | -225 30 | HorizontalPositionExpression 31 | -225 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | MouseMoveAndClick 38 | Modifiers 39 | 0 40 | MouseDrag 41 | None 42 | Relative 43 | Window 44 | RelativeCorner 45 | BottomRight 46 | RestoreMouseLocation 47 | 48 | VerticalPosition 49 | -45 50 | VerticalPositionExpression 51 | -45 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | Find… 58 | Triggers 59 | 60 | 61 | FireType 62 | Pressed 63 | KeyCode 64 | 3 65 | MacroTriggerType 66 | HotKey 67 | Modifiers 68 | 2304 69 | TriggerRepeat 70 | 71 | 72 | 73 | UID 74 | 1D28E6B2-F8AF-459E-B6EF-F523D15CD8D8 75 | 76 | 77 | Name 78 | Final Cut Pro X 79 | Targeting 80 | 81 | Targeting 82 | Included 83 | TargetingApps 84 | 85 | 86 | BundleIdentifier 87 | com.apple.FinalCut 88 | Creator 89 | 1061109567 90 | FileType 91 | 1095782476 92 | Name 93 | Final Cut Pro.app 94 | NewFile 95 | /Applications/Final Cut Pro.app 96 | 97 | 98 | 99 | UID 100 | BBCC513B-2976-46A2-9582-D01FC7822129 101 | 102 | 103 | 104 | -------------------------------------------------------------------------------- /Finder/Label Blue.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | None 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | NewFile 25 | 26 | Path 27 | 28 | Text 29 | (* No color = 0 Orange = 1 Red = 2 Yellow = 3 Blue = 4 Purple = 5 Green = 6 Gray = 7 30 | *) 31 | 32 | set mycolor to 4 tell application "Finder" try repeat with currentFile in items of (get selection) if label index of currentFile is not mycolor then set label index of currentFile to mycolor else set label index of currentFile to 0 end if end repeat on error e return e end try end tell 33 | TimeOutAbortsMacro 34 | 35 | TrimResults 36 | 37 | TrimResultsNew 38 | 39 | UseText 40 | 41 | 42 | 43 | IsActive 44 | 45 | Name 46 | Label Blue 47 | Triggers 48 | 49 | 50 | FireType 51 | Pressed 52 | KeyCode 53 | 21 54 | MacroTriggerType 55 | HotKey 56 | Modifiers 57 | 6144 58 | 59 | 60 | UID 61 | B881F9F3-7D7E-476F-A4EA-A85DBF8BF934 62 | 63 | 64 | Name 65 | Keyboard Maestro Macros Repo 66 | UID 67 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /Finder/Label Gray.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | Briefly 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | NewFile 25 | 26 | Path 27 | 28 | Text 29 | (* No color = 0 Orange = 1 Red = 2 Yellow = 3 Blue = 4 Purple = 5 Green = 6 Gray = 7 30 | *) 31 | 32 | set mycolor to 7 tell application "Finder" try repeat with currentFile in items of (get selection) if label index of currentFile is not mycolor then set label index of currentFile to mycolor else set label index of currentFile to 0 end if end repeat on error e return e end try end tell 33 | TimeOutAbortsMacro 34 | 35 | TrimResults 36 | 37 | TrimResultsNew 38 | 39 | UseText 40 | 41 | 42 | 43 | IsActive 44 | 45 | Name 46 | Label Gray 47 | Triggers 48 | 49 | 50 | FireType 51 | Pressed 52 | KeyCode 53 | 26 54 | MacroTriggerType 55 | HotKey 56 | Modifiers 57 | 6144 58 | 59 | 60 | UID 61 | DE900E26-22BC-4AE9-AAC5-F2044BCB2035 62 | 63 | 64 | Name 65 | Keyboard Maestro Macros Repo 66 | UID 67 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /Finder/Label Green.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | None 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | NewFile 25 | 26 | Path 27 | 28 | Text 29 | (* No color = 0 Orange = 1 Red = 2 Yellow = 3 Blue = 4 Purple = 5 Green = 6 Gray = 7 30 | *) 31 | 32 | set mycolor to 6 tell application "Finder" try repeat with currentFile in items of (get selection) if label index of currentFile is not mycolor then set label index of currentFile to mycolor else set label index of currentFile to 0 end if end repeat on error e return e end try end tell 33 | TimeOutAbortsMacro 34 | 35 | TrimResults 36 | 37 | TrimResultsNew 38 | 39 | UseText 40 | 41 | 42 | 43 | IsActive 44 | 45 | Name 46 | Label Green 47 | Triggers 48 | 49 | 50 | FireType 51 | Pressed 52 | KeyCode 53 | 22 54 | MacroTriggerType 55 | HotKey 56 | Modifiers 57 | 6144 58 | 59 | 60 | UID 61 | 66055FC4-BBFE-46B0-BA5B-8320B2999588 62 | 63 | 64 | Name 65 | Keyboard Maestro Macros Repo 66 | UID 67 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /Finder/Label None.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | None 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | NewFile 25 | 26 | Path 27 | 28 | Text 29 | (* No color = 0 Orange = 1 Red = 2 Yellow = 3 Blue = 4 Purple = 5 Green = 6 Gray = 7 30 | *) 31 | 32 | set mycolor to 0 tell application "Finder" try repeat with currentFile in items of (get selection) set label index of currentFile to mycolor end repeat on error e return e end try end tell 33 | TimeOutAbortsMacro 34 | 35 | TrimResults 36 | 37 | TrimResultsNew 38 | 39 | UseText 40 | 41 | 42 | 43 | IsActive 44 | 45 | Name 46 | Label None 47 | Triggers 48 | 49 | 50 | FireType 51 | Pressed 52 | KeyCode 53 | 29 54 | MacroTriggerType 55 | HotKey 56 | Modifiers 57 | 6144 58 | 59 | 60 | UID 61 | 44C01C8E-59E1-4A21-AE00-EAA9B07A8CF8 62 | 63 | 64 | Name 65 | Keyboard Maestro Macros Repo 66 | UID 67 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /Finder/Label Orange.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | None 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | NewFile 25 | 26 | Path 27 | 28 | Text 29 | (* No color = 0 Orange = 1 Red = 2 Yellow = 3 Blue = 4 Purple = 5 Green = 6 Gray = 7 30 | *) 31 | 32 | set mycolor to 1 tell application "Finder" try repeat with currentFile in items of (get selection) if label index of currentFile is not mycolor then set label index of currentFile to mycolor else set label index of currentFile to 0 end if end repeat on error e return e end try end tell 33 | TimeOutAbortsMacro 34 | 35 | TrimResults 36 | 37 | TrimResultsNew 38 | 39 | UseText 40 | 41 | 42 | 43 | IsActive 44 | 45 | Name 46 | Label Orange 47 | Triggers 48 | 49 | 50 | FireType 51 | Pressed 52 | KeyCode 53 | 19 54 | MacroTriggerType 55 | HotKey 56 | Modifiers 57 | 6144 58 | 59 | 60 | UID 61 | 31B4D041-C736-41A7-B632-777ACFE62418 62 | 63 | 64 | Name 65 | Keyboard Maestro Macros Repo 66 | UID 67 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /Finder/Label Purple.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | None 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | NewFile 25 | 26 | Path 27 | 28 | Text 29 | (* No color = 0 Orange = 1 Red = 2 Yellow = 3 Blue = 4 Purple = 5 Green = 6 Gray = 7 30 | *) 31 | 32 | set mycolor to 5 tell application "Finder" try repeat with currentFile in items of (get selection) if label index of currentFile is not mycolor then set label index of currentFile to mycolor else set label index of currentFile to 0 end if end repeat on error e return e end try end tell 33 | TimeOutAbortsMacro 34 | 35 | TrimResults 36 | 37 | TrimResultsNew 38 | 39 | UseText 40 | 41 | 42 | 43 | IsActive 44 | 45 | Name 46 | Label Purple 47 | Triggers 48 | 49 | 50 | FireType 51 | Pressed 52 | KeyCode 53 | 23 54 | MacroTriggerType 55 | HotKey 56 | Modifiers 57 | 6144 58 | 59 | 60 | UID 61 | 877B5D53-75AC-414A-8205-EAD064A0DFBE 62 | 63 | 64 | Name 65 | Keyboard Maestro Macros Repo 66 | UID 67 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /Finder/Label Red.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | None 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | NewFile 25 | 26 | Path 27 | 28 | Text 29 | (* No color = 0 Orange = 1 Red = 2 Yellow = 3 Blue = 4 Purple = 5 Green = 6 Gray = 7 30 | *) 31 | 32 | set mycolor to 2 tell application "Finder" try repeat with currentFile in items of (get selection) if label index of currentFile is not mycolor then set label index of currentFile to mycolor else set label index of currentFile to 0 end if end repeat on error e return e end try end tell 33 | TimeOutAbortsMacro 34 | 35 | TrimResults 36 | 37 | TrimResultsNew 38 | 39 | UseText 40 | 41 | 42 | 43 | IsActive 44 | 45 | Name 46 | Label Red 47 | Triggers 48 | 49 | 50 | FireType 51 | Pressed 52 | KeyCode 53 | 20 54 | MacroTriggerType 55 | HotKey 56 | Modifiers 57 | 6144 58 | 59 | 60 | UID 61 | 60BBC54D-A5EE-4530-A9AA-13086C185719 62 | 63 | 64 | Name 65 | Keyboard Maestro Macros Repo 66 | UID 67 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /Finder/Label Yellow.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | None 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | NewFile 25 | 26 | Path 27 | 28 | Text 29 | (* No color = 0 Orange = 1 Red = 2 Yellow = 3 Blue = 4 Purple = 5 Green = 6 Gray = 7 30 | *) 31 | 32 | set mycolor to 3 tell application "Finder" try repeat with currentFile in items of (get selection) if label index of currentFile is not mycolor then set label index of currentFile to mycolor else set label index of currentFile to 0 end if end repeat on error e return e end try end tell 33 | TimeOutAbortsMacro 34 | 35 | TrimResults 36 | 37 | TrimResultsNew 38 | 39 | UseText 40 | 41 | 42 | 43 | IsActive 44 | 45 | Name 46 | Label Yellow 47 | Triggers 48 | 49 | 50 | FireType 51 | Pressed 52 | KeyCode 53 | 18 54 | MacroTriggerType 55 | HotKey 56 | Modifiers 57 | 6144 58 | 59 | 60 | UID 61 | 17406AA4-D9E6-4432-B29E-79F992AED03C 62 | 63 | 64 | Name 65 | Keyboard Maestro Macros Repo 66 | UID 67 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /General Use/Switch back to frontmost app.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | MacroActionType 21 | Comment 22 | Text 23 | 24 | Title 25 | Save frontmost app in variable 26 | 27 | 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | SetVariableToText 34 | Text 35 | %CurrentApplication% 36 | Variable 37 | CurrentApp 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | MacroActionType 45 | Comment 46 | Text 47 | 48 | Title 49 | Activate app that was frontmost when macro was run 50 | 51 | 52 | Action 53 | SetApplicationByName 54 | IsActive 55 | 56 | IsDisclosed 57 | 58 | MacroActionType 59 | UseVariable 60 | Variable 61 | CurrentApp 62 | 63 | 64 | IsActive 65 | 66 | IsDisclosed 67 | 68 | MacroActionType 69 | SetVariableToText 70 | Text 71 | %Delete% 72 | Variable 73 | CurrentApp 74 | 75 | 76 | IsActive 77 | 78 | Name 79 | Switch back to frontmost app 80 | Triggers 81 | 82 | UID 83 | 23E146B4-5ADD-487F-947D-CC6F0B8B5132 84 | 85 | 86 | Name 87 | Keyboard Maestro Macros Repo 88 | UID 89 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 90 | 91 | 92 | 93 | -------------------------------------------------------------------------------- /Mail/Copy Message URL to clipboard.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | None 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | Path 25 | 26 | Text 27 | tell application "Mail" 28 | set _sel to get selection 29 | set _links to {} 30 | repeat with _msg in _sel 31 | set _messageURL to "message://%3c" & _msg's message id & "%3e" 32 | set end of _links to _messageURL 33 | end repeat 34 | set AppleScript's text item delimiters to return 35 | set the clipboard to (_links as string) 36 | end tell 37 | TimeOutAbortsMacro 38 | 39 | TrimResults 40 | 41 | UseText 42 | 43 | Variable 44 | Variable 45 | 46 | 47 | IsActive 48 | 49 | Name 50 | Copy Message URL to clipboard 51 | Triggers 52 | 53 | 54 | FireType 55 | Pressed 56 | KeyCode 57 | 8 58 | MacroTriggerType 59 | HotKey 60 | Modifiers 61 | 4096 62 | TriggerRepeat 63 | 64 | 65 | 66 | MacroTriggerType 67 | StatusMenu 68 | 69 | 70 | UID 71 | E11188A9-A273-4F95-93F8-C84B80F64637 72 | 73 | 74 | Name 75 | Keyboard Maestro Macros Repo 76 | UID 77 | FDC52ACB-F36A-424D-8746-FA279F0A39A9 78 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /OmniFocus/Copy OmniFocus Item URL to Clipboard.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | DisplayKind 17 | None 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | ExecuteAppleScript 24 | Path 25 | 26 | Text 27 | -- Copy OmniFocus Item URI to Clipboard -- -- Written by CAPH TECH -- http://tech.caph.jp/2010/10/04/omnifocusとevernoteを連携させるapplescript/ -- tell front window of application "OmniFocus" try set theTrees to selected trees of content if (count of theTrees) < 1 then set theTrees to selected trees of sidebar end if if (count of theTrees) < 1 then return end if set theSelection to value of item 1 of theTrees if class of theSelection is folder then set the clipboard to "omnifocus:///folder/" & id of theSelection else if class of theSelection is project then set the clipboard to "omnifocus:///project/" & id of theSelection else set the clipboard to "omnifocus:///task/" & id of theSelection end if end try end tell 28 | TimeOutAbortsMacro 29 | 30 | TrimResults 31 | 32 | UseText 33 | 34 | Variable 35 | Variable 36 | 37 | 38 | IsActive 39 | 40 | Name 41 | Copy OmniFocus Item URL to Clipboard 42 | Triggers 43 | 44 | 45 | MacroTriggerType 46 | StatusMenu 47 | 48 | 49 | FireType 50 | Pressed 51 | KeyCode 52 | 8 53 | MacroTriggerType 54 | HotKey 55 | Modifiers 56 | 4608 57 | TriggerRepeat 58 | 59 | 60 | 61 | UID 62 | 9AABBE49-5446-4FFC-BD08-FEC1E98A1582 63 | 64 | 65 | Name 66 | Keyboard Maestro Macros Repo (OmniFocus) 67 | UID 68 | 1F08C0C4-07F9-477B-BE01-AC8B2D0953CC 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /OmniFocus/Mark Active.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | MacroActionType 21 | SelectMenuItem 22 | Menu 23 | 24 | Edit 25 | Status 26 | Active 27 | 28 | StopOnFailure 29 | 30 | TargetApplication 31 | 32 | BundleIdentifier 33 | com.omnigroup.OmniFocus 34 | Creator 35 | 1330007875 36 | FileType 37 | 1095782476 38 | Name 39 | OmniFocus.app 40 | NewFile 41 | /Applications/OmniFocus.app 42 | 43 | TargetingType 44 | Specific 45 | 46 | 47 | IsActive 48 | 49 | Name 50 | Mark Active 51 | Triggers 52 | 53 | 54 | FireType 55 | Pressed 56 | KeyCode 57 | 0 58 | MacroTriggerType 59 | HotKey 60 | Modifiers 61 | 4096 62 | TriggerRepeat 63 | 64 | 65 | 66 | UID 67 | 34B0832F-1D85-432C-AF6D-C1A58B967D9C 68 | 69 | 70 | Name 71 | Keyboard Maestro Macros Repo (OmniFocus) 72 | UID 73 | 1F08C0C4-07F9-477B-BE01-AC8B2D0953CC 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /OmniFocus/Mark Completed.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | MacroActionType 21 | SelectMenuItem 22 | Menu 23 | 24 | Edit 25 | Status 26 | Completed 27 | 28 | StopOnFailure 29 | 30 | TargetApplication 31 | 32 | BundleIdentifier 33 | com.omnigroup.OmniFocus 34 | Creator 35 | 1330007875 36 | FileType 37 | 1095782476 38 | Name 39 | OmniFocus.app 40 | NewFile 41 | /Applications/OmniFocus.app 42 | 43 | TargetingType 44 | Specific 45 | 46 | 47 | IsActive 48 | 49 | Name 50 | Mark Completed 51 | Triggers 52 | 53 | 54 | FireType 55 | Pressed 56 | KeyCode 57 | 8 58 | MacroTriggerType 59 | HotKey 60 | Modifiers 61 | 4096 62 | TriggerRepeat 63 | 64 | 65 | 66 | UID 67 | 1FC3FF7B-5040-463D-A1E2-249A07698896 68 | 69 | 70 | Name 71 | Keyboard Maestro Macros Repo (OmniFocus) 72 | UID 73 | 1F08C0C4-07F9-477B-BE01-AC8B2D0953CC 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /OmniFocus/Mark Dropped.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | MacroActionType 21 | SelectMenuItem 22 | Menu 23 | 24 | Edit 25 | Status 26 | Dropped 27 | 28 | StopOnFailure 29 | 30 | TargetApplication 31 | 32 | BundleIdentifier 33 | com.omnigroup.OmniFocus 34 | Creator 35 | 1330007875 36 | FileType 37 | 1095782476 38 | Name 39 | OmniFocus.app 40 | NewFile 41 | /Applications/OmniFocus.app 42 | 43 | TargetingType 44 | Specific 45 | 46 | 47 | IsActive 48 | 49 | Name 50 | Mark Dropped 51 | Triggers 52 | 53 | 54 | FireType 55 | Pressed 56 | KeyCode 57 | 2 58 | MacroTriggerType 59 | HotKey 60 | Modifiers 61 | 4096 62 | TriggerRepeat 63 | 64 | 65 | 66 | UID 67 | 2580E229-5366-43BD-A2F6-2FCF018A7492 68 | 69 | 70 | Name 71 | Keyboard Maestro Macros Repo (OmniFocus) 72 | UID 73 | 1F08C0C4-07F9-477B-BE01-AC8B2D0953CC 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /OmniFocus/Mark On Hold.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | MacroActionType 21 | SelectMenuItem 22 | Menu 23 | 24 | Edit 25 | Status 26 | On Hold 27 | 28 | StopOnFailure 29 | 30 | TargetApplication 31 | 32 | BundleIdentifier 33 | com.omnigroup.OmniFocus 34 | Creator 35 | 1330007875 36 | FileType 37 | 1095782476 38 | Name 39 | OmniFocus.app 40 | NewFile 41 | /Applications/OmniFocus.app 42 | 43 | TargetingType 44 | Specific 45 | 46 | 47 | IsActive 48 | 49 | Name 50 | Mark On Hold 51 | Triggers 52 | 53 | 54 | FireType 55 | Pressed 56 | KeyCode 57 | 4 58 | MacroTriggerType 59 | HotKey 60 | Modifiers 61 | 4096 62 | TriggerRepeat 63 | 64 | 65 | 66 | UID 67 | CC33C390-2F46-4967-AF18-03DF7ED59291 68 | 69 | 70 | Name 71 | Keyboard Maestro Macros Repo (OmniFocus) 72 | UID 73 | 1F08C0C4-07F9-477B-BE01-AC8B2D0953CC 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /OmniFocus/Select - Context.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | CreationDate 9 | 457084305.76405799 10 | IsActive 11 | 12 | Macros 13 | 14 | 15 | Actions 16 | 17 | 18 | Action 19 | Click 20 | Button 21 | 0 22 | ClickCount 23 | 1 24 | DisplayMatches 25 | 26 | DragHorizontalPosition 27 | 0 28 | DragVerticalPosition 29 | 0 30 | Fuzz 31 | 15 32 | HorizontalPositionExpression 33 | -100 34 | IsActive 35 | 36 | IsDisclosed 37 | 38 | MacroActionType 39 | MouseMoveAndClick 40 | Modifiers 41 | 0 42 | MouseDrag 43 | None 44 | Relative 45 | Window 46 | RelativeCorner 47 | TopRight 48 | RestoreMouseLocation 49 | 50 | VerticalPositionExpression 51 | 240 52 | 53 | 54 | CreationDate 55 | 473852464.51837403 56 | IsActive 57 | 58 | ModificationDate 59 | 473852770.62113601 60 | Name 61 | Select: Context 62 | Triggers 63 | 64 | 65 | FireType 66 | Pressed 67 | KeyCode 68 | 1 69 | MacroTriggerType 70 | HotKey 71 | Modifiers 72 | 4096 73 | 74 | 75 | UID 76 | 81A4EC6F-C71D-4C8C-B0B0-49D867BF3BD4 77 | 78 | 79 | Name 80 | OmniFocus 81 | Targeting 82 | 83 | Targeting 84 | Included 85 | TargetingApps 86 | 87 | 88 | BundleIdentifier 89 | com.omnigroup.OmniFocus2 90 | Name 91 | OmniFocus 92 | NewFile 93 | /Applications/OmniFocus.app 94 | 95 | 96 | 97 | ToggleMacroUID 98 | 57CC9E67-3845-4C94-BEBA-D15B7223473F 99 | UID 100 | C9F4AF8D-1923-4E71-B0C3-8A737ABC8236 101 | 102 | 103 | 104 | -------------------------------------------------------------------------------- /OmniFocus/Select - Due.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | CreationDate 9 | 457084305.76405799 10 | IsActive 11 | 12 | Macros 13 | 14 | 15 | Actions 16 | 17 | 18 | Action 19 | Click 20 | Button 21 | 0 22 | ClickCount 23 | 1 24 | DisplayMatches 25 | 26 | DragHorizontalPosition 27 | 0 28 | DragVerticalPosition 29 | 0 30 | Fuzz 31 | 15 32 | HorizontalPositionExpression 33 | -100 34 | IsActive 35 | 36 | IsDisclosed 37 | 38 | MacroActionType 39 | MouseMoveAndClick 40 | Modifiers 41 | 0 42 | MouseDrag 43 | None 44 | Relative 45 | Window 46 | RelativeCorner 47 | TopRight 48 | RestoreMouseLocation 49 | 50 | VerticalPositionExpression 51 | 407 52 | 53 | 54 | CreationDate 55 | 473852665.47634703 56 | IsActive 57 | 58 | ModificationDate 59 | 473852783.11924899 60 | Name 61 | Select: Due 62 | Triggers 63 | 64 | 65 | FireType 66 | Pressed 67 | KeyCode 68 | 1 69 | MacroTriggerType 70 | HotKey 71 | Modifiers 72 | 4096 73 | 74 | 75 | UID 76 | 9FDB2594-60F4-4EE5-AB6E-3A6EE4FCB376 77 | 78 | 79 | Name 80 | OmniFocus 81 | Targeting 82 | 83 | Targeting 84 | Included 85 | TargetingApps 86 | 87 | 88 | BundleIdentifier 89 | com.omnigroup.OmniFocus2 90 | Name 91 | OmniFocus 92 | NewFile 93 | /Applications/OmniFocus.app 94 | 95 | 96 | 97 | ToggleMacroUID 98 | 57CC9E67-3845-4C94-BEBA-D15B7223473F 99 | UID 100 | C9F4AF8D-1923-4E71-B0C3-8A737ABC8236 101 | 102 | 103 | 104 | -------------------------------------------------------------------------------- /OmniFocus/Select - Project.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | CreationDate 9 | 457084305.76405799 10 | IsActive 11 | 12 | Macros 13 | 14 | 15 | Actions 16 | 17 | 18 | Action 19 | Click 20 | Button 21 | 0 22 | ClickCount 23 | 1 24 | DisplayMatches 25 | 26 | DragHorizontalPosition 27 | 0 28 | DragVerticalPosition 29 | 0 30 | Fuzz 31 | 15 32 | HorizontalPositionExpression 33 | -100 34 | IsActive 35 | 36 | IsDisclosed 37 | 38 | MacroActionType 39 | MouseMoveAndClick 40 | Modifiers 41 | 0 42 | MouseDrag 43 | None 44 | Relative 45 | Window 46 | RelativeCorner 47 | TopRight 48 | RestoreMouseLocation 49 | 50 | VerticalPositionExpression 51 | 215 52 | 53 | 54 | CreationDate 55 | 0.0 56 | IsActive 57 | 58 | ModificationDate 59 | 473852799.58508903 60 | Name 61 | Select: Project 62 | Triggers 63 | 64 | 65 | FireType 66 | Pressed 67 | KeyCode 68 | 1 69 | MacroTriggerType 70 | HotKey 71 | Modifiers 72 | 4096 73 | 74 | 75 | UID 76 | 902E0A2A-0D31-4636-B68E-2065F59A9BC7 77 | 78 | 79 | Name 80 | OmniFocus 81 | Targeting 82 | 83 | Targeting 84 | Included 85 | TargetingApps 86 | 87 | 88 | BundleIdentifier 89 | com.omnigroup.OmniFocus2 90 | Name 91 | OmniFocus 92 | NewFile 93 | /Applications/OmniFocus.app 94 | 95 | 96 | 97 | ToggleMacroUID 98 | 57CC9E67-3845-4C94-BEBA-D15B7223473F 99 | UID 100 | C9F4AF8D-1923-4E71-B0C3-8A737ABC8236 101 | 102 | 103 | 104 | -------------------------------------------------------------------------------- /Special Characters/←.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 1520939B-0161-48E3-800A-BD52D29EE3CB 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/↑.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 3CE58925-17FA-4FFF-A93B-3A0B564C2205 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/→.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 4A6C49A6-ECBD-4BA4-BC03-B12D8EE76CA2 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/↓.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | D29490D8-B650-44EA-A452-1445FAB36011 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/↖.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 9D4B8B2B-4A30-4A57-9288-1A5BB7CFCDAD 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/↘.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | B4BAF225-BD87-40E6-96DE-63ED543C7687 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/↩.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | D4A12495-EFE8-465A-B361-D1344485FBEE 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⇞.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 7AC821E2-1A07-4996-9586-6284BFD7FFBF 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⇟.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 77348FF7-FD1F-4885-9256-3C0284170E72 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⇥.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 36B876AC-4365-45B5-87F8-99CEB21493C8 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⇧.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 0205CC6E-3D31-41C4-A715-0E9A7D863CC0 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⌃.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 2346317A-10E1-4F8B-9DFE-5EB084218A0A 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⌘.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | DBB06B47-8DE4-4C2D-B02D-CAF8B98A8210 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⌤.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 21A32BA2-0FCB-4ECA-BAC7-6792B2181EEC 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⌥.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | DF589C8C-A334-4B38-9A11-E08E15AE4261 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⌦.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 642A353F-E8EE-4555-819B-51921A44FEA9 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⌫.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 1BF297D0-8DA9-4E33-9C2C-F8AE97C876DD 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/⎋.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | DBE29B37-E02B-456B-B314-35B682D291D5 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/★★★★★.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | ★★★★★ 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | ★★★★★ 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 843A7C20-FB3A-4DF6-B914-4853F7AE3C56 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/★★★★☆.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | ★★★★☆ 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | ★★★★☆ 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | E169FAB7-E929-4B40-8714-591B6B7A0136 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/★★★☆☆.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | ★★★☆☆ 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | ★★★☆☆ 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 0EEA4113-53E8-4D09-AF84-9AD79798C9F0 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/★★☆☆☆.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | ★★☆☆☆ 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | ★★☆☆☆ 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 0D894203-F6ED-47B4-A315-AC737B88E4C1 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/★☆☆☆☆.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | ★☆☆☆☆ 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | ★☆☆☆☆ 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 911FFCD1-EDBF-4011-9B5A-72BC11C94695 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/☆☆☆☆☆.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | ☆☆☆☆☆ 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | ☆☆☆☆☆ 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | ECB0636D-0924-435F-83C7-034F80E3EA03 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/☞.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByPasting 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | IsDisclosed 33 | 34 | MacroActionType 35 | DeletePastClipboard 36 | Past 37 | 0 38 | PastExpression 39 | 0 40 | 41 | 42 | IsActive 43 | 44 | Name 45 | 46 | Triggers 47 | 48 | 49 | MacroTriggerType 50 | StatusMenu 51 | 52 | 53 | UID 54 | 15C621EE-04A5-4FBC-A5D4-6F48FFCB9CD5 55 | 56 | 57 | Name 58 | Special Characters 59 | UID 60 | AC48F048-1944-4063-AE02-669CBE14E9FD 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /Special Characters/✓.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByPasting 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | IsDisclosed 33 | 34 | MacroActionType 35 | DeletePastClipboard 36 | Past 37 | 0 38 | PastExpression 39 | 0 40 | 41 | 42 | IsActive 43 | 44 | Name 45 | 46 | Triggers 47 | 48 | 49 | MacroTriggerType 50 | StatusMenu 51 | 52 | 53 | UID 54 | B6831191-4121-461A-B0ED-0555FA004723 55 | 56 | 57 | Name 58 | Special Characters 59 | UID 60 | AC48F048-1944-4063-AE02-669CBE14E9FD 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /Special Characters/✔.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByPasting 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | IsDisclosed 33 | 34 | MacroActionType 35 | DeletePastClipboard 36 | Past 37 | 0 38 | PastExpression 39 | 0 40 | 41 | 42 | IsActive 43 | 44 | Name 45 | 46 | Triggers 47 | 48 | 49 | MacroTriggerType 50 | StatusMenu 51 | 52 | 53 | UID 54 | 2ADF8BE4-6BB3-4298-B578-74910C23A2F7 55 | 56 | 57 | Name 58 | Special Characters 59 | UID 60 | AC48F048-1944-4063-AE02-669CBE14E9FD 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /Special Characters/✗.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByPasting 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | IsDisclosed 33 | 34 | MacroActionType 35 | DeletePastClipboard 36 | Past 37 | 0 38 | PastExpression 39 | 0 40 | 41 | 42 | IsActive 43 | 44 | Name 45 | 46 | Triggers 47 | 48 | 49 | MacroTriggerType 50 | StatusMenu 51 | 52 | 53 | UID 54 | 0510BE80-D780-4726-A04F-95FBFBC1338D 55 | 56 | 57 | Name 58 | Special Characters 59 | UID 60 | AC48F048-1944-4063-AE02-669CBE14E9FD 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /Special Characters/✘.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByPasting 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 28 | 29 | 30 | IsActive 31 | 32 | IsDisclosed 33 | 34 | MacroActionType 35 | DeletePastClipboard 36 | Past 37 | 0 38 | PastExpression 39 | 0 40 | 41 | 42 | IsActive 43 | 44 | Name 45 | 46 | Triggers 47 | 48 | 49 | MacroTriggerType 50 | StatusMenu 51 | 52 | 53 | UID 54 | 979D0AAB-DB02-4F07-AB84-51D385117C7A 55 | 56 | 57 | Name 58 | Special Characters 59 | UID 60 | AC48F048-1944-4063-AE02-669CBE14E9FD 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /Special Characters/🍵.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 🍵 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 🍵 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | F97F6DE2-EF97-417D-A939-EEECF01B98E4 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/👍.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByPasting 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 👍 28 | 29 | 30 | IsActive 31 | 32 | IsDisclosed 33 | 34 | MacroActionType 35 | DeletePastClipboard 36 | Past 37 | 0 38 | PastExpression 39 | 0 40 | 41 | 42 | IsActive 43 | 44 | Name 45 | 👍 46 | Triggers 47 | 48 | 49 | MacroTriggerType 50 | StatusMenu 51 | 52 | 53 | UID 54 | E8392B36-D3B6-4B8E-B131-FDAFBD30939F 55 | 56 | 57 | Name 58 | Special Characters 59 | UID 60 | AC48F048-1944-4063-AE02-669CBE14E9FD 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /Special Characters/💜.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 💜 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 💜 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 7B2EEAC1-64AE-42B4-8B30-84153371CC86 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/😃.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 😃 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 😃 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 03814AD3-598F-4C0A-BBD4-8BDF6297B159 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/😄.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 😄 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 😄 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 7902E474-2A11-4A24-A86E-5C8F9598D5B9 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/😜.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 😜 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 😜 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | B8EEB24F-5CC2-4401-8C18-B1D8F805A814 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Special Characters/😢.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | Action 17 | ByTyping 18 | IsActive 19 | 20 | IsDisclosed 21 | 22 | MacroActionType 23 | InsertText 24 | Paste 25 | 26 | Text 27 | 😢 28 | 29 | 30 | IsActive 31 | 32 | Name 33 | 😢 34 | Triggers 35 | 36 | 37 | MacroTriggerType 38 | StatusMenu 39 | 40 | 41 | UID 42 | 38662357-665A-463E-A0A8-52EC3E827B8F 43 | 44 | 45 | Name 46 | Keyboard Maestro Macros Repo (Special Characters) 47 | UID 48 | 8030A669-49A3-4E76-95B8-89BACDEEAEF2 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Text/Calculate.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | Calculate 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | KeyCode 45 | 9 46 | MacroActionType 47 | SimulateKeystroke 48 | Modifiers 49 | 256 50 | ReleaseAll 51 | 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | Calculate 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | 162C96B9-C432-4BB0-9AE6-E4080C749D7A 67 | 68 | 69 | Name 70 | Keyboard Maestro Macros Repo (Text) 71 | UID 72 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Text/Count Characters.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | CharacterCount 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | MacroActionType 45 | Growl 46 | Text 47 | %CurrentClipboard% 48 | Title 49 | Character Count: 50 | 51 | 52 | IsActive 53 | 54 | Name 55 | Count Characters 56 | Triggers 57 | 58 | 59 | MacroTriggerType 60 | StatusMenu 61 | 62 | 63 | UID 64 | FE3E903F-3A78-41F5-80B7-8017BDCA6B18 65 | 66 | 67 | Name 68 | Keyboard Maestro Macros Repo (Text) 69 | UID 70 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 71 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /Text/Count Lines.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | LineCount 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | MacroActionType 45 | Growl 46 | Text 47 | %CurrentClipboard% 48 | Title 49 | Line Count: 50 | 51 | 52 | IsActive 53 | 54 | Name 55 | Count Lines 56 | Triggers 57 | 58 | 59 | MacroTriggerType 60 | StatusMenu 61 | 62 | 63 | UID 64 | DD1D42FB-4C18-40F8-9EB4-3484F0E7CD08 65 | 66 | 67 | Name 68 | Keyboard Maestro Macros Repo (Text) 69 | UID 70 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 71 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /Text/Count Words.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | WordCount 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | MacroActionType 45 | Growl 46 | Text 47 | %CurrentClipboard% 48 | Title 49 | Word Count: 50 | 51 | 52 | IsActive 53 | 54 | Name 55 | Count Words 56 | Triggers 57 | 58 | 59 | MacroTriggerType 60 | StatusMenu 61 | 62 | 63 | UID 64 | 2928727D-89B3-4E87-AC00-DC82FC089578 65 | 66 | 67 | Name 68 | Keyboard Maestro Macros Repo (Text) 69 | UID 70 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 71 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /Text/Encode HTML Entities.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | EncodeHTMLEntities 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | KeyCode 45 | 9 46 | MacroActionType 47 | SimulateKeystroke 48 | Modifiers 49 | 256 50 | ReleaseAll 51 | 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | Encode HTML Entities 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | FB780316-294B-4C6D-856C-D3B27B0A49E7 67 | 68 | 69 | Name 70 | Keyboard Maestro Macros Repo (Text) 71 | UID 72 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Text/Percent Encode URL.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | PercentEncodeForURL 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | KeyCode 45 | 9 46 | MacroActionType 47 | SimulateKeystroke 48 | Modifiers 49 | 256 50 | ReleaseAll 51 | 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | Percent Encode URL 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | 00A7A734-1D06-44BB-A09D-39D8AE83C974 67 | 68 | 69 | Name 70 | Keyboard Maestro Macros Repo (Text) 71 | UID 72 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Text/Remove Styles.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | RemoveStyles 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | KeyCode 45 | 9 46 | MacroActionType 47 | SimulateKeystroke 48 | Modifiers 49 | 256 50 | ReleaseAll 51 | 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | Remove Styles 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | 2F7A137C-B42F-47F3-8DD4-1EEF95BD6A73 67 | 68 | 69 | Name 70 | Keyboard Maestro Macros Repo (Text) 71 | UID 72 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Text/Smarten Quotes.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | SmartQuotes 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | KeyCode 45 | 9 46 | MacroActionType 47 | SimulateKeystroke 48 | Modifiers 49 | 256 50 | ReleaseAll 51 | 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | Smarten Quotes 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | 9AB93FA6-D1DA-42FD-8934-CD2F9EB8E5FA 67 | 68 | 69 | Name 70 | Keyboard Maestro Macros Repo (Text) 71 | UID 72 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Text/Straighten Quotes.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | DumbQuotes 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | KeyCode 45 | 9 46 | MacroActionType 47 | SimulateKeystroke 48 | Modifiers 49 | 256 50 | ReleaseAll 51 | 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | Straighten Quotes 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | D6C17753-71FF-49C2-8D76-5CFF186ED14F 67 | 68 | 69 | Name 70 | Keyboard Maestro Macros Repo (Text) 71 | UID 72 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Text/Title Case.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | TitleCase 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | KeyCode 45 | 9 46 | MacroActionType 47 | SimulateKeystroke 48 | Modifiers 49 | 256 50 | ReleaseAll 51 | 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | Title Case 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | 4BFE853E-CE1B-48ED-B1B0-9331E215415F 67 | 68 | 69 | Name 70 | Keyboard Maestro Macros Repo (Text) 71 | UID 72 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Text/UPPERCASE.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | Uppercase 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | KeyCode 45 | 9 46 | MacroActionType 47 | SimulateKeystroke 48 | Modifiers 49 | 256 50 | ReleaseAll 51 | 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | UPPERCASE 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | 8D92360E-E2F1-440C-99DA-CEBE089A59C3 67 | 68 | 69 | Name 70 | Keyboard Maestro Macros Repo (Text) 71 | UID 72 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Text/lowercase and replace "unsafe" characters.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | Lowercase 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | Action 41 | IgnoreCaseRegEx 42 | IsActive 43 | 44 | IsDisclosed 45 | 46 | MacroActionType 47 | SearchReplaceClipboard 48 | Replace 49 | _ 50 | Search 51 | [\?\!\@\#\s]{1,10} 52 | 53 | 54 | IsActive 55 | 56 | IsDisclosed 57 | 58 | KeyCode 59 | 9 60 | MacroActionType 61 | SimulateKeystroke 62 | Modifiers 63 | 256 64 | ReleaseAll 65 | 66 | 67 | 68 | IsActive 69 | 70 | Name 71 | lowercase and replace "unsafe" characters 72 | Triggers 73 | 74 | 75 | MacroTriggerType 76 | StatusMenu 77 | 78 | 79 | UID 80 | 0A10CD98-8EB1-4F45-AB87-F8BAA455C75C 81 | 82 | 83 | Name 84 | Keyboard Maestro Macros Repo (Text) 85 | UID 86 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 87 | 88 | 89 | 90 | -------------------------------------------------------------------------------- /Text/lowercase.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | KeyCode 21 | 8 22 | MacroActionType 23 | SimulateKeystroke 24 | Modifiers 25 | 256 26 | ReleaseAll 27 | 28 | 29 | 30 | Action 31 | Lowercase 32 | IsActive 33 | 34 | IsDisclosed 35 | 36 | MacroActionType 37 | FilterClipboard 38 | 39 | 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | KeyCode 45 | 9 46 | MacroActionType 47 | SimulateKeystroke 48 | Modifiers 49 | 256 50 | ReleaseAll 51 | 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | lowercase 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | 22162A2A-873F-4FEF-9164-69644FAE8CB3 67 | 68 | 69 | Name 70 | Keyboard Maestro Macros Repo (Text) 71 | UID 72 | 9B885AE6-2F5E-4266-AF4B-FC3A347B2862 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Time/1 Timer Start.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | MacroActionType 21 | SetVariableToCalculation 22 | Text 23 | NOW 24 | Variable 25 | TimerStart 26 | 27 | 28 | IsActive 29 | 30 | Name 31 | 1 Timer Start 32 | Triggers 33 | 34 | 35 | MacroTriggerType 36 | StatusMenu 37 | 38 | 39 | UID 40 | CEFA8D43-16F3-4734-B59E-85BC9199584C 41 | 42 | 43 | Name 44 | Timers 45 | UID 46 | 682A629A-C71C-4159-9A19-AB08D8439A44 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /Time/2 Timer Stop.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | MacroActionType 21 | SetVariableToCalculation 22 | Text 23 | NOW 24 | Variable 25 | TimerStop 26 | 27 | 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | SetVariableToCalculation 34 | Text 35 | TimerAmount - (TimerStop - TimerStart) 36 | Variable 37 | TimerAmount 38 | 39 | 40 | Action 41 | DisplayBriefly 42 | IsActive 43 | 44 | IsDisclosed 45 | 46 | MacroActionType 47 | InsertText 48 | Paste 49 | 50 | Text 51 | You have %Variable%TimerAmount% sec left for …. 52 | 53 | 54 | IsActive 55 | 56 | Name 57 | 2 Timer Stop 58 | Triggers 59 | 60 | 61 | MacroTriggerType 62 | StatusMenu 63 | 64 | 65 | UID 66 | 657DA441-B061-4D18-82C9-040066448F42 67 | 68 | 69 | Name 70 | Timers 71 | UID 72 | 682A629A-C71C-4159-9A19-AB08D8439A44 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /Time/3 Timer Reset.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | Normal 8 | IsActive 9 | 10 | Macros 11 | 12 | 13 | Actions 14 | 15 | 16 | IsActive 17 | 18 | IsDisclosed 19 | 20 | MacroActionType 21 | SetVariableToText 22 | Text 23 | 600 24 | Variable 25 | TimerAmount 26 | 27 | 28 | Action 29 | DisplayBriefly 30 | IsActive 31 | 32 | IsDisclosed 33 | 34 | MacroActionType 35 | InsertText 36 | Paste 37 | 38 | Text 39 | Timer reset. %Variable%TimerAmount% sec available. 40 | 41 | 42 | IsActive 43 | 44 | Name 45 | 3 Timer Reset 46 | Triggers 47 | 48 | 49 | MacroTriggerType 50 | StatusMenu 51 | 52 | 53 | ExecuteType 54 | Time 55 | MacroTriggerType 56 | Time 57 | Repeat 58 | 59 | RepeatTime 60 | 60 61 | TimeFinishHour 62 | 17 63 | TimeFinishMinutes 64 | 30 65 | TimeHour 66 | 0 67 | TimeMinutes 68 | 0 69 | WhichDays 70 | 127 71 | 72 | 73 | UID 74 | CD4332A0-D369-4C73-BE8D-F48162E61413 75 | 76 | 77 | Name 78 | Timers 79 | UID 80 | 682A629A-C71C-4159-9A19-AB08D8439A44 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /Windows/Center Window.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | CenterWindow 24 | Horizontal 25 | 125 26 | HorizontalExpression 27 | 125 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 125 38 | VerticalExpression 39 | 125 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Center Window 52 | Triggers 53 | 54 | 55 | MacroTriggerType 56 | StatusMenu 57 | 58 | 59 | FireType 60 | Pressed 61 | KeyCode 62 | 24 63 | MacroTriggerType 64 | HotKey 65 | Modifiers 66 | 0 67 | TriggerRepeat 68 | 69 | 70 | 71 | UID 72 | FE020D70-577E-4823-80DF-BF2801C9AD31 73 | 74 | 75 | Modifiers 76 | 6144 77 | Name 78 | Keyboard Maestro Macros Repo (Windows) 79 | UID 80 | 5EF0E19C-5967-465B-A407-B720C09294D0 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /Windows/Edge Bottom Center.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | (SCREEN(Main,Right)-WINDOW(1,Width))/2 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | TargetingType 37 | Front 38 | VerticalExpression 39 | SCREEN(Main,Bottom)-WINDOW(1,Height) 40 | WidthExpression 41 | SCREEN(Main,Width)*50% 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | IsDisclosed 51 | 52 | MacroActionType 53 | Comment 54 | Text 55 | SCREEN( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY, p ) 56 | 57 | WINDOW( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY ) 58 | 59 | Title 60 | WINDOW/SCREEN 61 | 62 | 63 | IsActive 64 | 65 | ModificationDate 66 | 400157334.490444 67 | Name 68 | Edge Bottom Center 69 | Triggers 70 | 71 | 72 | MacroTriggerType 73 | StatusMenu 74 | 75 | 76 | UID 77 | 5878BC6D-1F3F-4EE9-ACF5-B0DE80CCD90F 78 | 79 | 80 | Modifiers 81 | 6144 82 | Name 83 | Windows 84 | UID 85 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Windows/Edge Bottom Left.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | SCREEN(Main,Left) 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | TargetingType 37 | Front 38 | VerticalExpression 39 | SCREEN(Main,Bottom)-WINDOW(1,Height) 40 | WidthExpression 41 | SCREEN(Main,Width)*50% 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | IsDisclosed 51 | 52 | MacroActionType 53 | Comment 54 | Text 55 | SCREEN( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY, p ) 56 | 57 | WINDOW( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY ) 58 | 59 | Title 60 | WINDOW/SCREEN 61 | 62 | 63 | IsActive 64 | 65 | ModificationDate 66 | 400156407.44029599 67 | Name 68 | Edge Bottom Left 69 | Triggers 70 | 71 | 72 | MacroTriggerType 73 | StatusMenu 74 | 75 | 76 | UID 77 | CB86B1C3-987E-47E8-B0C8-2491625B0E49 78 | 79 | 80 | Modifiers 81 | 6144 82 | Name 83 | Windows 84 | UID 85 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Windows/Edge Bottom Right.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | SCREEN(Main,Right)-WINDOW(1,Width) 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | TargetingType 37 | Front 38 | VerticalExpression 39 | SCREEN(Main,Bottom)-WINDOW(1,Height) 40 | WidthExpression 41 | SCREEN(Main,Width)*50% 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | IsDisclosed 51 | 52 | MacroActionType 53 | Comment 54 | Text 55 | SCREEN( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY, p ) 56 | 57 | WINDOW( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY ) 58 | 59 | Title 60 | WINDOW/SCREEN 61 | 62 | 63 | IsActive 64 | 65 | ModificationDate 66 | 399469200.60805303 67 | Name 68 | Edge Bottom Right 69 | Triggers 70 | 71 | 72 | MacroTriggerType 73 | StatusMenu 74 | 75 | 76 | UID 77 | E5E9E7BA-B801-44B1-A482-8A5FF8DF1C34 78 | 79 | 80 | Modifiers 81 | 6144 82 | Name 83 | Windows 84 | UID 85 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Windows/Edge Center Left.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | SCREEN(Main,Left) 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | TargetingType 37 | Front 38 | VerticalExpression 39 | ((SCREEN(Main,Bottom)-WINDOW(1,Height))/2)+11 40 | WidthExpression 41 | SCREEN(Main,Width)*50% 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | IsDisclosed 51 | 52 | MacroActionType 53 | Comment 54 | Text 55 | SCREEN( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY, p ) 56 | 57 | WINDOW( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY ) 58 | 59 | Title 60 | WINDOW/SCREEN 61 | 62 | 63 | IsActive 64 | 65 | ModificationDate 66 | 421706963.402044 67 | Name 68 | Edge Center Left 69 | Triggers 70 | 71 | 72 | MacroTriggerType 73 | StatusMenu 74 | 75 | 76 | UID 77 | 875B807B-3A9F-4B4D-B72D-83AB99B4D2A7 78 | 79 | 80 | Modifiers 81 | 6144 82 | Name 83 | Windows 84 | UID 85 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Windows/Edge Center Right.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | SCREEN(Main,Right)-WINDOW(1,Width) 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | TargetingType 37 | Front 38 | VerticalExpression 39 | ((SCREEN(Main,Bottom)-WINDOW(1,Height))/2)+11 40 | WidthExpression 41 | SCREEN(Main,Width)*50% 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | IsDisclosed 51 | 52 | MacroActionType 53 | Comment 54 | Text 55 | SCREEN( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY, p ) 56 | 57 | WINDOW( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY ) 58 | 59 | Title 60 | WINDOW/SCREEN 61 | 62 | 63 | IsActive 64 | 65 | ModificationDate 66 | 421706976.60203999 67 | Name 68 | Edge Center Right 69 | Triggers 70 | 71 | 72 | MacroTriggerType 73 | StatusMenu 74 | 75 | 76 | UID 77 | A8B0CC45-BDD9-4025-87F1-19FD6680FEF9 78 | 79 | 80 | Modifiers 81 | 6144 82 | Name 83 | Windows 84 | UID 85 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Windows/Edge Top Center.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | (SCREEN(Main,Right)-WINDOW(1,Width))/2 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | TargetingType 37 | Front 38 | VerticalExpression 39 | SCREEN(Main,Top)+22 40 | WidthExpression 41 | SCREEN(Main,Width)*50% 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | IsDisclosed 51 | 52 | MacroActionType 53 | Comment 54 | Text 55 | SCREEN( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY, p ) 56 | 57 | WINDOW( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY ) 58 | 59 | Title 60 | WINDOW/SCREEN 61 | 62 | 63 | IsActive 64 | 65 | ModificationDate 66 | 400157314.962749 67 | Name 68 | Edge Top Center 69 | Triggers 70 | 71 | 72 | MacroTriggerType 73 | StatusMenu 74 | 75 | 76 | UID 77 | 93088798-960A-4884-B8E7-2ACAB7ED6862 78 | 79 | 80 | Modifiers 81 | 6144 82 | Name 83 | Windows 84 | UID 85 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Windows/Edge Top Left.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | SCREEN(Main,Left) 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | TargetingType 37 | Front 38 | VerticalExpression 39 | SCREEN(Main,Top)+22 40 | WidthExpression 41 | SCREEN(Main,Width)*50% 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | IsDisclosed 51 | 52 | MacroActionType 53 | Comment 54 | Text 55 | SCREEN( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY, p ) 56 | 57 | WINDOW( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY ) 58 | 59 | Title 60 | WINDOW/SCREEN 61 | 62 | 63 | IsActive 64 | 65 | ModificationDate 66 | 400156606.34131002 67 | Name 68 | Edge Top Left 69 | Triggers 70 | 71 | 72 | MacroTriggerType 73 | StatusMenu 74 | 75 | 76 | UID 77 | 3C07F1BF-0AEC-4931-9F74-221A94156468 78 | 79 | 80 | Modifiers 81 | 6144 82 | Name 83 | Windows 84 | UID 85 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Windows/Edge Top Right.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | SCREEN(Main,Right)-WINDOW(1,Width) 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | TargetingType 37 | Front 38 | VerticalExpression 39 | SCREEN(Main,Top)+22 40 | WidthExpression 41 | SCREEN(Main,Width)*50% 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | IsDisclosed 51 | 52 | MacroActionType 53 | Comment 54 | Text 55 | SCREEN( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY, p ) 56 | 57 | WINDOW( n, Left|Right|Top|Bottom|Width|Height|MidX|MidY ) 58 | 59 | Title 60 | WINDOW/SCREEN 61 | 62 | 63 | IsActive 64 | 65 | ModificationDate 66 | 399469190.89079398 67 | Name 68 | Edge Top Right 69 | Triggers 70 | 71 | 72 | MacroTriggerType 73 | StatusMenu 74 | 75 | 76 | UID 77 | 8B53D46F-02C5-402C-929A-BCEBF4D04BF6 78 | 79 | 80 | Modifiers 81 | 6144 82 | Name 83 | Windows 84 | UID 85 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /Windows/Maximize Window.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ZoomWindow 24 | Horizontal 25 | 125 26 | HorizontalExpression 27 | 125 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 125 38 | VerticalExpression 39 | 125 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Maximize Window 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 24 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 512 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | F1503CA9-5970-4A10-B8D2-DE02563A0DD2 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Measure Window.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | IsActive 23 | 24 | IsDisclosed 25 | 26 | MacroActionType 27 | SetVariableToText 28 | Text 29 | %WindowSize%1% 30 | Variable 31 | WindowSize 32 | 33 | 34 | Action 35 | DisplayBriefly 36 | IsActive 37 | 38 | IsDisclosed 39 | 40 | MacroActionType 41 | InsertText 42 | Paste 43 | 44 | Text 45 | %Variable%WindowSize% 46 | 47 | 48 | IsActive 49 | 50 | IsDisclosed 51 | 52 | MacroActionType 53 | SetVariableToText 54 | Text 55 | %Delete% 56 | Variable 57 | WindowSize 58 | 59 | 60 | IsActive 61 | 62 | Name 63 | Measure Window 64 | Triggers 65 | 66 | 67 | MacroTriggerType 68 | StatusMenu 69 | 70 | 71 | UID 72 | 448EFF12-A213-452C-9485-9CC2D33AE278 73 | 74 | 75 | Modifiers 76 | 6144 77 | Name 78 | Keyboard Maestro Macros Repo (Windows) 79 | UID 80 | 5EF0E19C-5967-465B-A407-B720C09294D0 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /Windows/Move 1px Down.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowBy 24 | Horizontal 25 | 0 26 | HorizontalExpression 27 | 0 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 1 38 | VerticalExpression 39 | 1 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Move 1px Down 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 125 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 0 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | 01A7B6A2-9C8C-4DE4-8B45-19A82D1DD5D0 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Move 1px Left.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowBy 24 | Horizontal 25 | -1 26 | HorizontalExpression 27 | -1 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 0 38 | VerticalExpression 39 | 0 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Move 1px Left 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 123 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 0 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | C027B269-AF99-4D27-A63F-F04144A79C46 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Move 1px Right.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowBy 24 | Horizontal 25 | 1 26 | HorizontalExpression 27 | 1 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 0 38 | VerticalExpression 39 | 0 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Move 1px Right 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 124 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 0 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | A8778857-D36F-47F9-A896-E75173055F79 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Move 1px Up.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowBy 24 | Horizontal 25 | 0 26 | HorizontalExpression 27 | 0 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | -1 38 | VerticalExpression 39 | -1 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Move 1px Up 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 126 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 0 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | D570364D-1057-4B4D-BDCC-0520828064E9 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Move 25px Down.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowBy 24 | Horizontal 25 | 0 26 | HorizontalExpression 27 | 0 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 25 38 | VerticalExpression 39 | 25 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Move 25px Down 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 125 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 512 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | AB1C57FA-F7A9-46FC-9D45-2452FCACC37B 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Move 25px Left.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowBy 24 | Horizontal 25 | -25 26 | HorizontalExpression 27 | -25 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 0 38 | VerticalExpression 39 | 0 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Move 25px Left 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 123 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 512 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | 2FA79E73-5284-42E7-9DBC-B6837DD9DC82 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Move 25px Right.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowBy 24 | Horizontal 25 | 25 26 | HorizontalExpression 27 | 25 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 0 38 | VerticalExpression 39 | 0 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Move 25px Right 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 124 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 512 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | 94CDEF78-AB76-4B21-8DE6-435F73C35F0D 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Move 25px Up.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | MoveWindowBy 24 | Horizontal 25 | 0 26 | HorizontalExpression 27 | 0 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | -25 38 | VerticalExpression 39 | -25 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Move 25px Up 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 126 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 512 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | DE239DAB-0FD9-4AAC-9925-136D726302DE 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize +1px horizontal.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | 1 26 | HorizontalExpression 27 | 1 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 0 38 | VerticalExpression 39 | 0 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize +1px horizontal 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 124 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 2048 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | C7DAA2BC-41B0-4CD9-96F8-1FDF7556525F 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize +1px vertical.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | 0 26 | HorizontalExpression 27 | 0 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 1 38 | VerticalExpression 39 | 1 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize +1px vertical 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 125 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 2048 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | 6EAE8919-42EC-4DA4-A34A-E0C47DB3094F 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize +25px horizontal.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | 25 26 | HorizontalExpression 27 | 25 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 0 38 | VerticalExpression 39 | 0 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize +25px horizontal 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 124 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 2560 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | ACBA9B76-567C-4270-9EFA-6590195EECD2 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize +25px vertical.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | 0 26 | HorizontalExpression 27 | 0 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 25 38 | VerticalExpression 39 | 25 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize +25px vertical 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 125 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 2560 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | C607CE8B-50BE-496F-92D2-E6F64A88A40C 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize -1px horizontal.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | -1 26 | HorizontalExpression 27 | -1 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 0 38 | VerticalExpression 39 | 0 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize -1px horizontal 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 123 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 2048 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | 783D687E-35C7-4D31-B9DA-76E324A57147 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize -1px vertical.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | 0 26 | HorizontalExpression 27 | 0 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | -1 38 | VerticalExpression 39 | -1 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize -1px vertical 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 126 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 2048 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | 31DB9452-7EDC-46C3-BD81-68693673A05D 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize -25px horizontal.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | -25 26 | HorizontalExpression 27 | -25 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 0 38 | VerticalExpression 39 | 0 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize -25px horizontal 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 123 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 2560 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | 1509D409-5921-4CB3-9F70-8C776FEEEBAF 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize -25px vertical.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | 0 26 | HorizontalExpression 27 | 0 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | -25 38 | VerticalExpression 39 | -25 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize -25px vertical 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 126 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 2560 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | F45656FA-04BC-4E9A-B268-BF4AC1D84D3F 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize Preset: 1280x742 (720p for screencasts).kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | IsActive 23 | 24 | IsDisclosed 25 | 26 | MacroActionType 27 | Comment 28 | Text 29 | Use this if you're recording a game that shows the OS X title bar. The size of it is 22px. This effectively sets the window to be 1280 wide and 720px - 22px high. 30 | Title 31 | Sets the window size to a 720p resolution (without menubar) 32 | 33 | 34 | Action 35 | ResizeWindowTo 36 | Horizontal 37 | 1280 38 | HorizontalExpression 39 | 1280 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | MacroActionType 45 | ManipulateWindow 46 | Targeting 47 | FrontWindow 48 | Vertical 49 | 742 50 | VerticalExpression 51 | 742 52 | WindowIndex 53 | 2 54 | WindowIndexExpression 55 | 2 56 | WindowName 57 | 58 | 59 | 60 | IsActive 61 | 62 | Name 63 | Resize Preset: 1280x742 (720p for screencasts) 64 | Triggers 65 | 66 | 67 | MacroTriggerType 68 | StatusMenu 69 | 70 | 71 | UID 72 | 243F7443-6D49-4217-B62A-E3B4637E778A 73 | 74 | 75 | Modifiers 76 | 6144 77 | Name 78 | Keyboard Maestro Macros Repo (Windows) 79 | UID 80 | 5EF0E19C-5967-465B-A407-B720C09294D0 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /Windows/Resize Preset: 16:9.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | CreationDate 13 | 457084305.76405799 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | (WINDOW(1,Width)) 28 | MacroActionType 29 | ManipulateWindow 30 | Targeting 31 | FrontWindow 32 | TargetingType 33 | Front 34 | VerticalExpression 35 | (WINDOW(1,Width))/16*9 36 | WidthExpression 37 | SCREEN(Main,Width)*50% 38 | WindowIndexExpression 39 | 2 40 | WindowName 41 | 42 | 43 | 44 | CreationDate 45 | 489654323.75519001 46 | ModificationDate 47 | 489674528.35060501 48 | Name 49 | Resize Preset: 16:9 50 | Triggers 51 | 52 | 53 | MacroTriggerType 54 | StatusMenu 55 | 56 | 57 | UID 58 | CE0DA77B-E805-4995-B581-F37E5F64D07D 59 | 60 | 61 | Modifiers 62 | 6144 63 | Name 64 | Windows 65 | PaletteUnderMouse 66 | 67 | ToggleMacroUID 68 | F0A708D4-9ED0-48AD-B1B4-68A1AC4E3F5C 69 | UID 70 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 71 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /Windows/Resize Preset: 4:3.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | CreationDate 13 | 457084305.76405799 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowTo 24 | HeightExpression 25 | (SCREEN(Main,Height)-22)*50% 26 | HorizontalExpression 27 | (WINDOW(1,Width)) 28 | MacroActionType 29 | ManipulateWindow 30 | Targeting 31 | FrontWindow 32 | TargetingType 33 | Front 34 | VerticalExpression 35 | (WINDOW(1,Width))/4*3 36 | WidthExpression 37 | SCREEN(Main,Width)*50% 38 | WindowIndexExpression 39 | 2 40 | WindowName 41 | 42 | 43 | 44 | CreationDate 45 | 489673967.509929 46 | ModificationDate 47 | 489674532.52637702 48 | Name 49 | Resize Preset: 4:3 50 | Triggers 51 | 52 | 53 | MacroTriggerType 54 | StatusMenu 55 | 56 | 57 | UID 58 | 6A95F243-F744-4382-AB42-69657B2BFF23 59 | 60 | 61 | Modifiers 62 | 6144 63 | Name 64 | Windows 65 | PaletteUnderMouse 66 | 67 | ToggleMacroUID 68 | F0A708D4-9ED0-48AD-B1B4-68A1AC4E3F5C 69 | UID 70 | 618E299E-9D4C-4245-B7C3-6B58EA165E2C 71 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /Windows/Resize Preset: 770x437 (Finder).kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | IsActive 23 | 24 | IsDisclosed 25 | 26 | MacroActionType 27 | Comment 28 | Text 29 | I don't like it when other people mess with my Finder windows. 30 | Title 31 | This is the default Finder window size 32 | 33 | 34 | Action 35 | ResizeWindowTo 36 | Horizontal 37 | 770 38 | HorizontalExpression 39 | 770 40 | IsActive 41 | 42 | IsDisclosed 43 | 44 | MacroActionType 45 | ManipulateWindow 46 | Targeting 47 | FrontWindow 48 | Vertical 49 | 437 50 | VerticalExpression 51 | 437 52 | WindowIndex 53 | 2 54 | WindowIndexExpression 55 | 2 56 | WindowName 57 | 58 | 59 | 60 | IsActive 61 | 62 | Name 63 | Resize Preset: 770x437 (Finder) 64 | Triggers 65 | 66 | 67 | MacroTriggerType 68 | StatusMenu 69 | 70 | 71 | UID 72 | BCD4973C-20E9-4A2F-9FA0-3D14FEAB4DD2 73 | 74 | 75 | Modifiers 76 | 6144 77 | Name 78 | Keyboard Maestro Macros Repo (Windows) 79 | UID 80 | 5EF0E19C-5967-465B-A407-B720C09294D0 81 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /Windows/Resize proportionally +1px.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | 1 26 | HorizontalExpression 27 | 1 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 1 38 | VerticalExpression 39 | 1 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize proportionally +1px 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 124 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 4608 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | CB0D90C0-EF95-4D36-B7D5-0B0682D29724 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize proportionally +25px.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | 25 26 | HorizontalExpression 27 | 25 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | 25 38 | VerticalExpression 39 | 25 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize proportionally +25px 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 125 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 4608 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | 457EEB92-D517-42D2-860D-838D1378F184 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize proportionally -1px.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | -1 26 | HorizontalExpression 27 | -1 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | -1 38 | VerticalExpression 39 | -1 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize proportionally -1px 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 123 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 4608 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | F9AD9F13-F6D2-4E2E-81FD-92E8BD743836 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Resize proportionally -25px.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Action 23 | ResizeWindowBy 24 | Horizontal 25 | -25 26 | HorizontalExpression 27 | -25 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | MacroActionType 33 | ManipulateWindow 34 | Targeting 35 | FrontWindow 36 | Vertical 37 | -25 38 | VerticalExpression 39 | -25 40 | WindowIndex 41 | 2 42 | WindowIndexExpression 43 | 2 44 | WindowName 45 | 46 | 47 | 48 | IsActive 49 | 50 | Name 51 | Resize proportionally -25px 52 | Triggers 53 | 54 | 55 | FireType 56 | Pressed 57 | KeyCode 58 | 126 59 | MacroTriggerType 60 | HotKey 61 | Modifiers 62 | 4608 63 | TriggerRepeat 64 | 65 | 66 | 67 | UID 68 | 4488BC18-15A4-46A9-9A40-BE9DA1DCC4A0 69 | 70 | 71 | Modifiers 72 | 6144 73 | Name 74 | Keyboard Maestro Macros Repo (Windows) 75 | UID 76 | 5EF0E19C-5967-465B-A407-B720C09294D0 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /Windows/Where's my mouse?.kmmacros: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Activate 7 | ToggleWithTrigger 8 | AddToMacroPalette 9 | 10 | AddToStatusMenu 11 | 12 | IsActive 13 | 14 | KeyCode 15 | 13 16 | Macros 17 | 18 | 19 | Actions 20 | 21 | 22 | Animate 23 | 24 | DisplayTime 25 | 1 26 | Height 27 | 100 28 | IsActive 29 | 30 | IsDisclosed 31 | 32 | Left 33 | MOUSEX() 34 | MacroActionType 35 | HiliteLocation 36 | Style 37 | Oval 38 | TimeOutAbortsMacro 39 | 40 | Top 41 | MOUSEY() 42 | Width 43 | 200 44 | 45 | 46 | IsActive 47 | 48 | Name 49 | Where's my mouse? 50 | Triggers 51 | 52 | 53 | FireType 54 | Pressed 55 | KeyCode 56 | 46 57 | MacroTriggerType 58 | HotKey 59 | Modifiers 60 | 0 61 | TriggerRepeat 62 | 63 | 64 | 65 | UID 66 | 9C7FF9C0-0E47-46C7-9186-0EDA142B14B2 67 | 68 | 69 | Modifiers 70 | 6144 71 | Name 72 | Keyboard Maestro Macros Repo (Windows) 73 | UID 74 | 5EF0E19C-5967-465B-A407-B720C09294D0 75 | 76 | 77 | 78 | --------------------------------------------------------------------------------