Posts

Showing posts with the label Keyboard Layout

Changing Keyboard Layout To Dvorak In Ubuntu-server

Answer : I found this more straightforward and simple: sudo dpkg-reconfigure keyboard-configuration This will guide you through the process of selecting different keyboard layouts: $ dpkg-reconfigure console-data Maybe you will need to install console-data. $ sudo apt-get install console-data If you want to make changes permanent then you can use: $ dpkg-reconfigure console-setup Looks like this will work, too: $ sudo loadkeys dvorak Hat tip to http://ma.tt/2004/01/dvorak-on-linux-console/

AltGr Randomly Stops Working On Windows 10

Answer : The issue happens when you open a RDP connection. Just bring the RDP window in foreground and press Alt + Enter . The issue will disappear on all other windows too Source: How to Fix Alt Gr Key Not Working. In my case left Shift + Caps Lock + AltGr helped. I have no idea what it does, but it works. Some utility programs can also "steal" the keyboard stroks. In my case it appeared that the VirtualDesktopManager resulted in non-functional AltGr, so I could not write [ and ] .

Alt-Gr Key Is Not Working In Ubuntu 13.10

Image
Answer : This answer has screenshots for Gnome-Shell (Ubuntu Gnome 13.10). I suppose it will be similar for standard Unity, but if not, please chime in. First of all (and this is the most common problem), to have AltGr working you need a keyboard layout which uses it . For example, this is my keyboard layout (Settings -> Region and Language): English (US, international with dead keys) has AltGr. English (US) has NO AltGr. English (international AltGr dead keys) has AltGr. (My preferred layout is the third one, really). If the layout does not map AltGr+Key to anything, like for example the default "English (US)", AltGr will not work even if it's activated in the Keyboard -> Shortcuts panel. This is normally sufficient. To change the position of the AltGr you go to Settings -> Keyboard and set the "Alternative Characters Key": For example, my keyboard has no physical AltGr key, so I mapped it to the Right Alt key. Now with the t...