<?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>Linx Trix &#187; vmware alt stuck</title>
	<atom:link href="http://linxtrix.com/tag/vmware-alt-stuck/feed/" rel="self" type="application/rss+xml" />
	<link>http://linxtrix.com</link>
	<description>Web and Linux development stuff...</description>
	<lastBuildDate>Wed, 03 Jun 2009 08:50:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMWare Alt Key gets Stuck</title>
		<link>http://linxtrix.com/2008/07/22/vmware-alt-key-gets-stuck/</link>
		<comments>http://linxtrix.com/2008/07/22/vmware-alt-key-gets-stuck/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 13:14:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[medium]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware alt stuck]]></category>

		<guid isPermaLink="false">http://linxtrix.com/?p=18</guid>
		<description><![CDATA[There seems to be a bug in VMWare, at least in Linux when you switch back and forth between the Guest and Host sometimes the Alt key gets stuck in the Host, where in the guest the key is not stuck. This simple script solves the problem:
#!/bin/sh
/usr/bin/xmodmap &#8211; &#60;&#60; XXX
clear shift
add shift = Shift_L Shift_R
clear [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be a bug in VMWare, at least in Linux when you switch back and forth between the Guest and Host sometimes the Alt key gets stuck in the Host, where in the guest the key is not stuck. This simple script solves the problem:</p>
<p>#!/bin/sh<br />
/usr/bin/xmodmap &#8211; &lt;&lt; XXX<br />
clear shift<br />
add shift = Shift_L Shift_R<br />
clear lock<br />
add lock = Caps_Lock<br />
clear control<br />
add control = Control_L Control_R<br />
clear mod1<br />
add mod1 = Alt_L Alt_R<br />
clear mod2<br />
add mod2 = Num_Lock<br />
clear mod3<br />
clear mod4<br />
add mod4 = Super_L Super_R<br />
clear mod5<br />
add mod5 = Scroll_Lock<br />
XXX</p>
<p>Just run it and it will clear the stuck keys.</p>
]]></content:encoded>
			<wfw:commentRss>http://linxtrix.com/2008/07/22/vmware-alt-key-gets-stuck/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
