elementary/calendar

Add keyboard shortcuts to move month pages

Opened this issue · 1 comments

Problem

It's a little awkward to change the displayed month using the keyboard.

Proposal

Add some keyboard shortcut(s) to page forward/backward. Intuitively I expect PgUp/PgDn but there could be others, like ctrl+left/ctrl+right or ctrl+up/ctrl+down.

Prior Art

GNOME Calendar uses PgUp/PgDn.

I'll be happy to work on this if accepted. I'd just appreciate some input on what keys we want to use. It's also not clear to me how we can assign the actions to the month switcher only given the current code structure, which hides the forward/back buttons and is used for both the month and year switchers. I could expose the buttons as public properties, but I'm not sure if we want to do that.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Page Up/Down makes sense to me as a start!