<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Xubuntu: Easily Switch Keyboard Layout</title>
	<atom:link href="http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/</link>
	<description>Tips and Advise From a Non-Expert</description>
	<lastBuildDate>Mon, 31 Jan 2011 20:56:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jun Martin</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-29785</link>
		<dc:creator>Jun Martin</dc:creator>
		<pubDate>Thu, 13 Nov 2008 08:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-29785</guid>
		<description>In Ubuntu Intrepid Ibex (8.10), go to System &gt; Preferences &gt; Keyboard.
In the Keyboard Preferences window, select the Layouts tab, press Other Options button and go to the last entry of the popup window, &quot;Layout Switching&quot; and choose from the thousands (grin) of possible combinations.  However, the default &quot;Both Alt&quot; intermittently fails on me, so I added &quot;Ctrl-Shift&quot;.
Hope this helps...</description>
		<content:encoded><![CDATA[<p>In Ubuntu Intrepid Ibex (8.10), go to System &gt; Preferences &gt; Keyboard.</p>
<p>In the Keyboard Preferences window, select the Layouts tab, press Other Options button and go to the last entry of the popup window, &#8220;Layout Switching&#8221; and choose from the thousands (grin) of possible combinations.  However, the default &#8220;Both Alt&#8221; intermittently fails on me, so I added &#8220;Ctrl-Shift&#8221;.</p>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: everlasting daydream &#187; Blog Archive &#187; Changing your Keyboard layout in XFCE &#38;&#38; X Window System</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-22843</link>
		<dc:creator>everlasting daydream &#187; Blog Archive &#187; Changing your Keyboard layout in XFCE &#38;&#38; X Window System</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-22843</guid>
		<description>[...] http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/" rel="nofollow">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romanas</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-22603</link>
		<dc:creator>Romanas</dc:creator>
		<pubDate>Wed, 18 Jun 2008 17:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-22603</guid>
		<description>There is another way to fix it:
1. Open /etc/X11/xorg.conf or XF86Config.
2. Find lines Section &quot;InputDevice&quot;
                Identifier &quot;Keyboard0&quot; ...
3. Add into this keyboard section this line:
 Option &quot;XkbOptions&quot; &quot;grp:alt_shift_toggle&quot;
4. Also you can add additional languages into line: Option &quot;XkbLayout&quot; &quot;us,ru,lt&quot;. just separate them with comma.
For Example my keyboard section.
Section &quot;InputDevice&quot;
    # generated from default
    Identifier     &quot;Keyboard0&quot;
    Driver         &quot;kbd&quot;
    Option &quot;XkbModel&quot;  &quot;pc105&quot;
    Option &quot;XkbLayout&quot; &quot;lt,us,ru&quot;
    Option &quot;XkbOptions&quot; &quot;grp:alt_shift_toggle&quot;
EndSection
By the way, yuo can use:
 ctrl_shift_toggle,
 ctrls_toggle.</description>
		<content:encoded><![CDATA[<p>There is another way to fix it:<br />
1. Open /etc/X11/xorg.conf or XF86Config.<br />
2. Find lines Section &#8220;InputDevice&#8221;<br />
                Identifier &#8220;Keyboard0&#8243; &#8230;<br />
3. Add into this keyboard section this line:<br />
 Option &#8220;XkbOptions&#8221; &#8220;grp:alt_shift_toggle&#8221;<br />
4. Also you can add additional languages into line: Option &#8220;XkbLayout&#8221; &#8220;us,ru,lt&#8221;. just separate them with comma.</p>
<p>For Example my keyboard section.</p>
<p>Section &#8220;InputDevice&#8221;<br />
    # generated from default<br />
    Identifier     &#8220;Keyboard0&#8243;<br />
    Driver         &#8220;kbd&#8221;<br />
    Option &#8220;XkbModel&#8221;  &#8220;pc105&#8243;<br />
    Option &#8220;XkbLayout&#8221; &#8220;lt,us,ru&#8221;<br />
    Option &#8220;XkbOptions&#8221; &#8220;grp:alt_shift_toggle&#8221;<br />
EndSection</p>
<p>By the way, yuo can use:<br />
 ctrl_shift_toggle,<br />
 ctrls_toggle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romanas</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-22602</link>
		<dc:creator>Romanas</dc:creator>
		<pubDate>Wed, 18 Jun 2008 17:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-22602</guid>
		<description>There is another way to fix it:
1. Open /etc/X11/xorg.conf or XF86Config.
2. Find lines Section &quot;InputDevice&quot;
                Identifier &quot;Keyboard0&quot; ...
3. Add into this keyboard section this line:
 Option &quot;XkbOptions&quot; &quot;grp:alt_shift_toggle&quot;
4. Also you can add additional languages into line: Option &quot;XkbLayout&quot; &quot;us,ru,lt&quot;. just separate them with comma.
For Example my keyboard section.
Section &quot;InputDevice&quot;
    # generated from default
    Identifier     &quot;Keyboard0&quot;
    Driver         &quot;kbd&quot;
    Option &quot;XkbModel&quot;  &quot;pc105&quot;
    Option &quot;XkbLayout&quot; &quot;lt,us,ru&quot;
    Option &quot;XkbOptions&quot; &quot;grp:alt_shift_toggle&quot;
EndSection
By the way, yuo can use:
ctrl_shift_toggle
ctrls_toggle</description>
		<content:encoded><![CDATA[<p>There is another way to fix it:<br />
1. Open /etc/X11/xorg.conf or XF86Config.<br />
2. Find lines Section &#8220;InputDevice&#8221;<br />
                Identifier &#8220;Keyboard0&#8243; &#8230;<br />
3. Add into this keyboard section this line:<br />
 Option &#8220;XkbOptions&#8221; &#8220;grp:alt_shift_toggle&#8221;<br />
4. Also you can add additional languages into line: Option &#8220;XkbLayout&#8221; &#8220;us,ru,lt&#8221;. just separate them with comma.</p>
<p>For Example my keyboard section.</p>
<p>Section &#8220;InputDevice&#8221;<br />
    # generated from default<br />
    Identifier     &#8220;Keyboard0&#8243;<br />
    Driver         &#8220;kbd&#8221;<br />
    Option &#8220;XkbModel&#8221;  &#8220;pc105&#8243;<br />
    Option &#8220;XkbLayout&#8221; &#8220;lt,us,ru&#8221;<br />
    Option &#8220;XkbOptions&#8221; &#8220;grp:alt_shift_toggle&#8221;<br />
EndSection</p>
<p>By the way, yuo can use:<br />
ctrl_shift_toggle<br />
ctrls_toggle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: korolmi</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-20894</link>
		<dc:creator>korolmi</dc:creator>
		<pubDate>Mon, 28 Apr 2008 10:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-20894</guid>
		<description>oops, my previous post - found the problem: there is no such thing - &quot;us&quot; variant of &quot;us&quot; layout. Leaving variant blank for us layout resolved everything.
But it took me couple of hours to figure that out...</description>
		<content:encoded><![CDATA[<p>oops, my previous post &#8211; found the problem: there is no such thing &#8211; &#8220;us&#8221; variant of &#8220;us&#8221; layout. Leaving variant blank for us layout resolved everything.</p>
<p>But it took me couple of hours to figure that out&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: korolmi</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-20892</link>
		<dc:creator>korolmi</dc:creator>
		<pubDate>Mon, 28 Apr 2008 09:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-20892</guid>
		<description>Still curious: in xubuntu /etc/X11/xorg.conf seems to recognize either keyboard toggle option or keyboard variant:
XkbLayout us,ru
XkbOptions grp:alts_toggle
works (I can switch layouts)
XkbLayout us,ru
XkbVariant us,winkeys
works (I can see correct variant in keyboard settings window)
XkbLayout us,ru
XkbVariant us,winkeys
XkbOptions grp:alts_toggle
does not work (cannot switch layouts but can see variant in keybosrd settings).
All I need is winkey variant or russian keyboard, cannot get it in xubuntu...
Any suggestions?</description>
		<content:encoded><![CDATA[<p>Still curious: in xubuntu /etc/X11/xorg.conf seems to recognize either keyboard toggle option or keyboard variant:</p>
<p>XkbLayout us,ru<br />
XkbOptions grp:alts_toggle</p>
<p>works (I can switch layouts)</p>
<p>XkbLayout us,ru<br />
XkbVariant us,winkeys</p>
<p>works (I can see correct variant in keyboard settings window)</p>
<p>XkbLayout us,ru<br />
XkbVariant us,winkeys<br />
XkbOptions grp:alts_toggle</p>
<p>does not work (cannot switch layouts but can see variant in keybosrd settings).</p>
<p>All I need is winkey variant or russian keyboard, cannot get it in xubuntu&#8230;</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceesaxp</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-20455</link>
		<dc:creator>Ceesaxp</dc:creator>
		<pubDate>Sat, 19 Apr 2008 19:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-20455</guid>
		<description>And why is editing /etc/X11/xorg.conf not considered an option?  You can just easily add the same line there and won&#039;t have to bother with any autostart items...</description>
		<content:encoded><![CDATA[<p>And why is editing /etc/X11/xorg.conf not considered an option?  You can just easily add the same line there and won&#8217;t have to bother with any autostart items&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-18821</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Thu, 27 Mar 2008 13:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-18821</guid>
		<description>You forgot to mention that the file has to be set executable. Thanks for the tip. I now need to swap my control and Win keys to have this machine behaving correctly...</description>
		<content:encoded><![CDATA[<p>You forgot to mention that the file has to be set executable. Thanks for the tip. I now need to swap my control and Win keys to have this machine behaving correctly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-7604</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 22 Oct 2007 02:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-7604</guid>
		<description>i used the xfce4-xkb-plugin with a french keyboard and always [left-shift][right-shift] just before logging in a xfce session.
reason for french keyboard: it was free.</description>
		<content:encoded><![CDATA[<p>i used the xfce4-xkb-plugin with a french keyboard and always [left-shift][right-shift] just before logging in a xfce session.</p>
<p>reason for french keyboard: it was free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ForeverNoob</title>
		<link>http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/comment-page-1/#comment-5641</link>
		<dc:creator>ForeverNoob</dc:creator>
		<pubDate>Tue, 04 Sep 2007 15:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu.sabza.org/2006/10/13/xubuntu-easily-switch-keyboard-layout/#comment-5641</guid>
		<description>Great keyboard layout trick, it worked for me. Just one question: I used alt_shift_toggle instead of alts_toggle, and only left shift-alt works - right keys combination does nothing. Any idea? Thanks</description>
		<content:encoded><![CDATA[<p>Great keyboard layout trick, it worked for me. Just one question: I used alt_shift_toggle instead of alts_toggle, and only left shift-alt works &#8211; right keys combination does nothing. Any idea? Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

