Re: [PATCH] kdb: Fix incorrect naming of history arrow keys in code

From: Doug Anderson
Date: Fri Nov 01 2024 - 15:29:39 EST


Hi,

On Fri, Nov 1, 2024 at 11:57 AM Nir Lichtman <nir@xxxxxxxxxxxx> wrote:
>
> In the current state using KDB in keyboard mode doesn't react to expected
> CTRL chords such as CTRL+N/P/A/E, but does react to arrow keys,
> Following this, I have also inspected the serial mode and over there I see
> that both arrows and CTRL chords work.
> From what I understand going forward, the best solution would be to add support
> for the CTRL chords in the keyboard mode as well to be in line with serial?

Sounds right to me.


> BTW I originally wanted to add support also for CTRL+U and CTRL+W what is your
> opinion about that as a feature as well?

That sounds reasonable.

-Doug