Skip to content
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: Option to disable numpad timeline jumping #1531

Closed
Inve1951 opened this issue Jan 10, 2023 · 2 comments
Closed

Feature: Option to disable numpad timeline jumping #1531

Inve1951 opened this issue Jan 10, 2023 · 2 comments
Labels
Completion / Revision Rethink, complete, improve, tweak our feature or structure. Feature request Wish or idea help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) Rare use-case? Rare / Niche (or just for fun?) Or to become a remainder replaced by a successor or anything. Solution exists (Here or 3rd party) Exists in any extension, userscript, webapp or app. Written in JS or not

Comments

@Inve1951
Copy link

PROBLEM:
I often accidentally hit some key on the numpad when using the arrow keys to adjust playback volume or position. When this happens, the player jumps to an absolute position on the timeline.

E.g. hitting 0 puts you at the start of the video, hitting 1 at 10% of the duration and so forth.

SOLUTION:
I'd like an option to disable this behavior and have number keys (on the numpad at least) do nothing.

RELEVANCE / SCOPE:
fatfinger UX


something like this maybe:

document.body.addEventListener("keydown", ev => ev.code.startsWith("Numpad") && ev.stopImmediatePropagation(), true);
@Inve1951 Inve1951 added Feature request Wish or idea help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) labels Jan 10, 2023
@ImprovedTube
Copy link
Member

There should be better webapp shortcut managment for browsers.

Until then you could add them one by one in our extension here:
Https://chrome.google.com/webstore/detail/unlock-keyboard-mouse/ijngdimmjkngoglcjaheoadciaalbafl

which inherited code from ImprovedTube through our Lib https://github.com/code-for-charity/SATUS

@ImprovedTube ImprovedTube added Rare use-case? Rare / Niche (or just for fun?) Or to become a remainder replaced by a successor or anything. Completion / Revision Rethink, complete, improve, tweak our feature or structure. Solution exists (Here or 3rd party) Exists in any extension, userscript, webapp or app. Written in JS or not labels Feb 21, 2023
@ImprovedTube
Copy link
Member

#1566

hi! @Inve1951

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Completion / Revision Rethink, complete, improve, tweak our feature or structure. Feature request Wish or idea help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) Rare use-case? Rare / Niche (or just for fun?) Or to become a remainder replaced by a successor or anything. Solution exists (Here or 3rd party) Exists in any extension, userscript, webapp or app. Written in JS or not
Projects
None yet
Development

No branches or pull requests

2 participants