I am using Keyboard Maestro and within that using applescript for following action:
Copy IP address from anywhere
Open terminal
Use copied IP into applescript
ssh on IP which was copied from somewhere
tell application "Terminal"
activate
do script…
I am trying to write an AppleScript to be triggered by hotkey in Keyboard Maestro on MacOS
What I want to do, and please do not suggest ANYTHING ELSE, such as hide all, or hide functionality. I am looking for minimize all open windows functionality,…
I'm trying to write an AppleScript for a Keyboard Maestro Macro, which opens the pictures folder of a camera SD or CF Card in an existing Finder window.
This is my current code, which opens the mounted Volume.
tell application "Keyboard Maestro…
I have the following RegEx pattern, which seems to work properly in matching the words in a string, with words separated by a colon (:):
/"[^"]*"|[^:]+/g
using RegEx101.com
It properly identifies the words.
But how do I add capture groups that will…
I have been using Autoit for years and I have just discovered Keyboard Maestro for Mac and it's AWESOME!
Here is my problem. I need to simulate pressing the SHIFT + 1 key. Here are the steps
Press and Hold the Shift Key
Push and Release the 1…
I'm writing a simple script that will take URLs pointing to Evernote notes online, and convert them to the evernote:/// protocol. The regex I'm using matches and modifies the URL correctly when I try it out in a regex tester (I'm using Patterns for…
I want to replace the asterisks in a Markdown list with hyphens.
Example:
1.0
1.1
1.2
2
2.1
2.2
Currently I have a separate regex pattern for up to three levels of indentation set up in Keyboard Maestro for Mac:
I wonder if…
I'm buying a keyboard from logitech: Logitech Tablet Keyboard for Android. I want to use it for my macbook.
The keyboard does not have "command" key on it, it only have the "search" key replacement for the "command" key before the "space bar" key…
I need to set a variable in Keyboard Maestro, and the documentation states that this can be done with AppleScript:
tell application "Keyboard Maestro Engine"
make variable with properties {name:"My Variable", value:"New Value"}
end tell
I'm…
I need to do a complex if-then-else with five preferential options. Suppose I first want to match abc but if it's not matched then match a.c, then if it's not matched def, then %#@, then 1z;.
Can I nest the if-thens or how else would it be…
So I'm struggling to decode Spotify's Web Authentication set up. What I'm looking to do is create a bash script to add the currently playing song to a predetermined playlist. The aim is to have it so I can push a keyboard shortcut and save it.
So…
I need a way to select a user in skype using AppleScript, is this possible. I've tried to use Keyboard Maestro for the find an image action to select a user but it didn't work.