Welcome to Yubico tech community.

...visit our store at store.yubico.com
It is currently Sun May 19, 2013 4:35 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2, 3
Author Message
PostPosted: Sat Apr 14, 2012 8:20 am 
Offline

Joined: Sat Apr 14, 2012 8:15 am
Posts: 1
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.

The excitement quickly turned into disappointment having wasted $36. This is definitely something you should warn your customers about before letting them order.


Top
 Profile  
 

Share On:

Share on Facebook FacebookShare on Twitter TwitterShare on Tumblr TumblrShare on Google+ Google+

PostPosted: Mon Feb 25, 2013 8:59 pm 
Offline
User avatar

Joined: Mon Feb 25, 2013 8:57 pm
Posts: 1
I've just submited the same problem to the support team.

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.

I hope this issue will be resolved soon.


Top
 Profile  
 
PostPosted: Tue Feb 26, 2013 9:56 pm 
Offline
Site Admin
Site Admin

Joined: Wed May 28, 2008 7:04 pm
Posts: 255
Location: Yubico base camp in Sweden - Now in Palo Alto
The Yubikey NEO does support configuration of a custom key map to address this and similar issues.

Best regards,

JakobE
Hardware- and firmware guy @ Yubico


Top
 Profile  
 
PostPosted: Tue Mar 19, 2013 4:35 pm 
Offline

Joined: Tue Mar 19, 2013 3:36 pm
Posts: 1
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.

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:

Code:
$ setxkbmap -print -verbose 10
Setting verbose level to 10
locale is C
Trying to load rules file ./rules/evdev...
Trying to load rules file /usr/share/X11/xkb/rules/evdev...
Success.
Applied rules from evdev:
rules:      evdev
model:      pc101
layout:     us,us
variant:    dvorak,
options:    terminate:ctrl_alt_bksp
Trying to build keymap using the following components:
keycodes:   evdev+aliases(qwerty)
types:      complete
compat:     complete
symbols:    pc+us(dvorak)+us:2+inet(evdev)+terminate(ctrl_alt_bksp)
geometry:   pc(pc101)
xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc+us(dvorak)+us:2+inet(evdev)+terminate(ctrl_alt_bksp)"       };
        xkb_geometry  { include "pc(pc101)"     };
};


Is there anyway to specify so that X would know that the keyboard of my laptop is Dvorak and the yubikey is querty?

It doesn't seem like I have such options in KDE's keyboard layout options.

Any help would be appreciated!


Top
 Profile  
 
PostPosted: Thu Mar 21, 2013 1:50 pm 
Offline
Site Admin
Site Admin

Joined: Thu Apr 19, 2012 1:45 pm
Posts: 95
Hello,

This is how you can achieve having all YubiKeys inserted mapped to qwerty layout:

* Add /etc/default/qwerty.keyboard
Code:
XKBMODEL="pc101"
XKBLAYOUT="us"
XKBVARIANT="qwerty"
XKBOPTIONS=""


* Add /etc/udev/rules.d/99-yubikey_qwerty.rule
Code:
ACTION=="add|change", SUBSYSTEM=="input", \
       ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111", \
       IMPORT{file}="/etc/default/qwerty.keyboard"


* Reboot


/klas


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page Previous  1, 2, 3

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group