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.
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.
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.