<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ViEmu Forums - How to select from ContextMenuStrip without using the mouse?]]></title>
		<link>http://www.viemu.com/forum/viewtopic.php?id=1272</link>
		<description><![CDATA[The most recent posts in How to select from ContextMenuStrip without using the mouse?.]]></description>
		<lastBuildDate>Mon, 27 Sep 2010 14:48:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to select from ContextMenuStrip without using the mouse?]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=5430#p5430</link>
			<description><![CDATA[<p>Mhaggag, thanks for your help. I hope to be able to look into this and other VAX/R# interaction issues in a few weeks now. I&#039;ll post here with the results. Regards, -- Jon</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Mon, 27 Sep 2010 14:48:44 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=5430#p5430</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to select from ContextMenuStrip without using the mouse?]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=3585#p3585</link>
			<description><![CDATA[<p>I used to have the same problem until the VAX folks updated their context menu with numerical shortcuts:<br /><span class="postimg"><img src="http://i.imgur.com/dO6Ox.png" alt="http://i.imgur.com/dO6Ox.png" /></span></p><p>While the up/down arrow keys still don&#039;t work, the numbers work. If you still have a maintenance license for VAX, you should upgrade.</p>]]></description>
			<author><![CDATA[dummy@example.com (MHaggag)]]></author>
			<pubDate>Thu, 01 Apr 2010 20:52:56 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=3585#p3585</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to select from ContextMenuStrip without using the mouse?]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=3556#p3556</link>
			<description><![CDATA[<p>Ok. Actually, the right fix would be the following:</p><p> 1) In ViEmu, intercept the Alt-G command in some way<br /> 2) When the command is triggered, put ViEmu in internal &quot;passthrough mode&quot;. This will basically ViEmu inactive, such that arrow keypresses can go to VAX.<br /> 3) Detect a RETURN or ESC or mouseclick in this mode, and exit passthrough mode.</p><p>The toughest part here is detecting the VA command. If they have used VS&#039;s command routing system, it&#039;s easy to intercept. If they are processing keypresses directly, or doing it in some other way, it could range anywhere from difficult to impossible.</p><p>It&#039;s good to get the full background now. I&#039;m taking note of this, and I&#039;ll try to look at it as time permits.</p><p>Thanks,</p><p>&nbsp; -- Jon</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Fri, 26 Mar 2010 20:14:15 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=3556#p3556</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to select from ContextMenuStrip without using the mouse?]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=3555#p3555</link>
			<description><![CDATA[<p>Hi.&nbsp; Thanks for getting back to me.&nbsp; I tried the AutoHotKey suggestion and mapped the up/down arrow keys but it still does not select any entry in the context menu.&nbsp; Which makes sense because I can&#039;t use the normal arrow keys anyway since the context menu doesn&#039;t have focus.&nbsp; However, once that problem is resolved, I can see AutoHotKey being useful - since it allows me to avoid moving my hands to the arrow keys.</p>]]></description>
			<author><![CDATA[dummy@example.com (dkgamez)]]></author>
			<pubDate>Fri, 26 Mar 2010 18:42:32 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=3555#p3555</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to select from ContextMenuStrip without using the mouse?]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=3531#p3531</link>
			<description><![CDATA[<p>Dkgamez, thanks for the kind comment and the detailed post. I will look into this, as ViEmu should be passing the arrow keys through for Visual Assist to process them.</p><p>Also applicable, JP Boodhoo has solved a related problem with Resharper, that is, not having to use the arrows at all. He uses the open source tool AutoHotKey. Here are the details:</p><p>&nbsp; http://blog.jpboodhoo.com/VSViEmuReSharperModdedWithAutoHotkey.aspx</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Wed, 24 Mar 2010 23:38:35 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=3531#p3531</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to select from ContextMenuStrip without using the mouse?]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=3444#p3444</link>
			<description><![CDATA[<p>Hi.&nbsp; I&#039;m a long time visual studio + visual assist user.&nbsp; I&#039;ve only recently started using vim at home for light coding on my macbook.&nbsp; I found ViEmu and it seems like it can greatly improve my productivity at work plus help me towards my goal of never having to use the mouse.</p><p>I&#039;ve been using the trial version for about a week now and it&#039;s mostly fit into my daily workflow.&nbsp; One issue I do have though regards the &quot;Goto Implementation&quot; feature in Visual Assist (VAX).&nbsp; Before ViEmu, I would move the cursor over a keyword and press Alt + G (which is mapped to to VAssistX.GotoImplementation ) to goto that keywords declaration.&nbsp; If there were multiple possibilities, a ContextMenuStrip would pop up.&nbsp; And I could either use the keyboard arrows or the mouse to select between them.&nbsp; </p><p>However with ViEmu installed, the arrow keys no longer work.&nbsp; Once I press Alt + G, the options pops up.&nbsp; But then the focus goes back to the text editor.&nbsp; The arrow keys or hjkl move the cursor in the text editor.&nbsp; The only way to select an option from the popup is to use the mouse.&nbsp; </p><p>Do other people encounter this issue?&nbsp; Is there a solution that would enable me to use the keyboard to select an option?&nbsp; I posted a screenshot to show the issue.</p><p>For reference, I&#039;m using Visual Studio Professional 2005 SP1, Visual Assist X 10.4.1626.1 built 2008.01.17, and ViEmu 2.2.9.</p><p>Thanks in advance.&nbsp; And thanks to the ViEmu author for a great product.&nbsp; I will be purchasing a license soon.</p><p>EDIT: The screenshot doesn&#039;t show up clearly in the post.&nbsp; Here is a direct link to the screenshot.&nbsp; http://imgur.com/NJh0T.png</p><p><span class="postimg"><img src="http://imgur.com/NJh0T.png" alt="http://imgur.com/NJh0T.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (dkgamez)]]></author>
			<pubDate>Thu, 11 Mar 2010 20:10:34 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=3444#p3444</guid>
		</item>
	</channel>
</rss>
