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

add shortcuts #17

Closed
GuiCarneiro opened this issue Jan 4, 2018 · 6 comments
Closed

add shortcuts #17

GuiCarneiro opened this issue Jan 4, 2018 · 6 comments

Comments

@GuiCarneiro
Copy link

Increasingly I try to avoid using the mouse when I'm programming, so it would be nice to be able to extract more from the Taskr using only the keyboard.

I speak only for my short experience, but I would like to switch between the "Today", "Backlog" and "Done" tabs by simply pressing the "1", "2" and "3" buttons. It would be pretty quick to see the other tabs and check what's on their lists.

Well, it's just my idea of a small feature. ;D

@bukinoshita
Copy link
Owner

Great idea @GuiCarneiro. I'll be implementing this soon. I was thinking just like terminal tabs or browser tabs using cmd + 1; cmd + 2 etc

@GuiCarneiro
Copy link
Author

For me it's perfect being cmd + 1 ...

It is the same shortcut as slack and terminal.

@tyhatch
Copy link

tyhatch commented Jan 9, 2018

A couple keyboard shortcuts that came to mind as I was using it today: enter or cmd+n to create a new task, tabbing through tasks and pressing enter to mark an item done and esc to leave current screen (back). Though esc on the taskbar MBP is kinda borked.

@bukinoshita
Copy link
Owner

bukinoshita commented Jan 9, 2018

  • cmd + ${N}: to change tabs
  • cmd + n: redirect to add task
  • esc: redirect to Today's tab

I think that looks good. Do you guys have more suggestions?

@bukinoshita bukinoshita changed the title [Feature Idea] - Keyboard control over Tabs add shortcuts Jan 9, 2018
@ssssamstrup
Copy link

And maybe space or tab: for moving a task from Today to Backlog or reverse depending on which of the tabs you are on.

Maybe being able to press

  • t: to switch to today
  • b> backlog and
  • d > done
    would be more intuitive to non-programmers/regular users. Or cmd + t/b/d.

@ssssamstrup
Copy link

Well, moving between tabs should probably just be taband then space or shift + tabcould be to move a task from Today <> Backlog.

bukinoshita added a commit that referenced this issue Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants