Opera: Difference between revisions
Jump to navigation
Jump to search
(→Ubuntu) |
(→Bugs: Access key do not work in Opera 10.53b1) |
||
Line 56: | Line 56: | ||
* <u>Happened</u>: Nothing happens. no actions. It is possible to circumvent the bug by manually editing the .ini file, and copy-pasting the utf8 encoding of the keyboard shortcut key (in my case '²' is encoded as 0xC2 0xB2) |
* <u>Happened</u>: Nothing happens. no actions. It is possible to circumvent the bug by manually editing the .ini file, and copy-pasting the utf8 encoding of the keyboard shortcut key (in my case '²' is encoded as 0xC2 0xB2) |
||
* <u>Platform</u>: Opera 9.50 / Windows |
* <u>Platform</u>: Opera 9.50 / Windows |
||
=== Bug report DSK-298548@bugs.opera.com === |
|||
* Opera 10.53 beta 1 |
|||
* Access keys do not work |
|||
* Mail address to update report: DSK-298548@bugs.opera.com |
Revision as of 07:20, 1 June 2010
Install
Ubuntu
After installing Opera on Ubuntu, a new repository is added but Synaptic complains that an authentication key is missing. To fix it:
gpg --keyserver keyserver.ubuntu.com --recv 9D1A0061
gpg --export --armor 9D1A0061 | sudo apt-key add -
# Or if Ubuntu keyserver is down...
# Command below doesn't work - key is expired!!!
# wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
# So finally let's use MIT server
gpg --keyserver pgpkeys.mit.edu --recv 9D1A0061
gpg --export --armor 9D1A0061 | sudo apt-key add -
Keyboard Shortcuts
Some less known keyboard shortcuts in Opera (9.50)...
Shortcut | Description | Custom |
---|---|---|
Ctrl+PgUp Ctrl+PgDn |
Previous Page / Next Page | YES |
Shift+Arrows | Navigate between links on page | |
Shift+Esc Alt+² |
Enter / Leave Access-key mode | NO YES |
F4 | Toggle panel | |
F7 | Activate panel (for keyboard navigation) | |
F9 | Set focus to web page (for keyboard navigation) | |
Ctrl+B | Focus Bookmark panel | |
Ctrl+E | Set focus to search field | |
Ctrl+Alt+Shift+H | Hide Opera | |
Ctrl+Shift+I | Open Developer Tools |
Bugs
Bug report bug-361427@bugs.opera.com
- Type: Other problem / NotSure/Other
- Summary: Keyboard setup changes key shortcut for non-latin keys (AZERTY keyboard)
- How to reproduce:
- Get an AZERTY keyboard (eg. Belgian keyboard)
- Open the keyboard setup dialog (in preferences -> keyboard shortcuts -> edit any keyboard configuration)
- Edit any shortcut, and use '²' as the wanted key shortcut ('³' is the exponent-2 key located at top left of keyboard; on qwerty, it is the back-apostrophe/tilde key).
- Close dialog, reopen again, and check shortcut. Shortcut key has been changed to something else.
- Back in browsing mode, check that the shortcut '²' doesn't work indeed
- Expected: I expected the keyboard shortcut action to trigger
- Happened: Nothing happens. no actions. It is possible to circumvent the bug by manually editing the .ini file, and copy-pasting the utf8 encoding of the keyboard shortcut key (in my case '²' is encoded as 0xC2 0xB2)
- Platform: Opera 9.50 / Windows
Bug report DSK-298548@bugs.opera.com
- Opera 10.53 beta 1
- Access keys do not work
- Mail address to update report: DSK-298548@bugs.opera.com