Skip to content

FreeTube Contribution Questions: Where Are The Keyboard Shortcuts Code(s), Vue Version, and Why yarn and npm? #5536

Closed Answered by absidue
WeiJian123-tech asked this question in Q&A
Discussion options

You must be logged in to vote

There is no central file with all the keyboard shortcuts or hotkeys, each component that has some, handles them itself. The easiest way to find all components that have them would be to do a project wide search for document.addEventListener('keydown'.

As for which Vue version that FreeTube uses, it's Vue 2 at the moment (if you want to know the version of any of the dependencies you can look at the package.json file), as we haven't had time to do the migration to Vue 3 yet, because as you noticed it's not a small project and we've also been busy with other things like adding support for user/local playlists and the currently on-going player migration.

As for the package manager, FreeTube …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@WeiJian123-tech
Comment options

Answer selected by WeiJian123-tech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants