<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Ace of Spades Game Forums &#187; Tag: crouch lock - Recent Topics</title>
<link>http://forumarchive.spadille.net/</link>
<description>Ace of Spades Game Forums &#187; Tag: crouch lock - Recent Topics</description>
<language>en</language>
<pubDate>Fri, 15 May 2026 17:28:44 +0000</pubDate>

<item>
<title>Your_self on "Crouch toggle tool"</title>
<link>http://forumarchive.spadille.net/topic.php?id=4054#post-55630</link>
<pubDate>Sun, 24 Jul 2011 19:29:40 +0000</pubDate>
<dc:creator>Your_self</dc:creator>
<guid isPermaLink="false">55630@http://forumarchive.spadille.net/</guid>
<description><p>This allows the control key to toggle crouching by pressing it.</p>
<p><a href="http://www.box.net/shared/grkzs3vlriiyyrcdd89h">Download</a></p>
<p>The download is a compiled autohotkey script. This is the source code:</p>
<pre><code>#IfWinActive, Ace of Spades
{
    ~*$LCtrl Up::
        if crouchState
            Send, {LCtrl Up}
        else
            Send, {LCtrl Down}
            crouchState := !crouchState
        return
}</code></pre></description>
</item>

</channel>
</rss>
