-
Notifications
You must be signed in to change notification settings - Fork 856
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
Intuitive input bindings #4970
Intuitive input bindings #4970
Conversation
src/renderer/components/ft-playlist-add-video-prompt/ft-playlist-add-video-prompt.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While testing I noticed that the CTRL+F keyboard shortcut doesn't work on channel pages. Could you please add the keyboard shortcut there too. Everything else looks good :).
I definitely think the CTRL+F keyboard shortcut should be added to the docs. |
97e21fd
to
7337fe1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel weird having enter linked to test proxy
But it's a small issue so whatever
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
After running Skip to 35 sec VirtualBoxVM_xM9XFmxHUP.mp4 |
Cannot replicate. Maybe try switching to Edit: Started getting this issue with #5022. I deleted my local of the branch, re-fetched it from the remote, and still had it happen a couple more times. Worked on the third. |
Intuitive input bindings
Pull Request Type
Related issue
None
Description
ft-input
s that should have anonsubmit
action fire on Enter are not actually doing anything on that command, thus leading to some frustrating behavior. This configures Enter on anyft-input
s with a corresponding submission action to trigger that action.Also fixes this minor bug that was caused by changing display from
hidden
toflex
, which was resolved by making it av-if
instead of:hidden
.Testing
?.
, but I figured I'd mention it just to make it clear that this was considered.Desktop
Additional context
Q: Should this be added to our list of keyboard shortcuts?
A: IMO, these are pretty universal/expected behaviors that users will discover by just trying more often than not. I can maybe budge on the Ctrl+F one since that's a bit more specific, and existing users may have tried it before & mentally discounted it.