1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00

fix a typo

This commit is contained in:
Serg 2018-04-12 17:16:48 +07:00 committed by GitHub
parent ec990e8147
commit 2ad89bd8c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,9 +121,9 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM
"keycode": 1,
```
- `appleSctipt`
- `appleScript`
```js
"action": "appleSctipt",
"action": "appleScript",
"actionAppleScript": {
"inline": "tell application \"Finder\"\rmake new Finder window\rset target of front window to path to home folder as string\ractivate\rend tell"
// "filePath" or "base64" will work as well