<?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>Visual Studio Hacks &#187; Navigation</title>
	<atom:link href="http://visualstudiohacks.com/category/navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualstudiohacks.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Nov 2009 23:09:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VSMouseBindings</title>
		<link>http://visualstudiohacks.com/addins/vsmousebindings/</link>
		<comments>http://visualstudiohacks.com/addins/vsmousebindings/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 22:00:00 +0000</pubDate>
		<dc:creator>javery</dc:creator>
				<category><![CDATA[Addins]]></category>
		<category><![CDATA[Navigation]]></category>

		<guid isPermaLink="false">http://vsh.infozerk.net/?p=37</guid>
		<description><![CDATA[Overview
VSMouseBindings is a simple Visual Studio Power toy that allows you to use all of those mouse buttons you have on your mouse. Using this power toy you can assign commands to each of the [...]]]></description>
			<content:encoded><![CDATA[<p></p><h2>Overview</h2>
<p>VSMouseBindings is a simple Visual Studio Power toy that allows you to use all of those mouse buttons you have on your mouse. Using this power toy you can assign commands to each of the buttons on your five button mouse. This process is very similar to the process of assigning new keyboard shortcuts.</p>
<p>Almost everything in Visual Studio is accessible through a command. Commands are used from the menus, toolbars, command window, or keystrokes… and using this power toy they can also be used by the mouse.</p>
<p>Here is a look at the VSMouseBindings powertoy, as you can see you can assign commands to both the left and right click as well as the explorer forward and backward and the “middle-click” (pushing down the scroll wheel)</p>
<p><img src="/files/media/image/vsmouse1.jpg" alt="" /></p>
<p>My favorite setup is to assign the View.NavigateBackward command to the left back button and the View.NavigateForward command to the forward button on the mouse. I then also like to assign the Solution.Build command to the middle click.<br />
<a href="http://code.msdn.microsoft.com/VSMouseBindings">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://visualstudiohacks.com/addins/vsmousebindings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VSCmdShell</title>
		<link>http://visualstudiohacks.com/addins/vscmdshell/</link>
		<comments>http://visualstudiohacks.com/addins/vscmdshell/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 21:58:00 +0000</pubDate>
		<dc:creator>javery</dc:creator>
				<category><![CDATA[Addins]]></category>
		<category><![CDATA[Navigation]]></category>

		<guid isPermaLink="false">http://vsh.infozerk.net/?p=36</guid>
		<description><![CDATA[Overview
Do you like the Command Window? Do you like the Command Prompt? Then there is a powertoy just for you. The VSCmdShell powertoy combines the command window and the command prompt and makes them available [...]]]></description>
			<content:encoded><![CDATA[<p></p><h2>Overview</h2>
<p>Do you like the Command Window? Do you like the Command Prompt? Then there is a powertoy just for you. The VSCmdShell powertoy combines the command window and the command prompt and makes them available in a single window.</p>
<p>After downloading and installing the powertoy you may have to enable it in the Add-in Manager. (For some reason it may appear as “System Window 2”.)</p>
<p>Following is a look at the powertoy in action:</p>
<p><img src="/files/media/image/vscmdshell1.gif"></p>
<p>As you can see you now have access to the command prompt directly inside of Visual Studio, just about anything you can do in the command prompt you can now do right inside of the IDE. You can also execute Visual Studio commands in the same window by simply prefacing that command with an exclamation point, you will even get IntelliSense for the command list as shown here:</p>
<p><img src="/files/media/image/vscmdshell2.gif"></p>
<p>(Commands are an easy way to do something without reaching for the mouse, for a list of commands refer to Options -&gt; Environment -&gt; Keyboard)</p>
<p><a href="http://code.msdn.microsoft.com/VSCMDShellWindow">Download </a></p>
]]></content:encoded>
			<wfw:commentRss>http://visualstudiohacks.com/addins/vscmdshell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

