On 2005-09-13, Raphael Bauduin <[EMAIL PROTECTED]> wrote:
>
>  xmodmap -e 'keycode  115=F13'
>  xmodmap -e 'add mod3 = F13'
>
> Which make the key available, but the problem I have is that the
> keypress still is sent to the current application (in vim, the end of
> the current word is put in capital, in xterm the character "~" is
> entered). How can I correct this problem?

Use some keysym that isn't interpreted as input, or try to figure
out how to disable the terminal from acting upon the key. The
first one is probably easier, and one of (Super|Hyper)_(L|R) is
would be free, for example. That's what you want the key to be 
after all.

-- 
Tuomo

Reply via email to