[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: euro sign / nobreak space



Hi Florian,

On 4/13/08, Florian Kulzer <florian.kulzer+debian@icfo.es> wrote:
On Sat, Apr 12, 2008 at 21:43:55 +0200, Manon Metten wrote:
> On 4/12/08, Nigel Henry wrote:
> > On Saturday 12 April 2008 05:17, Manon Metten wrote:
> > > Hi All,
> > >
> > > In "KDE/Control Center/Keyboard layout/Xkb options", I set
> > > "Adding the EuroSign to certain keys" to "Add the EuroSign to the 5
> > > key",
> > > coz that's where it is located on my keyboard.
> > >
> > > At the bottom of the Control Center I read: "setxkbmap -option
> > > eurosign:5,compose:menu".
> > > (I have set Compose Key Position to Menu is compose.) So I expected to
> > > get
> > > the EuroSign after pressing the menu key and then the 5 key. But all I
> > > get is
> > > no EuroSign.
> > >
> > > Tried I tried Alt+5, Ctrl+5, Ctrl+Alt+5 etc. but I don't get no
> > > EuroSign.
> > > What did I do wrong?
> > > What keys do I have to press to get the EuroSign?




Send us the output of the following three commands:

setxkbmap -print

xkb_keymap {
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc(pc105)+us+compose(menu)+eurosign(5)+nbsp(level3)" };
xkb_geometry { include "pc(pc104)" };
};

 

xmodmap -pm

xmodmap: up to 3 keys per modifier, (keycodes in parentheses):

shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock (0x42)
control Control_L (0x25), Control_R (0x6d)
mod1 Alt_L (0x40), Alt_L (0x7d), Meta_L (0x9c)
mod2 Num_Lock (0x4d)
mod3
mod4 Super_L (0x7f), Hyper_L (0x80)
mod5 Mode_switch (0x5d), ISO_Level3_Shift (0x7c)



xmodmap -pke | egrep 'EuroSign|Level'

keycode 14 = 5 percent EuroSign NoSymbol EuroSign
keycode 124 = ISO_Level3_Shift



 

> > > I also found this: "Adding the nobreakspace keysym to space key" with the
> > > options to set it to any, second, third and fourth level.


Then we also need the output of:

xmodmap -pke | grep space

keycode 65 = space space nobreakspace NoSymbol nobreakspace

 

Thanks in advance, Manon.


Reply to: