Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uechoco/todoist_keyboard_nav
This is the Google Chrome extension: keyboard navigation for Todoist web
https://github.com/uechoco/todoist_keyboard_nav
Last synced: 16 days ago
JSON representation
This is the Google Chrome extension: keyboard navigation for Todoist web
- Host: GitHub
- URL: https://github.com/uechoco/todoist_keyboard_nav
- Owner: uechoco
- Created: 2015-12-30T12:48:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T13:15:45.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T02:17:14.238Z (4 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- jimsghstars - uechoco/todoist_keyboard_nav - This is the Google Chrome extension: keyboard navigation for Todoist web (JavaScript)
README
# todoist keyboard navigator
The Google Chrome extension to enable you to operate todoist.com with the keyboard.
Chrome Extension Stats: [![Chrome Rating](https://img.shields.io/chrome-web-store/rating/kglgmdpjkdbdgidekpklgkibnfgagejm.svg) ![Chrome Users](https://img.shields.io/chrome-web-store/users/kglgmdpjkdbdgidekpklgkibnfgagejm.svg)
](https://chrome.google.com/webstore/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm)## supported keyboard shortcuts
These keyboard shortcuts are inspired by the Gmail.
### ledt menu
|key|action|
|--|--|
|`g` + `i`|show "Inbox"|
|`g` + `t`|show "Today"|
|`g` + `w`|show "Next 7 days"|
|`g` + `p`|toggle show/hide the "Projects" list|
|`g` + `l`|toggle show/hide the "Labels" list|
|`g` + `f`|toggle show/hide the "Filters" list|
|`g` + `1`|show the 1st favorite item|
|`g` + `2`|show the 2nd favorite item|
|...|...|
|`g` + `9`|show the 9th favorite item|### right area
|key|action|
|--|--|
|`*` + `a`|select all items|
|`*` + `n`|deselect all items|## how it works
The extension emulates the click and mousedown event via JavaScript. So if the todoist.com changes the page layout, then it may not work.