<?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-04-15T03:40:47+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/MOUSEBUTTON?rev=1634278697&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/MOUSEX?rev=1634279231&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/MOUSEY?rev=1634279248&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/SCREENCOUNT?rev=1634278536&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/WINDOWCOUNT?rev=1695198807&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/SCREEN?rev=1770704816&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/WINDOW?rev=1767611633&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/function/MOUSEBUTTON?rev=1634278697&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-15T06:18:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MOUSEBUTTON</title>
        <link>https://wiki.keyboardmaestro.com/function/MOUSEBUTTON?rev=1634278697&amp;do=diff</link>
        <description>MOUSEBUTTON Function

The MOUSEBUTTON() function returns whether the Mac&#039;s mouse button is pressed. It returns 1 if the button is pressed or 0 otherwise.  It takes an optional parameter indicating the desired mouse button.
MOUSEBUTTON() === MOUSEBUTTON(1) === whether the left mouse button is pressed
MOUSEBUTTON(2) === whether the right mouse button is pressed
MOUSEBUTTON(3) === whether the middle mouse button is pressed</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/MOUSEX?rev=1634279231&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-15T06:27:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MOUSEX</title>
        <link>https://wiki.keyboardmaestro.com/function/MOUSEX?rev=1634279231&amp;do=diff</link>
        <description>MOUSEX Function

The MOUSEX() function returns the x location of the mouse pointer relative to the top left corner of the main screen.

See Also

Actions

	* Manipulate a Window action
	* Move or Click Mouse action
	* See all Actions

Functions

	* MENUBARHEIGHT function
	* MOUSEBUTTON function
	* MOUSEY function
	* SCREEN function
	*  SCREENVISIBLE function</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/MOUSEY?rev=1634279248&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-15T06:27:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MOUSEY</title>
        <link>https://wiki.keyboardmaestro.com/function/MOUSEY?rev=1634279248&amp;do=diff</link>
        <description>MOUSEY Function

The MOUSEY() function returns the y location of the mouse pointer relative to the top left corner of the main screen.

See Also

Actions

	* Manipulate a Window action
	* Move or Click Mouse action
	* See all Actions

Functions

	* MENUBARHEIGHT function
	* MOUSEBUTTON function
	* MOUSEX function
	* SCREEN function
	*  SCREENVISIBLE function</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/SCREENCOUNT?rev=1634278536&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-15T06:15:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SCREENCOUNT</title>
        <link>https://wiki.keyboardmaestro.com/function/SCREENCOUNT?rev=1634278536&amp;do=diff</link>
        <description>SCREENCOUNT Function

The SCREENCOUNT() function returns the number of screens (displays).

See Also

Actions

	* Manipulate a Window action
	* Move or Click Mouse action
	* See all Actions

Functions

	* MENUBARHEIGHT function
	* MOUSEBUTTON function
	* MOUSEX function
	* MOUSEY function
	* SCREEN function
	*  SCREENVISIBLE function
	*  SCREENINDEX function
	* WINDOW function</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/WINDOWCOUNT?rev=1695198807&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T08:33:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WINDOWCOUNT</title>
        <link>https://wiki.keyboardmaestro.com/function/WINDOWCOUNT?rev=1695198807&amp;do=diff</link>
        <description>WINDOWCOUNT Function

The WINDOWCOUNT() function returns the number of windows in the front application.

See Also

Actions

	* Manipulate a Window action
	* Move or Click Mouse action
	* See all Actions

Functions

	* MENUBARHEIGHT() function
	* MOUSEBUTTON() function
	* MOUSEX() function
	* MOUSEY() function
	* SCREEN() function
	* SCREENCOUNT()] function]
* [[function:SCREENVISIBLE|SCREENVISIBLE() function
	* SCREENINDEX() function</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/SCREEN?rev=1770704816&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-10T06:26:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SCREEN</title>
        <link>https://wiki.keyboardmaestro.com/function/SCREEN?rev=1770704816&amp;do=diff</link>
        <description>SCREEN Functions

The SCREEN() and SCREENVISIBLE() functions return the position or size of a screen.  SCREENVISIBLE() refers to the visible section of the screen, excluding the menu bar and the dock.

The SCREENINDEX() function (v10.0+) returns the actual index of the specified screen, counting from left to right.</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/WINDOW?rev=1767611633&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-05T11:13:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WINDOW</title>
        <link>https://wiki.keyboardmaestro.com/function/WINDOW?rev=1767611633&amp;do=diff</link>
        <description>WINDOW Function

The WINDOW() function returns the desired coordinate of the specified window, and can have one or two parameters.

Usage

	* WINDOW(Coordinate)
	* WINDOW(Index, Coordinate)

With two parameters, the first parameter specifies which window in the front application to operate on. With only one parameter, the</description>
    </item>
</rdf:RDF>
