[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Weird problem in xvile - I can't enter a '>' character
From: |
Chris Green |
Subject: |
Re: Weird problem in xvile - I can't enter a '>' character |
Date: |
Tue, 12 Mar 2024 09:11:32 +0000 |
On Tue, Mar 12, 2024 at 02:25:59PM +1100, Brendan O'Dea wrote:
> On Tue, 12 Mar 2024 at 02:28, Chris Green <cl@isbd.net> wrote:
> >
> > If I comment out the line:-
> >
> > keysym period = period rightcaret U25B6 NoSymbol
> >
> > then the > key works again in xvile. However I really don't see why
> > the above line breaks xvile, no other programs (or none I can find
> > anyway) are affected in the same way. The U25B6 character works in
> > xvile as does 'period' (I'd really miss that one!).
>
> Maybe try :
>
> keysym period = period greater U25B6 NoSymbol
>
> On my machine, where I haven't remapped that key I get this:
>
> % xmodmap -pk | fgrep period
> 60 0x002e (period) 0x003e (greater) 0x002e (period) 0x003e
> (greater)
>
Yes, brilliant! Thank you. It now works.
I don't know where I got rightcaret from. It's always the most
difficult bit when playing with character mapping, finding the right
names.
--
Chris Green
- Weird problem in xvile - I can't enter a '>' character, Chris Green, 2024/03/11
- Re: Weird problem in xvile - I can't enter a '>' character, Paul Fox, 2024/03/11
- Re: Weird problem in xvile - I can't enter a '>' character, Thomas Dickey, 2024/03/11
- Re: Weird problem in xvile - I can't enter a '>' character, Chris Green, 2024/03/11
- Re: Weird problem in xvile - I can't enter a '>' character, Chris Green, 2024/03/11
- Re: Weird problem in xvile - I can't enter a '>' character, Brendan O'Dea, 2024/03/11
- Re: Weird problem in xvile - I can't enter a '>' character,
Chris Green <=
- Re: Weird problem in xvile - I can't enter a '>' character, Thomas Dickey, 2024/03/12
- Re: Weird problem in xvile - I can't enter a '>' character, Chris Green, 2024/03/12
Re: Weird problem in xvile - I can't enter a '>' character, Gary Jennejohn, 2024/03/11