[Konsole-devel] [Bug 223695] New: (Up, Down, Left, Right) don't work in konsole when put on an AltGr combination

Silvio Frischknecht silvio.frischi at gmail.com
Thu Jan 21 15:57:30 UTC 2010


https://bugs.kde.org/show_bug.cgi?id=223695

           Summary: (Up,Down,Left,Right) don't work in konsole when put on
                    an AltGr combination
           Product: konsole
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: konsole-devel at kde.org
        ReportedBy: silvio.frischi at gmail.com


Version:            (using Devel)
Compiler:          gcc 4.4 
OS:                Linux
Installed from:    Compiled sources

I recently wrote my own keyboard layout which has additional arrow keys
(Up,Down,Left,Right) on AltGr-{e,n,i,h} (colemak for {h,j,k,l}). 
Every thing works fine in all programs (other KDE programs, and also xterm)
except in konsole where it just writes CDAB, like what you usually get when you
press Ctrl-v then an arrow just without the escape sign

the corresponding lines in my keyboard layout file are:
    key <AC06> { [            h,            H,            Left ] };
    key <AC07> { [            n,            N,            Down ] };
    key <AC08> { [            e,            E,              Up ] };
    key <AC09> { [            i,            I,           Right ] };

xev sais I got (Up,Down,Left,Right)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list