<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.keyboardmaestro.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.keyboardmaestro.com/feed.php">
        <title>Keyboard Maestro Wiki</title>
        <description></description>
        <link>https://wiki.keyboardmaestro.com/</link>
        <image rdf:resource="https://wiki.keyboardmaestro.com/_media/wiki/logo.png" />
       <dc:date>2026-05-23T21:10:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Execute_a_JavaScript_in_Custom_Prompt?rev=1701158841&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Semaphore_Lock?rev=1667180557&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Copy?rev=1634094587&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Custom_HTML_Prompt?rev=1639235655&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Execute_a_Macro?rev=1664255741&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Find_Image_on_Screen?rev=1694758886&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Move_or_Click_Mouse?rev=1694758806&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Play_Sound?rev=1691138251&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Press_a_Button?rev=1694765458&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Set_Action_Delay?rev=1700449380&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Wait_For_Front_Browser_to_Finish_Loading?rev=1504081434&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Wait_For_Google_Chrome_to_Finish_Loading?rev=1504081381&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/action/Wait_For_Safari_to_Finish_Loading?rev=1504081410&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.keyboardmaestro.com/_media/wiki/logo.png">
        <title>Keyboard Maestro Wiki</title>
        <link>https://wiki.keyboardmaestro.com/</link>
        <url>https://wiki.keyboardmaestro.com/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Execute_a_JavaScript_in_Custom_Prompt?rev=1701158841&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-28T08:07:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Execute_a_JavaScript_in_Custom_Prompt</title>
        <link>https://wiki.keyboardmaestro.com/action/Execute_a_JavaScript_in_Custom_Prompt?rev=1701158841&amp;do=diff</link>
        <description>Execute JavaScript in Custom HTML Prompt

The Execute JavaScript in Custom HTML Prompt action let you execute JavaScript in a Custom HTML Prompt window.

[ Execute JavaScript in Custom HTML Prompt Action ]

This action allows you to execute a specified JavaScript, either from a file or text entered in the Action itself, and return the results.</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Semaphore_Lock?rev=1667180557&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-31T01:42:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Semaphore_Lock</title>
        <link>https://wiki.keyboardmaestro.com/action/Semaphore_Lock?rev=1667180557&amp;do=diff</link>
        <description>Semaphore Actions

The Semaphore actions (Lock, Unlock and Reset) allow you to prevent (a) multiple triggers of the same macro from executing simultaneously, and/or (b) multiple macros from executing simultaneously.

Background

When you trigger a macro, the Keyboard Maestro Engine takes a copy of it and starts executing it.  If you trigger another macro before the first one finishes, that will start executing as well - both will be executing more or less simultaneously.</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Copy?rev=1634094587&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-13T03:09:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Copy</title>
        <link>https://wiki.keyboardmaestro.com/action/Copy?rev=1634094587&amp;do=diff</link>
        <description>Cut, Copy and Paste Actions

The Cut, Copy and Paste actions carry out the usual cut, copy and paste actions involving the system clipboard.



They operate primarily by simulating the appropriate command key (Command-X, Command-C, Command-V) with small pauses to allow the application to process the clipboard.  The Cut and Copy actions wait until the clipboard changes before proceeding.</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Custom_HTML_Prompt?rev=1639235655&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-11T15:14:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Custom_HTML_Prompt</title>
        <link>https://wiki.keyboardmaestro.com/action/Custom_HTML_Prompt?rev=1639235655&amp;do=diff</link>
        <description>Custom HTML Prompt Action

The Custom HTML Prompt action allows you to display an entirely customized window to gather or display information in any way desired (v7.0+).

This is quite an advanced action, and requires designing the window in HTML (including</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Execute_a_Macro?rev=1664255741&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-27T05:15:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Execute_a_Macro</title>
        <link>https://wiki.keyboardmaestro.com/action/Execute_a_Macro?rev=1664255741&amp;do=diff</link>
        <description>Execute a Macro Action

The Execute Macro action allows you to execute another macro like a subroutine, though without any ability to pass parameters or receive a result other than through variables (if you want to pass parameters in to a sub-macro or receive a result from it, consider making it a subroutine by adding the</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Find_Image_on_Screen?rev=1694758886&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-15T06:21:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Find_Image_on_Screen</title>
        <link>https://wiki.keyboardmaestro.com/action/Find_Image_on_Screen?rev=1694758886&amp;do=diff</link>
        <description>Find Image on Screen Action

The Find Image on Screen action finds a specified image on the screen in a specified area and stores the image location and fuzziness (left,top,width,height,fuzz) in a Keyboard Maestro Variable.

[ Find Image on Screen ]

You can specify the image to search based on:</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Move_or_Click_Mouse?rev=1694758806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-15T06:20:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Move_or_Click_Mouse</title>
        <link>https://wiki.keyboardmaestro.com/action/Move_or_Click_Mouse?rev=1694758806&amp;do=diff</link>
        <description>Move or Click Mouse Action

The Move or Click Mouse action allows you to move, click or move and click the mouse using any mouse button, and optionally dragging. 

You can specify modifiers such as the shift key, as well as the position, relative to any corner of the front window, the main screen, or the current mouse location, or a found image on the screen.</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Play_Sound?rev=1691138251&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-04T08:37:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Play_Sound</title>
        <link>https://wiki.keyboardmaestro.com/action/Play_Sound?rev=1691138251&amp;do=diff</link>
        <description>The Play Sound action plays a selected sound through a specified output device at a selected volume.



The Play sound pop-up lists all the installed system sounds, but the other choice allows you to choose any other saved sound.

The out device pop-up lets you choose from any connected output device.</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Press_a_Button?rev=1694765458&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-15T08:10:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Press_a_Button</title>
        <link>https://wiki.keyboardmaestro.com/action/Press_a_Button?rev=1694765458&amp;do=diff</link>
        <description>Press a Button Action

The Press a Button action presses a named button in the front window.

As well as pressing buttons, you can perform other actions (v11.0+) such as showing the menu for the button, or incrementing or decrementing a slider, or canceling the button....</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Set_Action_Delay?rev=1700449380&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-20T03:03:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Set_Action_Delay</title>
        <link>https://wiki.keyboardmaestro.com/action/Set_Action_Delay?rev=1700449380&amp;do=diff</link>
        <description>The Set/Reset Action Delay action lets you set the various arbitrary delays used in Keyboard Maestro, either for this macro, or (not recommended!) (semi)permanently for all macros.

You can set the following delays:

	* Between Actions Delay (0.0 seconds)</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Wait_For_Front_Browser_to_Finish_Loading?rev=1504081434&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-30T08:23:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Wait_For_Front_Browser_to_Finish_Loading</title>
        <link>https://wiki.keyboardmaestro.com/action/Wait_For_Front_Browser_to_Finish_Loading?rev=1504081434&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Wait_For_Google_Chrome_to_Finish_Loading?rev=1504081381&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-30T08:23:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Wait_For_Google_Chrome_to_Finish_Loading</title>
        <link>https://wiki.keyboardmaestro.com/action/Wait_For_Google_Chrome_to_Finish_Loading?rev=1504081381&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/action/Wait_For_Safari_to_Finish_Loading?rev=1504081410&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-30T08:23:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Wait_For_Safari_to_Finish_Loading</title>
        <link>https://wiki.keyboardmaestro.com/action/Wait_For_Safari_to_Finish_Loading?rev=1504081410&amp;do=diff</link>
        <description></description>
    </item>
</rdf:RDF>
