kamhix / todoist-linux

The linux desktop application for todoist
http://todoistlinux.hakimouake.com
184 stars 17 forks source link

Keyboard shortcuts are unsupported? #26

Open ljwolf opened 6 years ago

ljwolf commented 6 years ago

common desktop keyboard shortcuts that aren't available in the web client don't work here, since this is mainly a shell around the todoist website.

Right now, I'm using something like:

#!/bin/bash
google-chrome --app=https://todoist.com

without the extra desktop-specific keyboard shortcuts, I'm confused as to what this style of application buys over running with --app (chrome) or using an app-style profile in firefox?