You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
Currently, the kcfg viewer is entirely mouse-driven It would be a nice change to be able to run through this viewer and be able to move using only the keyboard.
Some potential changes ideas:
h,j,k,l move in any tab (select next node, scroll down in a window, ...) Ctrl + d go down a page Ctrl + u go up a page Ctrl + w trigger a window change (h,j,k,l) to actually move
By typing a number, we could store it in a buffer and replicate x times the move action.
UI suggestion by @anvacaru keep the highlight focus on the node that is currently selected, even when the mouse isn't hovering it anymore (same using the keyboard)