I am using DVORAK layout and I want to switch to QWERTY but apparently this is not possible via GUI settings and it stuck on DVORAK Is there any way to completely reset keyboard layout? I am using ubuntu 12 04 and I have this problem in both KDE and GNOME thanks
EDIT: the indicator on the top bar in GNOME is also messed up. I have another layout (persian (fa) ), but, when I switch between layouts with keyboard shortcuts, it is English(DVORAK) when the indicator is fa (and is not en), and vice versa.
default english keyboard
layout adds DVORAK instead of QWERTY. – Kayhan Asghari Jun 15 '12 at 10:20keyboard with QWERTY
, there's only default options, that they are DVORAK in fact. I am wondering is there any way to reset all these settings completely to their default forms? I can't find that, and thereset
anddefaults
items which exist in GUI keyboard settings does not do the right job. – Kayhan Asghari Jun 15 '12 at 12:31/etc/X11/xorg.conf.d/30-keyboard.conf
(the number may differ) and see if you find out the variant set there. For Dvorak, it should be something likeOption "XkbVariant" "dvp"
. If you found that, comment it out (which should revert it to its default). That's just a "better guess" as I cannot verify it currently, but in the hope it may help... – Izzy Jun 15 '12 at 13:14/etc/X11/xorg.conf.d
directory, so I made it and placed the file30-keyboard.conf
, then filled it with the content given here: https://bbs.archlinux.org/viewtopic.php?id=129615 (I replaced fr with en) then, restarted X, but still nothing changed!:( – Kayhan Asghari Jun 15 '12 at 13:3020-keyboard.conf
, but that should make no difference in your case (the number in front is just for execution order, and there are no other files according to your last comment; the part after the number is to help the human identify it). Hopefully somebody else has another idea -- good luck! – Izzy Jun 15 '12 at 14:46