kenwheeler / task-list

Task list viewer based on TODO comments for Atom Editor
MIT License
9 stars 8 forks source link

Bad keybinding on Ubuntu #5

Open kankaristo opened 9 years ago

kankaristo commented 9 years ago

Ubuntu uses the ctrl-alt-t keybinding for opening a new terminal window. This keybinding is system-wide, which means that the keybinding never reaches Atom or task-list.

I added alt-t as a new keybinding (I would have used ctrl+t, but that's already used by fuzzy-finder).

The original keybinding doesn't break anything, so maybe just add another keybinding for Linux?

rodw commented 9 years ago

+1

Note that Atom's Term 2 package also binds to ctrl-alt-t to act as "new terminal window", so this can easily conflict on non-Linux platforms as well.