I was using Ubuntu 14.04 with Unity. I decided to try GNOME 3. The installation went well and I like it.
The only extremely annoying problem is the keyboard layout. I can set up several languages and it is OK. The problem is the key's configuration. The configuration that is used after the Gnome installation has "level3 shift" instead of left alt etc. It is very annoying (as any of shorcuts with left alt do not work).
I already tried to set it up via
sudo dpkg-reconfigure keyboard-configuration
It changes the layout, but not for ever. In some cases the system changes it back.
Also tried changing /etc/default/keyboard
with:
XKBLAYOUT="gb"
XKBMODEL="thinkpad60"
XKBVARIANT=""
XKBOPTIONS=""
And running following command in the terminal:
sudo dpkg-reconfigure console-setup
Same story. In some time the layout changes back.
The layout tab in keyboard settings is missing, so I can't change it there.
I have cheeked these posts:
- Keyboard layout keeps allways falling back to default after reboot - how to change?
- 12.04 upgrade lost gb keyboard layout
- Permanently change keyboard layout
- Why do I need to relaunch dkpg-reconfigure keyboard-configuration after every startup?
- Keyboard Layouts missing in Keyboard Layout --Precise upgrade
None of them have worked.
Can anyone help with this issue? Big thanks in advance!
Update
I tried to go with instructions in this post:
[Left Alt]+Tab doesn't work or How to change a Level3 Shift to a normal ALT?
to use xev
to catch the Left Alt key number and manual sign it by xmodmap -e "keycode *[some code]* = Alt_L"
. After using xev
I have got next result:
KeymapNotify event, serial 36, synthetic NO, window 0x0,
keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
That does not make any sense for me. There no even a identification number signed to my left alt key.
xev
in terminal and check the left alt button I am getting following result: KeymapNotify event, serial 36, synthetic NO, window 0x0, keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 – Ilya Karasev Oct 17 '14 at 14:23
The solution for me now is creating the alias to the 'sudo dpkg-reconfigure keyboard-configuration' command. At least it makes it quicker to get the desiered layout back
– Ilya Karasev Oct 31 '14 at 20:53