<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dave Amenta .com &#187; GlobalCommand</title>
	<atom:link href="http://www.daveamenta.com/tag/globalcommand/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveamenta.com</link>
	<description>(dot (at dave daveamenta) com)</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:22:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>GlobalCommand 3.1</title>
		<link>http://www.daveamenta.com/2008-07/globalcommand-31/</link>
		<comments>http://www.daveamenta.com/2008-07/globalcommand-31/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 22:50:35 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[GC]]></category>
		<category><![CDATA[GlobalCommand]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=91</guid>
		<description><![CDATA[This is a minor update to the GlobalCommand software New Features/Changes: More intuitive dialogs. Run at Startup Check for updates (removed broken Updater plug-in) Enabled/Disabled on menu Fixed internal plugin (ShowConfig, Plug, Enabled/Disabled) Lower memory usage under some conditions Download: GlobalCommand 3.1 [Zip]]]></description>
			<content:encoded><![CDATA[<p>This is a minor update to the GlobalCommand software</p>
<p>New Features/Changes:</p>
<ul>
<li>More intuitive dialogs.</li>
<li>Run at Startup</li>
<li>Check for updates (removed broken Updater plug-in)</li>
<li>Enabled/Disabled on menu</li>
<li>Fixed internal plugin (ShowConfig, Plug, Enabled/Disabled)</li>
<li>Lower memory usage under some conditions</li>
</ul>
<p>Download: <a href="/download/GlobalCommand_310.zip">GlobalCommand 3.1</a> [Zip]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2008-07/globalcommand-31/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GlobalCommand 3 (.net)</title>
		<link>http://www.daveamenta.com/2008-05/globalcommand-3-net/</link>
		<comments>http://www.daveamenta.com/2008-05/globalcommand-3-net/#comments</comments>
		<pubDate>Sun, 04 May 2008 02:04:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[GC]]></category>
		<category><![CDATA[GlobalCommand]]></category>

		<guid isPermaLink="false">http://www.daveamenta.com/?p=5</guid>
		<description><![CDATA[GlobalCommand is a utility for sending commands to the computer via hotkeys (new), or a sequence of keystrokes.  It&#8217;s been more than 3 years since GlobalCommand 1.0, and I&#8217;ve nearly finished up version 3. For example: Typing $w can send &#8216;Now Playing: Paula Deanda &#8211; Walk Away&#8217; to the program you typed it into. $p [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.daveamenta.com/wp-content/uploads/2008/05/globe-256x256.png"><img class="alignnone size-medium wp-image-16 aligncenter" title="globe-256x256" src="http://www.daveamenta.com/wp-content/uploads/2008/05/globe-256x256.png" alt="" width="256" height="256" /></a></p>
<p>GlobalCommand is a utility for sending commands to the computer via hotkeys (new), or a sequence of keystrokes.  It&#8217;s been more than 3 years since GlobalCommand 1.0, and I&#8217;ve nearly finished up version 3.</p>
<p>For example: Typing $w can send &#8216;Now Playing: Paula Deanda &#8211; Walk Away&#8217; to the program you typed it into. $p could also just tell iTunes to pause.  You could also replace commonly misspelled words. &#8220;teh&#8221; can be mapped to &#8220;the.&#8221;</p>
<p>GlobalCommand is, as the name implies, program independent.  GlobalCommand works in any application that uses keyboard input on Windows*.  GlobalCommand can also map hot keys, Windows Flag Key + A could tell iTunes to start playing, or could start Microsoft Word.  The possibilities are endless, and GlobalCommand is meant to all a power user the ability to easily take control of their computer by providing a means for easy hot key registration and management.</p>
<p><strong>What&#8217;s new in GlobalCommand 3?</strong></p>
<ul>
<li>GlobalCommand 3 is a complete rewrite, from the ground up.  GC3 is written in C#, and leverages the power of the <a title="Microsoft .NET Framework 3.5 Download" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&amp;displaylang=en" target="_blank">Microsoft .NET Framework v3.5</a> in order to provide an easy to use application which took minimal time to develop and test.</li>
<li>GlobalCommand 3 implements an interface for plug-in applications to take advantage of the easy to use GC framework.  Each output or control module is a plug-in.  This provides maximum flexibility and allows for easy change or modification of components.</li>
<li>GlobalCommand 3 will store all data in the Application Data folder for windows.  Commands will be kept separate on a per-user basis.  Logging data is also stored in the Application Data folder.</li>
<li>Supported Operating Systems: Windows XP, Windows Vista.  Support for Windows 9X/ME and 2000 has been removed.  Microsoft .NET v3.5 is not supported by those operating systems, and thus GC is not compatible with computers that lack the proper framework.</li>
</ul>
<p><strong>What components come with GlobalCommand?</strong></p>
<p>GC Ships with 4 types of components:</p>
<ol>
<li>The GC Plugin Framework: GCPluginFramework.dll.  This library is fully documented, and provides the interface for building plug-ins.</li>
<li>The GC binary.  GlobalCommand.exe  This file should not be renamed (for purposes of updating components)</li>
<li>Packaged Plug-ins for GlobalCommand.</li>
<li>The PluginDebugger.  Both Compiled binary (all you actually need), and source solution to the plugin debugger are included in the download.  This project will alllow you to easily test plug-ins, as well as verify information and security keys.</li>
</ol>
<p><strong>What plug-ins come with GlobalCommand?</strong></p>
<ul>
<li>Updater &#8211; This plugin allows you to select a repository and update GlobalCommand, as well as its&#8217; plug-ins and dependencies.  You can also download new items in the repository through this facility.</li>
<li>iTunes &#8211; get song information and set commands to the player.</li>
<li>Language Translation &#8211; translate a string of text into several other languages.</li>
<li>mIRC &#8211; simple output plugin (supports perview) for sending color codes to mIRC.</li>
<li>Shell &#8211; Start applications and run commands.</li>
<li>Winamp &#8211; get the current song from Winamp.</li>
<li>Keys &#8211; common keystrokes that can&#8217;t be represented by printable text.</li>
<li>Sample &#8211; this plugin (source attached) is an example that can be used to develop more powerful plug-ins.</li>
</ul>
<p><strong>Can I have the source code?</strong></p>
<p>GlobalCommand is not open source at this time.</p>
<p><strong>What does it look like?</strong></p>
<p>Screenshots:</p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_about.jpg"><img class="alignnone size-full wp-image-6" title="gc_about" src="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_about.jpg" alt="" width="241" height="414" /></a></p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_addcmd.jpg"><img class="alignnone size-full wp-image-7" title="gc_addcmd" src="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_addcmd.jpg" alt="" width="500" height="477" /></a></p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_home.jpg"><img class="alignnone size-full wp-image-8" title="gc_home" src="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_home.jpg" alt="" width="500" height="373" /></a></p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_plugininfo.jpg"><img class="alignnone size-full wp-image-9" title="gc_plugininfo" src="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_plugininfo.jpg" alt="" width="340" height="350" /></a></p>
<p><a href="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_updater.jpg"><img class="alignnone size-full wp-image-10" title="gc_updater" src="http://www.daveamenta.com/wp-content/uploads/2008/05/gc_updater.jpg" alt="" width="500" height="369" /></a></p>
<p><strong>Where can I get it?</strong></p>
<p>Download: <a title="GlobalCommand 3 Download" href="/download/GlobalCommand_310.zip">GlobalCommand 3.1 [ZIP]</a> (1.11MB)</p>
<p>* GlobalCommand may not work well with Video Games.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveamenta.com/2008-05/globalcommand-3-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

