Suggestion: Add ability to navigate between panels with keyboard shortcuts #179
Replies: 2 comments 3 replies
-
No, you simply need only press Tab and Shift+Tab to switch through the panels.
If you mean moving through the raindrop list: no, that's not a Textual thing, that's a my code thing. As for the "opinionated" quite from the README, that's about the use of Raindrop and how Braindrop is designed to work with it; it says nothing about how one should work in the terminal. I have no wish to make a tool that can't be used unless you're mouse-only and every application I build attempts to be keyboard-first. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this is a minor suggestion — at this moment, as I understand there needs to be a mouse click to navigate between panels, for example — from navigation panel to collection view and highlighted Raindrop's details with exception of
esc
to navigate from right to left and closing the application once it is pressed on navigation panel.Is there a possibility to add additional key to navigate from left to right (and additional way from right to left), for example, with
h
andl
keys which would be somewhat intuitive for vi/vim users?I propose it mainly because I can navigate up/down with
j
/k
keys, but since I don't see explicit code for it, I suppose it is default in underlying TUI framework which would be somewhat widespread in Terminal interfaces.It is stated that braindrop is somewhat opinionated in
README
But in my opinion — option to use keyboard only is somewhat convenient for terminal interfaces so I think it would be nice to have
Beta Was this translation helpful? Give feedback.
All reactions