<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=2&amp;t=317" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2013-10-21T16:22:51+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=2&amp;t=317</id>
<entry>
<author><name><![CDATA[trilliput]]></name></author>
<updated>2013-10-21T16:22:51+01:00</updated>
<published>2013-10-21T16:22:51+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=4533#p4533</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=4533#p4533"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=4533#p4533"><![CDATA[
Udev rules didn't helped me, but solution from haavardm fixed the problem, at least on the client side.<br /><br /><!-- l --><a class="postlink-local" href="http://forum.yubico.com/viewtopic.php?f=16&amp;t=317&amp;hilit=dvorak&amp;start=10#p2399">viewtopic.php?f=16&amp;t=317&amp;hilit=dvorak&amp;start=10#p2399</a><!-- l --><br /><div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />For those using X11 &gt;= 1.7.99.901-1, put the following in /etc/X11/xorg.conf to have the yubikey get a us keyboard layout regardless of what layout you normally have:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">Section &quot;InputClass&quot;<br />  Identifier      &quot;yubikey&quot;<br />  MatchVendor &quot;Yubico&quot;<br />  MatchProduct &quot;Yubikey&quot;<br />  Option &quot;XkbModel&quot; &quot;pc101&quot;<br />  Option &quot;XkbLayout&quot; &quot;us&quot;<br />  Option &quot;XkbVariant&quot; &quot;intl&quot;<br />EndSection</div><br /></div><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2650">trilliput</a> — Mon Oct 21, 2013 4:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Klas]]></name></author>
<updated>2013-03-21T13:50:09+01:00</updated>
<published>2013-03-21T13:50:09+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=3788#p3788</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3788#p3788"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3788#p3788"><![CDATA[
Hello,<br /><br />This is how you can achieve having all YubiKeys inserted mapped to qwerty layout:<br /><br />* Add /etc/default/qwerty.keyboard<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">XKBMODEL=&quot;pc101&quot;<br />XKBLAYOUT=&quot;us&quot;<br />XKBVARIANT=&quot;qwerty&quot;<br />XKBOPTIONS=&quot;&quot;<br /></div><br /><br />* Add /etc/udev/rules.d/99-yubikey_qwerty.rule<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">ACTION==&quot;add|change&quot;, SUBSYSTEM==&quot;input&quot;, \<br />       ATTRS{idVendor}==&quot;1050&quot;, ATTRS{idProduct}==&quot;0010|0110|0111&quot;, \<br />       IMPORT{file}=&quot;/etc/default/qwerty.keyboard&quot;<br /></div><br /><br />* Reboot<br /><br /><br />/klas<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2019">Klas</a> — Thu Mar 21, 2013 1:50 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kychen]]></name></author>
<updated>2013-03-19T16:35:57+01:00</updated>
<published>2013-03-19T16:35:57+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=3775#p3775</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3775#p3775"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3775#p3775"><![CDATA[
Hi, I just got my standard yubikey, and I'm trying to get my system to recognize it as a US/qwerty keyboard. I normally type in dvorak. This way, even the static passwords would be correct on my laptop and when I move to other computers that use qwerty layouts.<br /><br />I tried using the code that haavardm posted in xorg.conf, but it doesn't seem to work for me. I'm running kubuntu 12.10. This is the output of setxkbkmap:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">$ setxkbmap -print -verbose 10<br />Setting verbose level to 10<br />locale is C<br />Trying to load rules file ./rules/evdev...<br />Trying to load rules file /usr/share/X11/xkb/rules/evdev...<br />Success.<br />Applied rules from evdev:<br />rules:      evdev<br />model:      pc101<br />layout:     us,us<br />variant:    dvorak,<br />options:    terminate:ctrl_alt_bksp<br />Trying to build keymap using the following components:<br />keycodes:   evdev+aliases(qwerty)<br />types:      complete<br />compat:     complete<br />symbols:    pc+us(dvorak)+us:2+inet(evdev)+terminate(ctrl_alt_bksp)<br />geometry:   pc(pc101)<br />xkb_keymap {<br />        xkb_keycodes  { include &quot;evdev+aliases(qwerty)&quot; };<br />        xkb_types     { include &quot;complete&quot;      };<br />        xkb_compat    { include &quot;complete&quot;      };<br />        xkb_symbols   { include &quot;pc+us(dvorak)+us:2+inet(evdev)+terminate(ctrl_alt_bksp)&quot;       };<br />        xkb_geometry  { include &quot;pc(pc101)&quot;     };<br />};<br /></div><br /><br />Is there anyway to specify so that X would know that the keyboard of my laptop is Dvorak and the yubikey is querty?<br /><br />It doesn't seem like I have such options in KDE's keyboard layout options.<br /><br />Any help would be appreciated!<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2363">kychen</a> — Tue Mar 19, 2013 4:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2013-02-26T21:56:51+01:00</updated>
<published>2013-02-26T21:56:51+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=3645#p3645</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3645#p3645"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3645#p3645"><![CDATA[
The Yubikey NEO does support configuration of a custom key map to address this and similar issues.<br /><br />Best regards,<br /><br />JakobE<br />Hardware- and firmware guy @ Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Tue Feb 26, 2013 9:56 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[fbnlsr]]></name></author>
<updated>2013-02-25T20:59:53+01:00</updated>
<published>2013-02-25T20:59:53+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=3633#p3633</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3633#p3633"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3633#p3633"><![CDATA[
I've just submited the same problem to the support team.<br /><br />I'm using the BEPO layout (which is the french equivalent to DVORAK), and unfortunately it's not possible to use my Yubikey when this layout is activated. That's a real shame, especially considering the Yubikey is used by both end-users and technology enthousiasts/powerusers.<br /><br />I hope this issue will be resolved soon.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2319">fbnlsr</a> — Mon Feb 25, 2013 8:59 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[sebastian]]></name></author>
<updated>2012-04-14T08:20:52+01:00</updated>
<published>2012-04-14T08:20:52+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=3007#p3007</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3007#p3007"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=3007#p3007"><![CDATA[
Three years after this topic has been started the problem hasn't been solved yet? Just bought my first key and using dvorak the key is almost unusable with this restriction. <br /><br />The excitement quickly turned into disappointment having wasted $36. This is definitely something you should warn your customers about before letting them order.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2016">sebastian</a> — Sat Apr 14, 2012 8:20 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lordphoenix]]></name></author>
<updated>2011-06-29T20:35:59+01:00</updated>
<published>2011-06-29T20:35:59+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=2735#p2735</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2735#p2735"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2735#p2735"><![CDATA[
Isn't there a way to use udev and xorg.conf file to get ubikey seen as qwerty keyboard whatever layout used by user? <br />Of course this should be useful only for Linux system.<br /><br /><br />Sorry for my bad English I don't speak it very often.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1720">lordphoenix</a> — Wed Jun 29, 2011 8:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[singpolyma]]></name></author>
<updated>2011-06-02T23:40:23+01:00</updated>
<published>2011-06-02T23:40:23+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=2715#p2715</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2715#p2715"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2715#p2715"><![CDATA[
Couldn't you just integrate dholth's code into the main server and then this problem would be solved?  That seems the easiest and best solution.  Switching back and forth is annoying <img src="https://forum.yubico.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1682">singpolyma</a> — Thu Jun 02, 2011 11:40 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2010-10-30T00:19:32+01:00</updated>
<published>2010-10-30T00:19:32+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=2404#p2404</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2404#p2404"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2404#p2404"><![CDATA[
We have the option of sending all modhex characters first by setting the CFGFLAG_SEND_REF flag during configuration. Then, the string &quot;cbdefghijklnrtuv&quot; is sent first in all OTP outputs.<br /><br />Regards,<br /><br />JakobE<br />Hardware- and firmware guy @Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Sat Oct 30, 2010 12:19 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ferrix]]></name></author>
<updated>2010-10-24T07:55:26+01:00</updated>
<published>2010-10-24T07:55:26+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=2402#p2402</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2402#p2402"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2402#p2402"><![CDATA[
The &quot;language prefix&quot; approach has been thought of long ago, but just makes the entry time even longer.<br /><br />When making AuthLite we did some calculation and it turns out to be VERY easy to discern Dvorak vs Qwerty with a high level of confidence.  There are some very unlikely cases where an OTP could be either language.  In these cases we have chosen to ASSUME qwerty.  One could also try qwerty first and fail over to dvorak and try again with that.<br /><br />It seriously took us like, one day to figure all this out in AuthLite and build it in.  But that's because I am a dvorak user so any product I work on had better support it <img src="https://forum.yubico.com/images/smilies/icon_e_biggrin.gif" alt=":D" title="Very Happy" /><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=162">ferrix</a> — Sun Oct 24, 2010 7:55 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[haavardm]]></name></author>
<updated>2010-10-23T21:18:46+01:00</updated>
<published>2010-10-23T21:18:46+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=2400#p2400</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2400#p2400"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2400#p2400"><![CDATA[
A bit late late to the discussion, but to throw in my 2 cents; wouldn't the easiest be to just prepend each OTP with each of the modhex characters? That way you can read which character in the current keymap represents each modhex character?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1405">haavardm</a> — Sat Oct 23, 2010 9:18 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[haavardm]]></name></author>
<updated>2010-10-23T21:14:45+01:00</updated>
<published>2010-10-23T21:14:45+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=2399#p2399</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2399#p2399"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2399#p2399"><![CDATA[
For those using X11 &gt;= 1.7.99.901-1, put the following in /etc/X11/xorg.conf to have the yubikey get a us keyboard layout regardless of what layout you normally have:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">Section &quot;InputClass&quot;<br />  Identifier      &quot;yubikey&quot;<br />  MatchVendor &quot;Yubico&quot;<br />  MatchProduct &quot;Yubikey&quot;<br />  Option &quot;XkbModel&quot; &quot;pc101&quot;<br />  Option &quot;XkbLayout&quot; &quot;us&quot;<br />  Option &quot;XkbVariant&quot; &quot;intl&quot;<br />EndSection</div><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1405">haavardm</a> — Sat Oct 23, 2010 9:14 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[dholth]]></name></author>
<updated>2010-02-09T13:55:59+01:00</updated>
<published>2010-02-09T13:55:59+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=2031#p2031</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2031#p2031"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2031#p2031"><![CDATA[
I moved my keyboard layout translation software to <!-- m --><a class="postlink" href="http://bitbucket.org/dholth/yubikey/">http://bitbucket.org/dholth/yubikey/</a><!-- m --> . It takes a Yubikey OTP from almost any keyboard layout and spits out the possible modhex translations. There is usually only one possibility but occasionally there are a couple of possibilities. The JavaScript version is still demoed at <!-- m --><a class="postlink" href="http://dingoskidneys.com/~dholth/yubikey/">http://dingoskidneys.com/~dholth/yubikey/</a><!-- m --><br /><br />The source includes the JavaScript version, a PHP version that could basically replace the &quot;is this a valid yubikey&quot; regex inside the server, a Python version, and some other stuff. If you're running your own validation server you might want to check it out.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=786">dholth</a> — Tue Feb 09, 2010 1:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2010-01-27T00:14:37+01:00</updated>
<published>2010-01-27T00:14:37+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=2007#p2007</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2007#p2007"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=2007#p2007"><![CDATA[
Sorry for keeping all Dvorak guys on the hook in this matter. We've been evaluating several options for not just supporting Dvorak keyboards but also other languages. Given the overall complexity of of the task, it has been somewhat dangling. I hope we'll be able to present a good solution meeting the needs later this spring. That's the best guess for now.<br /><br />With the best regards,<br /><br />JakobE<br />Hardware- and firmware guy @ Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Wed Jan 27, 2010 12:14 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[dstrelau]]></name></author>
<updated>2010-01-25T21:09:22+01:00</updated>
<published>2010-01-25T21:09:22+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=317&amp;p=1999#p1999</id>
<link href="https://forum.yubico.com/viewtopic.php?t=317&amp;p=1999#p1999"/>
<title type="html"><![CDATA[Re: alternative keyboard layout support]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=317&amp;p=1999#p1999"><![CDATA[
Has there been any progress on getting this integrated into the validation server? As a Dvorak user and new YubiKey owner, it just took me a good hour to figure out that I needed to switch back into QWERTY for my YubiKey to work. I was in the middle of explaining the problem in a support email when the light bulb finally went off  <img src="https://forum.yubico.com/images/smilies/icon_e_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1032">dstrelau</a> — Mon Jan 25, 2010 9:09 pm</p><hr />
]]></content>
</entry>
</feed>