LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Multi_Key problems (Ubuntu Gnome 14.10, Finnish layout) (https://www.linuxquestions.org/questions/linux-newbie-8/multi_key-problems-ubuntu-gnome-14-10-finnish-layout-4175537423/)

hokkupi 03-21-2015 04:00 AM

Multi_Key problems (Ubuntu Gnome 14.10, Finnish layout)
 
Greetings.

I have a slight problem regarding my right Windows key, which is working as a Multi_Key (Compose).
I'd like it to work as a Super key instead of a Multi_Key since I don't need the latter.
Picture of my keyboard for reference if needed
Xev reports the right Windows key to have a keycode of 134. If you need more information, I'm more than happy to provide.

Thank you for your time.

beachboy2 03-21-2015 06:19 AM

hokkupi,

Welcome to LQ.

You have probably looked at these links already:

http://askubuntu.com/questions/19558...and-hyper-keys

https://help.ubuntu.com/community/ComposeKey


I suggest that you look in:

Code:

/usr/share/X11/xkb/rules/base.lst
and look under option for compose, altwin etc and see if there is anything suitable for your requirements.

If there is, then open Terminal:

Code:

gksudo gedit /etc/default/keyboard

Then enter the desired key value between the quotation marks in:

XKBOPTIONS=""

Save the modified file and exit.

Additional information

My Compose key options on a UK keyboard are:

Compose key Position of Compose key
compose:ralt Right Alt
compose:lwin Left Win
compose:lwin-altgr 3rd level of Left Win
compose:rwin Right Win
compose:rwin-altgr 3rd level of Right Win
compose:menu Menu
compose:menu-altgr 3rd level of Menu
compose:lctrl Left Ctrl
compose:lctrl-altgr 3rd level of Left Ctrl
compose:rctrl Right Ctrl
compose:rctrl-altgr 3rd level of Right Ctrl
compose:caps Caps Lock
compose:caps-altgr 3rd level of Caps Lock
compose:102 <Less/Greater>
compose:102-altgr 3rd level of <Less/Greater>
compose:paus Pause
compose:prsc PrtSc
compose:sclk Scroll Lock

Under xev, my Right Windows key is 134 and this is the Super key (keycode 134 keysm 0xffec, Super_R), NOT the Compose key .

Your one may in fact be the Compose key as you stated in your post.
Please double-check this.

If your Right Windows key is the Super key then you are okay.

If your Right Windows key is the Compose key, then change it to the Right Alt (AltGr) key by entering compose:ralt in XKBOPTIONS=""

to give

Code:

XKBOPTIONS="compose:ralt"
This will free up the Right Windows key to be used as the Super key.

By the way, all the Finnish keyboards I found looked nothing like your one.

hokkupi 03-21-2015 10:29 AM

Sadly that didn't work. However, I found the solution from Debian documentation soon after.

Quote:

# dpkg-reconfigure keyboard-configuration
# reboot now
From here to be precise.

beachboy2 03-21-2015 11:03 AM

hokkupi,

I am glad that you fixed it.


All times are GMT -5. The time now is 04:26 PM.