help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: alt v key


From: Giacomo Boffi
Subject: Re: alt v key
Date: Sat, 07 Oct 2006 21:22:52 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (linux)

"mark" <mzp3769@yahoo.com> writes:

> after Ctrl-h k Alt-v
> M-c runs the command capitalize-word

hi mark, i think that someone (usual suspect is gnome) is playing with
your xkb configuration

try turning off xkb altogether (i did it! and i got back my
keyboard...)

what it takes is editing xorg.conf,

1) modify the server layout introducing to the server another keyboard

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Another Keyboard"
    InputDevice    "Configured Mouse"
EndSection

2) define another keyboard, where xkb is disabled
Section "InputDevice"
    Identifier     "Another Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbDisable" "True"
EndSection

restart the server
-- 
e di sùbito parve giorno a giorno
essere aggiunto, come quei che puote
avesse il ciel d'un altro sole addorno


reply via email to

[Prev in Thread] Current Thread [Next in Thread]