flow-storm-debugger
flow-storm-debugger copied to clipboard
Add keyboard support
It would be nice to move around the debugger by using the keyboard
I am a vim user and I would like to have vim-like style for keys: hjkl — as arrows.
But I guess something more general would be to support:
- changing focus between areas with tab/shift+tab;
- changing focus inside area with arrow keys.
- enter to select, esc to unselect.
Keyboard support was added in version 3.6. The current bindings are https://jpmonettas.github.io/flow-storm-debugger/user_guide.html#_key_bindings and not currently customizable.
I'm closing this one since there is this other issue for tracking key bindings customization https://github.com/jpmonettas/flow-storm-debugger/issues/83