Zren / plasma-applet-todolist

https://store.kde.org/p/1152230/
58 stars 23 forks source link

Add default keyboard shortcuts to settings #47

Open digitalethics opened 4 years ago

digitalethics commented 4 years ago

are there other such shortcuts too?

Some time ago @ishank-dev asked in #23 whether there are any other keyboard shortcuts. Are there any that users should know of and that could be made default for better usability?

I think it would be great to make +T the default keyboard shortcut for opening TDL from the panel, and to add Tab for indent and to list Shift+Tab for un-indent in the Keyboard Shortcuts section.

ishank-dev commented 4 years ago

@digitalethics you can give your own custom keyboard shortcuts to all the widgets in KDE plasma Screenshot_20200614_220003. Also I have mentioned all the keyboard shortcuts in #24

digitalethics commented 4 years ago

Thanks a lot! Nevertheless I think this is a usability issue and users should be given a list of default keyboard shortcuts in the actual widget and not only as part of the documentation.

Zren commented 4 years ago

I don't think widgets can set a default global shortcut. You'd need to use plasma scripting in a Global Theme's (aka lookandfeel) default layout to do so.

I can do what I did in Win7VolumeMixer and list the shortcuts so users can easily lookup the shortcuts I guess.