Open panglesd opened 8 months ago
Hi @panglesd , @Julow , I would like to work on this issue. Once #14 is done can you Please assign me this?
Unfortunately it depends on another issue being closed, which is not the case yet! However, we are lacking good medium issues right now... We'll be adding more today!
In the meantime, let's assign this to you! We might unassign you if we have a better task to assign you to.
@panglesd , Thank you for the update! If any other tasks become available or are better suited for me, I'm flexible and open to being reassigned accordingly. Looking forward to contributing further to the project!
Hi @panglesd , @Julow , I would like to work on this issue. Once https://github.com/panglesd/diffcessible/issues/14 is done can you Please assign me this? , If any other tasks become available, I'm flexible to being reassigned accordingly. Looking forward to contributing further to the project!
Requires #14 to be done first.
Keyboard arrows are common to scroll, but so are
j
andk
on TUIs. The goal of this task is to add the following bindings:j
to scroll down,k
to scroll up.Keybindings can be either added in
interactive_viewer.ml
alongside the other key bindings, or in the keybindings defined in thevscroll_area
function, innottui_widgets.ml