Revisión de Dvorak keyboard layout on Trisquel GNU/Linux de Dom, 03/31/2013 - 16:03

La revisión le permite rastrear las diferencias que hay entre distintas versiones de una entrada.

There are currently five English Dvorak layout variants

1. The ANSI Dvorak layout commonly known as "dvorak" on your Trisquel OS.
2. The original layout by Dr. August Dvorak "dvorak-classic".
3. Programmer's Dvorak "dvp"
4. The right/left-handed layout "dvorak-r" or "dvorak-l"

If your default keyboard is qwerty then you could try dvorak layout by the following methods:
Trisquel-Menu -> system settings -> keyboard layout -> layout(tab)
click on the + button and search your desired layout;

Or if you prefer gnome-terminal or xterm try these

$ setxkbmap us -variant dvorak
$ setxkbmap us -variant dvorak-classic
$ setxkbmap us -variant dvpk
$ setxkbmap us -variant dvorak-r
$ setxkbmap us -variant dvorak-l

optional layouts
$ setxkbmap us -variant dvorak-intl
$ setxkbmap us -variant dvorak-alt-intl

The variants can be found in the following file /usr/share/X11/xkb/us

For tty terminals "setxkbmap" command cannot be used.
The "loadkeys" command can only use the ANSI Dvorak layout.
$ loadkeys dvorak

Revisiones

01/16/2013 - 09:27
Nachis
03/31/2013 - 16:03
Sachin
08/13/2013 - 18:13
lloydsmart