davvil / pdfpc

A presenter console with multi-monitor support for PDF files.
http://davvil.github.com/pdfpc/
GNU General Public License v2.0
210 stars 20 forks source link

Arrow keys in overview mode #39

Open rschroll opened 11 years ago

rschroll commented 11 years ago

In overview mode, the arrow keys should be used to navigate around the iconview. Instead, the left, up, and down keys behave as they do in the normal mode, without updating the overview highlighting, while the right arrow key does nothing. The immediate reason for this is that PresentationController.next_page() checks if it is in overview mode, while the functions associated with the others don't.

I'm not quite sure how to deal with this. My initial response would be to use the iconview keybindings when in the overview mode, but this means that these won't be configurable in the same way as the main keybindings. I don't know if this is a problem or not, though.

davvil commented 11 years ago

I will put the standard iconview keybindings in overview mode. Custom keybindings could be important for wireless presentation devices and such. If someone requests it, it could be extended.