mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 09:28:38 +00:00
fix a typo
This commit is contained in:
parent
ec990e8147
commit
2ad89bd8c8
@ -121,9 +121,9 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM
|
|||||||
"keycode": 1,
|
"keycode": 1,
|
||||||
```
|
```
|
||||||
|
|
||||||
- `appleSctipt`
|
- `appleScript`
|
||||||
```js
|
```js
|
||||||
"action": "appleSctipt",
|
"action": "appleScript",
|
||||||
"actionAppleScript": {
|
"actionAppleScript": {
|
||||||
"inline": "tell application \"Finder\"\rmake new Finder window\rset target of front window to path to home folder as string\ractivate\rend tell"
|
"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
|
// "filePath" or "base64" will work as well
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user