Skip to content

Commit

Permalink
Preparing Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ognistik committed Dec 3, 2024
1 parent 42b9eb9 commit 2b5d0cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ This Alfred workflow is designed to enhance your experience with [SuperWhisper](

* [SuperWhisper](https://superwhisper.com/) has to be running.

* The "Copy Selected Text" option in the workflow's configuration will copy selected text from Arc & Safari using Javascript (which is more reliable than Accessibility). For this to work in Safari a few extra steps are necessary: Open Safari Settings, go to Advanced section, enable "Show Develop menu in menu bar", and in the Develop menu, select "Allow JavaScript from Apple Events".

* Additional optional/experimental features require Keyboard Maestro macro group from the [LATEST RELEASE](https://github.com/ognistik/alfred-superwhisper/releases/latest). **[Make sure to read about its use.](#the-km-macros)** If you don't have Keyboard Maestro installed, avoid activating this option in the Workflow's configuration to prevent potential errors.

---
Expand Down Expand Up @@ -76,7 +78,7 @@ Controlling this workflow is straightforward, but there are some things to consi
* Orange: They activate and record in specific modes.
* Green: Snippets for pasting the last voice, result, both, or including system prompt.

* The "copySelect" helper tool which is activated in the workflow configuration works like other SuperWhisper features that use your system's accessibility API. Depending on your front app, the accessibility features may or may not be fully supported or work as expected *(I'm talking about you, Arc)*. That's why I suggest using the Keyboard Maestro macros together with this config setting - as it will show you clearly if the tool successfully copied your selected text or not.
* The "copySelect" helper tool which is activated in the workflow configuration works like other SuperWhisper features that use your system's accessibility API (with the exception of when using Arc or Safari, where it uses Javascript). Depending on your front app, the accessibility features may or may not be fully supported or work as expected. That's why I suggest using the Keyboard Maestro macros together with this config setting - as it will show you clearly if the tool successfully copied your selected text or not.

---
### “CUSTOM MODE” HOTKEYS
Expand Down
Binary file removed SWMacros-v1.0.2.zip
Binary file not shown.
Binary file added SWMacros-v1.0.3.zip
Binary file not shown.
Binary file modified SuperWhisper.alfredworkflow
Binary file not shown.
8 changes: 5 additions & 3 deletions Workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ end tell</string>
<key>config</key>
<dict>
<key>seconds</key>
<string>7</string>
<string>5</string>
</dict>
<key>type</key>
<string>alfred.workflow.utility.delay</string>
Expand Down Expand Up @@ -5343,7 +5343,7 @@ fi</string>
---
**LATEST V1.1 IS A BIG UPDATE. [Check the video overview.](https://youtu.be/mUcijTpWYAQ)**
**LATEST V1.1.1 Brings reprocessing of your last dictation directly from the main menu! Check the Github release notes 👆️**
---
Expand Down Expand Up @@ -5388,6 +5388,8 @@ This Alfred workflow is designed to enhance your experience with [SuperWhisper](
* [SuperWhisper](https://superwhisper.com/) has to be running.
* The "Copy Selected Text" option in the workflow's configuration will copy selected text from Arc &amp; Safari using Javascript (which is more reliable than Accessibility). For this to work in Safari a few extra steps are necessary: Open Safari Settings, go to Advanced section, enable "Show Develop menu in menu bar", and in the Develop menu, select "Allow JavaScript from Apple Events".
* Additional optional/experimental features require Keyboard Maestro macro group from the [LATEST RELEASE](https://github.com/ognistik/alfred-superwhisper/releases/latest). **[Make sure to read about its use.](https://github.com/ognistik/alfred-superwhisper#the-km-macros)** If you don't have Keyboard Maestro installed, avoid activating this option in the Workflow's configuration to prevent potential errors.
---
Expand Down Expand Up @@ -6806,7 +6808,7 @@ Please be aware that since this workflow is non-official, it may require occasio
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>webaddress</key>
<string>https://github.com/ognistik/alfred-superwhisper</string>
</dict>
Expand Down

0 comments on commit 2b5d0cc

Please sign in to comment.