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

Keyboard schortcuts stopped working #2480

Open
3 tasks done
enaut opened this issue Dec 1, 2023 · 7 comments
Open
3 tasks done

Keyboard schortcuts stopped working #2480

enaut opened this issue Dec 1, 2023 · 7 comments
Labels
bug frontend impact Javascript/Frontend code
Milestone

Comments

@enaut
Copy link

enaut commented Dec 1, 2023

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

  • I have read the CONTRIBUTING.md and followed the provided tips
  • I accept that the issue will be closed without comment if I do not check here
  • I accept that the issue will be closed without comment if I do not fill out all items in the issue template.

Explain the Problem

What problem did you encounter?

I used to use j,k,l keys for reading it stopped to work

Steps to Reproduce

Explain what you did to encounter the issue
while reading pres j - it does not jump to the next message.

System Information

  • News app version: 25.0.0-alpha2
  • Nextcloud version: 28.0.0 beta 3
  • Browser and version: Firefox and Chrome
  • OS and version: Linux Fedora
@enaut enaut added the bug label Dec 1, 2023
@SMillerDev
Copy link
Contributor

This is correct, the alpha is not feature complete yet.

@SMillerDev SMillerDev added the frontend impact Javascript/Frontend code label Dec 14, 2023
@SMillerDev SMillerDev added this to the Vue Rewrite milestone Dec 14, 2023
@pbek
Copy link
Member

pbek commented May 1, 2024

@SMillerDev, what would be a good starting point if someone would want to work on that feature?

@SMillerDev
Copy link
Contributor

Probably the existing code, the old code and some other apps that have keyboard shortcuts.
I have no real idea how to do this either (otherwise I would have)

@pbek
Copy link
Member

pbek commented May 1, 2024

Thank you, I haven't researched yet on how to do it the "Vue.js way". 😉

@pbek
Copy link
Member

pbek commented May 8, 2024

I found https://rogeriotaques.github.io/vue-hotkeys-rt/, but it needs Ctrl/CMD.
So maybe just using @keyup on something, like <input @keyup.a="onPressA" />. 🤔

@enaut
Copy link
Author

enaut commented May 21, 2024

Hey, while I have no Idea about php I found this: https://www.npmjs.com/package/vue-shortkey which seems to do what you want?

@pbek
Copy link
Member

pbek commented May 21, 2024

Looks good too, thank you.

This was referenced May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug frontend impact Javascript/Frontend code
Projects
None yet
Development

No branches or pull requests

3 participants