Comment 5 for bug 1287361

Revision history for this message
Arthur Mello (artmello) wrote : Re: add support for keyboard shortcuts

The following keyboard shortcuts have been added tho this branch:
* Ctrl + L: Display the url bar
* Ctrl + T: Open new Tab
* Ctrl + W: Close current Tab
* Ctrl + Tab: Navigate between tabs
* Ctrl + R: Reload current Tab
* Ctrl + D: Bookmark current Tab
* Ctrl + H: Show History
* Shift + Backspace: Goes to the next page in history
* Alt + Left Arrow: Goes to the previous page in history
* Alt + Right Arrow: Goes to the next page in history
* F6: Display the url bar
* F11: Toggle window fullscreen
* Esc: Return from fullscreen

Those commands will only work if the focus is not at the WebView, will only work if focus is on the URL bar or on the Window itself. There is a bug on Oxide since it is not forwarding Keyboard events that are not being handled: https://bugs.launchpad.net/oxide/+bug/1313727

The commands for Zoom In and Zoom Out are not implemented yet because Oxide does not support this functionality yet.