Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lloydi/Keyboard-Maestro-Web-Dev-Macros
A collection of Keyboard Maestro text expansion macros
https://github.com/lloydi/Keyboard-Maestro-Web-Dev-Macros
Last synced: 12 days ago
JSON representation
A collection of Keyboard Maestro text expansion macros
- Host: GitHub
- URL: https://github.com/lloydi/Keyboard-Maestro-Web-Dev-Macros
- Owner: lloydi
- License: mit
- Created: 2020-12-20T13:56:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T08:52:24.000Z (about 1 year ago)
- Last Synced: 2024-08-01T16:52:34.645Z (3 months ago)
- Size: 75.2 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Expansions - Keyboard Maestro
A collection of Keyboard Maestro text expansion macros.
If you're more of an Alfred fan, Eric Bailey has your back: [Alfred WCAG workflows](https://github.com/ericwbailey/alfred-wcag-workflow)
## Trigger format
How to trigger these text replacements:
### HTML Reference
(Where `kbd` is the HTML element you are getting a link for; change according to the element that you need)
* HTML reference - link. Trigger format = !kbd-l
* HTML reference - Markdown link. Trigger format = !kbd-md
* HTML reference - Open in browser. Trigger format = !kbd--### WCAG SC Links
(Where `1.1.1` is the SC you are getting a link for; change according to the SC that you need)
* WCAG 2.1 - Link. Trigger format = 1.1.1-l
* WCAG 2.1 - HTML Link. Trigger format = 1.1.1-h
* WCAG 2.1 - Markdown link. Trigger format = 1.1.1-md
* WCAG 2.1 - Open in browser. Trigger format = 1.1.1--
* WCAG 2.1 - Jira link. Trigger format = 1.1.1-jira
* WCAG 2.1 - Understanding - Link. Trigger format = 1.1.1-u-l
* WCAG 2.1 - Understanding - HTML Link. Trigger format = 1.1.1-u-h
* WCAG 2.1 - Understanding - Markdown link. Trigger format = 1.1.1-u-md
* WCAG 2.1 - Understanding - Open in browser. Trigger format = 1.1.1-u--
* WCAG 2.1 - Understanding - Jira link. Trigger format = 1.1.1-u-jira