Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Extra typographic characters with 3rd level chooser key

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
gvnbm2018
Posts: 1
Joined: 2018-10-09 11:45

Extra typographic characters with 3rd level chooser key

#1 Post by gvnbm2018 »

Hello everyone. I'm new to Debian and to Linux as well. Previous distributions that I have used were Ubuntu and Kubuntu. Both allowed to set a key to choose 3rd level characters and enable "extra typographic characters" in keyboard settings. Now I've installed Debian (Jessie) with LXDE, and can't find a way to set up this behavior. I've looked for solutions on the internet, but other than setting

Code: Select all

XKBOPTIONS="lv3:ralt_switch"
in /etc/default/keyboard or

Code: Select all

setxkbmap -option lv3:ralt_switch
in the terminal nothing can be found.
Even these options don't let me enter extra typographic characters.
How can I achieve it?

Segfault
Posts: 993
Joined: 2005-09-24 12:24
Has thanked: 5 times
Been thanked: 17 times

Re: Extra typographic characters with 3rd level chooser key

#2 Post by Segfault »

I use very lean setup, no GUI configuration tools of any kind, I use xmodmap to set up my keyboard. Traditionally xinit parses ~/.Xmodmap. Below is mine as a sample.

Code: Select all

~ $ cat .Xmodmap 
keycode 133 = Mode_switch
keycode  13 = 4 dollar 4 cent
keycode  24 = q Q otilde Otilde
keycode  26 = e E EuroSign cent
keycode  30 = u U udiaeresis Udiaeresis
keycode  32 = o O odiaeresis Odiaeresis
keycode  38 = a A adiaeresis Adiaeresis
keycode  39 = s S scaron Scaron
keycode  40 = d D degree
keycode  52 = z Z zcaron Zcaron
keycode  58 = m M Greek_mu

Post Reply