Intuitive input bindings#4970
Conversation
src/renderer/components/ft-playlist-add-video-prompt/ft-playlist-add-video-prompt.js
Outdated
Show resolved
Hide resolved
absidue
left a comment
There was a problem hiding this comment.
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
PikachuEXE
left a comment
There was a problem hiding this comment.
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-inputs that should have anonsubmitaction fire on Enter are not actually doing anything on that command, thus leading to some frustrating behavior. This configures Enter on anyft-inputs with a corresponding submission action to trigger that action.Also fixes this minor bug that was caused by changing display from
hiddentoflex, which was resolved by making it av-ifinstead 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.