elementary / wingpanel-indicator-datetime

Wingpanel Date & Time Indicator
GNU General Public License v3.0
28 stars 18 forks source link

No keyboard navigation except Enter to open day #218

Open jeremypw opened 4 years ago

jeremypw commented 4 years ago

I have searched open and closed issues for duplicates.

Missing Feature

The keyboard cursor keys have no effect on the open indicator. Nor the Tab or Page keys. The only keys with effect are Enter to open the selected day and Esc to close the popover.

Describe the solution you'd like Cursor keys should change the selected day. (Shift)Tab key or Page keys should change the month.

Existing work The Calendar app implements cursor key navigation but not a change month shortcut afaict.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/91761081-no-keyboard-navigation-except-enter-to-open-day?utm_campaign=plugin&utm_content=tracker%2F57456330&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F57456330&utm_medium=issues&utm_source=github).
Dirli commented 4 years ago

I think I did something similar. And it even seems to work) You can try and if you are satisfied, take it https://github.com/Dirli/wingpanel-indicator-datetime I mean, move the functionality here. My version differs quite significantly from the upstream

jeremypw commented 4 years ago

Thanks @Dirli. I'll use that as the basis of a PR :-)