-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: quick action carousel/circular navigation #15
base: main
Are you sure you want to change the base?
Feature: quick action carousel/circular navigation #15
Conversation
…ick actions window is opened
Hello @amadeo-alex, I am grateful for your prompt response! I apologize if my previous message was unclear, English isn't my first language and it appears I may not have conveyed my thoughts as intended. My idea differs somewhat from what is shown in the video. Primarily, I'm concerned with the functionality of the quick actions hotkey. Currently, when I press it, the menu appears and displays several options across a few rows. Using the keyboard arrow keys left and right, I can navigate horizontally across these options. However, once I reach the end of a row and press the 'right' arrow key, it loops back to the first option in the same row. I propose that instead of looping within the same row, pressing the 'right' arrow key when at the end of a row should move the selection to the first item in the next row. Furthermore, I propose a change in the method of option selection. Rather than pressing 'Enter' to select an active item, I believe it would be more efficient to use the same quick actions hotkey to select the item. This would eliminate the need for an additional key press. Thank you once again for your time and consideration. I look forward to hearing your thoughts on these suggestions. |
Hello @ASchneiderBR, I've changed how the left/right arrow key press behaves - to what you described, it now wraps to the next/previous row or to the first/last item if pressed at the "beginning or end" of the item list. I've also update the feature description and video to reflect the change. Please check it and let me know if that's what you've meant :) Regarding the Quick Action shortcut performing the action, I'd say this is not a good idea for one reason, human error. People may click the Ctrl+Alt+Q (if set to the default of course) twice by accident and trigger something they didn't intend to. This wouldn't be intuitive. |
Hi, I appreciate your response. I see what you mean about using the same hotkey for the quick action menu and cycling through the options :) Maybe we can combine both ideas: use left/right arrow to switch items and the main hotkey as you suggested. I want to use the knob on my macropad, so I only have left, right and middle (knob click) commands. I can assign the right action to the quick action hotkey and knob click as enter. A reverse order hotkey would be cool haha Thanks a lot and have a great week! |
This PR adds features to the Quick Actions window requested by @ASchneiderBR in LAB02-Research/HASS.Agent#327
Detailed changes (Edited as per below discussion):
Video presenting the new behaviour: (white text box shows which keyboard keys are being pressed)
devenv_D4DzX7nONl.mp4