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 Shortcuts #5

Open
7 of 8 tasks
bartaxyz opened this issue Mar 30, 2022 · 0 comments
Open
7 of 8 tasks

Keyboard Shortcuts #5

bartaxyz opened this issue Mar 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bartaxyz
Copy link
Owner

bartaxyz commented Mar 30, 2022

  • Implement hook useWebKeyboardShortcut that will accept ref of current element and attach handler for key combination actions (web only, hence the name)
  • Implement a screen or popup window documenting all these keyboard shortcuts
  • Implement a status bar with helper message "You can use Alt + Arrow Up/Down to move a task up and down the list"
    if the user has more than 2 tasks in a list and is focused on a task

Shortcuts

Global

  • Preferences - Command + ,

When editing task

  • Delete Empty Task - Backspace
  • Create New Task - Enter
  • Move Task Up - Alt + Arrow Up
  • Move Task Down - Alt + Arrow Down
@bartaxyz bartaxyz added the enhancement New feature or request label Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant