KDE

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • ctrl-d doesn't always work

    0 answers - 2712 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    You are receiving this mail because:
    You are the assignee for the bug, or are watching the assignee.
    Additional Comments From lars.doelle on-line de 2006-07-17 00:23
    gdamjan, Kurt,
    in the moment, i must admit, that i'm through with my latin.
    My diagnosis so far is to assume that something in the
    earlier keyboard pipeline is broken.
    If you don't get a ctrl-d through to the test program, it is likely
    that the konsole's key processing itself does not receive it.
    The key events are received in
    bool TEWidget::eventFilter( Q *obj, QEvent *e )
    and routed there via 'emit keyPressedSignal(ke)' to
    void TEmuVt102::onKeyPress( QKeyEvent* ev ),
    and finally written to the pty.
    could add an extra diagnostic into the konsole code to
    verify it, but i would assume this is true from your test. Any other
    conclusion should have an effect on other keys, too.
    The problem is, that i do not know how the earlier key event
    processing functions, i.e. which filters are applied earlier in
    the pipeline.
    That the cntl-d somehow ends in the konsole-bookmark procedures,
    which has been demonstrated by an ptrace in one of your earlier
    posts supports this diagnosis.
    Likely, that no other konsoles and programs are affected in this
    state unburdens other programs e.g. the window manager, running
    on the same desktop.
    Thus, i would localise the origin of the effect somewhere in the
    shortcut handling in the konsole. If this is the origin, too, remains
    to be seen. This bug might well be one that occurs far from its
    origin.
    This means we would have to consider library material here.
    From the other side, one could attack it from the KonsoleBookmarkHandler's
    side.
    Since you are determined to help here, and you can reproduce the
    problem within a day or so, we could try diagnose further. It might
    take some tests.
    Personally, i cannot help here further, since i do not know enough
    to design a proper test for shortcut material. So we have to get to
    the right expert here.
    Kurt, do you know, who takes care of the shortcut stuff right now?
    Perhaps the facts we found so far, might already resemble him
    to something
    -lars
    PS.
    The sequences Ctrl-0 Ctrl-9 should result in '1''9'. Again, what
    you see in the test program is what the konsole actually receives
    as a keyevent. Actually, i'd consider the different values artefacts,
    bugs, really, but they have nothing to do with our issue.
    konsole-devel mailing list
    konsole-devel (AT) kde (DOT) org

Re: ctrl-d doesn't always work


max 4000 letters.
Your nickname that display:
In order to stop the spam: 2 + 1 =
QUESTION ON "KDE"

EMSDN.COM