atareao / tasker

An Indicator for the Todo.txt method
MIT License
17 stars 4 forks source link

Configuration keybinding in preferences #11

Closed flachica closed 4 years ago

flachica commented 4 years ago

New tab 'Keybinding' in 'Preferences' for:

For doing the change of default value, click on Entry action. Combination is captured on release event

pep8speaks commented 4 years ago

Hello @flachica! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 134:80: E501 line too long (80 > 79 characters) Line 138:80: E501 line too long (81 > 79 characters)

Line 89:1: W293 blank line contains whitespace Line 97:80: E501 line too long (91 > 79 characters) Line 103:80: E501 line too long (94 > 79 characters) Line 229:80: E501 line too long (82 > 79 characters) Line 235:80: E501 line too long (84 > 79 characters) Line 260:80: E501 line too long (81 > 79 characters) Line 261:80: E501 line too long (85 > 79 characters) Line 283:80: E501 line too long (84 > 79 characters) Line 298:80: E501 line too long (84 > 79 characters) Line 322:80: E501 line too long (83 > 79 characters)

Line 37:1: E302 expected 2 blank lines, found 1 Line 39:80: E501 line too long (81 > 79 characters) Line 77:21: E131 continuation line unaligned for hanging indent