<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.largegeek.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="http://wiki.largegeek.com/feed.php">
        <title> - wiki:windows:auto_hotkey</title>
        <description></description>
        <link>http://wiki.largegeek.com/</link>
        <image rdf:resource="http://wiki.largegeek.com/lib/exe/fetch.php?media=wiki:logo.svg" />
       <dc:date>2026-04-25T19:28:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:auto_hotkey:auto_hoykey&amp;rev=1774543311&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.largegeek.com/doku.php?id=wiki:windows:auto_hotkey:date_formats&amp;rev=1473796481&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.largegeek.com/lib/exe/fetch.php?media=wiki:logo.svg">
        <title></title>
        <link>http://wiki.largegeek.com/</link>
        <url>http://wiki.largegeek.com/lib/exe/fetch.php?media=wiki:logo.svg</url>
    </image>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:auto_hotkey:auto_hoykey&amp;rev=1774543311&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-26T16:41:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>auto_hoykey</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:auto_hotkey:auto_hoykey&amp;rev=1774543311&amp;do=diff</link>
        <description>My AutoHotKey Scripts

Essential Scripts

I just recently finally overhauled my AHK scripts for v2. I've only done my essentials for daily use. There are a lot that I no longer use or have Python scripts to do a more thorough job with.


#Requires AutoHotkey v2.0

; Insert 40 Underscores CTRL + -
; I use this to insert 'line-bar' or sorts in any notes or documentation quickly and reliably
^-::
{
    Send &quot;_______________________________________&quot;
    return
}

;Always on top CTRL + Space
;There a…</description>
    </item>
    <item rdf:about="http://wiki.largegeek.com/doku.php?id=wiki:windows:auto_hotkey:date_formats&amp;rev=1473796481&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-09-13T19:54:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>date_formats</title>
        <link>http://wiki.largegeek.com/doku.php?id=wiki:windows:auto_hotkey:date_formats&amp;rev=1473796481&amp;do=diff</link>
        <description>AHK Date Formats


:R*?:ddd::
FormatTime, CurrentDateTime,, dd/MM/yy
SendInput %CurrentDateTime%
return



:R*?:xxx::
FormatTime, CurrentDateTime,, yyMMddHHmmss
SendInput %CurrentDateTime%
return



:R*?:aaa::
FormatTime, CurrentDateTime,, yyMMdd
SendInput %CurrentDateTime%
return</description>
    </item>
</rdf:RDF>
