Update lunarphase with keyboard controls, add custom keyboard snippets #169
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
lunarphase
module has been updated with keyboard controls to view the next or previous day/week lunar phase, open a url in a browser, and enable/disable widget display. These changes have been submitted in a wtf pull request.The documentation for these changes are included in this pull request.
Note that this pull request includes some new keyboard snippets. The keyboard controls in
lunarphase
want to use KeyUp, KeyDown, and CtrlD but these are dedicated to other functions and the help message cannot be customized. To provide customized messages for these keys I added new keyboard snippets. Also, only lower case letters were available butlunarphase
enables 'N' and 'P' keys to display next week and previous week. So I added keyboard snippets for 'N' and 'P'.If these new keyboard snippets are not suitable I can easily modify
lunarphase
to accommodate your preference.Note also that the
todo
module seems to be looking forctrlf.md
when it should bectrlF.md
. This causesmkdocs
to throw a non-fatal exception. A fix for that is not included in this pull request.