Replies: 3 comments 2 replies
-
Ya, that's expected to be not quitting when a click action happens (same goes to all other modes too). This decision was made so that sometimes when you're clicking something consecutive but around the area, you do not need to do the thing all over again. Note that there's no After some thought, i think it's a better idea to let user configure what action to close the overlay instead. Suggested config would be: [recursive_grid]
enabled = true
auto_exit_actions = [ "left_click", "middle_click" ] # user to configure however they like it to behave, default to be empty arrayI'll take some time later to implement this, check out #484 |
Beta Was this translation helpful? Give feedback.
-
|
it's now available in main, feel free to test it out. |
Beta Was this translation helpful? Give feedback.
-
|
Whoever that's interested with this, there are 3 methods to quit after click as of now.
Each has its own use case and depends on your workflow, you may find either of them useful to you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using Recursive Mode in Neru, the overlay does not automatically close after executing a click action (e.g., Cmd+Return bound to left_click), even with auto_exit = true and dismiss_on_action = true enabled.
The click itself is performed correctly, but the recursive grid remains visible and requires a manual Esc press to dismiss.
Expected behavior:
After a successful click action in Recursive Mode, the overlay should automatically close without requiring additional input.
It would be helpful if the click action consistently triggered the overlay dismissal logic in Recursive Mode, matching the intended behavior of dismiss_on_action.
Beta Was this translation helpful? Give feedback.
All reactions