-
-
Notifications
You must be signed in to change notification settings - Fork 743
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 Request] Keyboard Shortcuts #23
Comments
It's at least an idea to think about in the future. Right now there are other priorities. But I'll add that to the list of more important suggestions right away. |
Hi, |
+1 from here :) It looks like a really neat and excellent (and secure) tool! But shortcuts make it so much more efficient (even though |
Personally I'm against keyboard shortcuts. As far as I'm concerned shortcuts never work as expected, because most of us have system wide shortcuts already capturing keys. Example Ctrl+n is taken as default by 3 programs here. Two of them cannot be configured otherwise. But Maks will surely decide wether it's easy to implement or not. |
Well, have you checked Trellos shortcuts? They work without any prefix, just normal letters and you can navigate through cards or hover with the mouse over the card. I don't see how those could conflict with any system wide shortcuts... They only work if you have focus on the current browser tab. Other webtools like Gerrit or Discourse do it the same... |
Hey, checking out this project. First off, wow, it looks uncannily like Trello :-D I'm a long time user but have been looking for self hosted alternatives. I'm planning on launching this to give it a shot. Good work so far! I wanted to add my +1 to keyboard shortcuts. I took a look at the demo and it's pretty nice. However, when I reached for my commonly used shortcuts, they were sadly missing. I would love to see this feature added when able. That said, while I don't develop in React, I might be able to hack together some of the functionality in the future. Any pointers welcome! I will update this issue if/when I (or one of my devs) start development. |
Update: I am starting to use Planka for personal/business use. While development has not started, I'm trying to assign some "free" developer time towards implementing at least a barebones functionality for this.
The preferred solution would probably go something like this:
To be clear, I have not jumped into the code, and I have no clue when the team will have time/if it will happen yet. But this is something that I personally will put funding into to make happen. |
Hi @GrahamJenkins! Planka uses react-beautiful-dnd for drag & drop and it looks like it already has keyboard events support: https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/about/accessibility.md (but this is only for moving cards). Probably have to try to turn them on somehow or fix them if they don't work properly. For custom shortcuts I would suggest to add a component (for example BoardShortcuts), listen events there (with some shortcuts hook) and trigger redux actions. Of course a hovered card should be stored in the redux state, perhaps in the Board model. If you need help, you can contact me anytime via Telegram. |
Thanks for the info, sent you a short book on Telegram, but having some devs take a crack at this right now, will report back when we have something to share. |
I'm currently giving Planka a look as I'm really missing trello. The Trello keyboard shortcuts are definitely a big thing that I'm missing right away regarding smoothness of workflows. The biggest one I'm missing is to hover over a card and:
When doing large board cleanups this is a big big help to avoid massive click orgies |
This has to be one of the best Trello clones I have seen to date, well done! I was wondering if you were planning to support Trello's keyboard shortcuts as well? https://trello.com/shortcuts
The text was updated successfully, but these errors were encountered: