GNOME Bugzilla – Bug 143000
bind keys for browser navigation (back / forward)
Last modified: 2006-01-11 13:50:03 UTC
Some keyboards have back / forward keys to navigate in a web browser - for example all or most IBM ThinkPads have them. It'd be nice to be able to bind them to the appropriate action. The easiest way to accomplish this is probably by sending Alt+Left respectively Alt+Right to the current focused window, as Epiphany, Galeon and Mozilla interpret these keystrokes. Perhaps this should be generalized, i.e. perhaps there are users who want to bind an arbitrary key combination to a special key. I can probably work on that myself when I have some free time, but I'd like to get a comment on this from a maintainer first.
Is the bug that the special keys don't bind in the "Keyboard Shortcuts" dialog properly?
The "bug" is that there are no "Web Go Back/Forward" actions in the "Keyboard Shortcuts" dialog, therefore I've marked the bug as enhancement.
Marking as AP4 to reflect accessibility impact.
Apologies for spam-- ensuring Sun a11y team are cc'ed on all current a11y bugs. Filter on "SUN A11Y SPAM" to ignore.
I've opened a bug against epiphany, they need to add an handler for XF86Back and XF86Forward to get this working: http://bugzilla.gnome.org/show_bug.cgi?id=162748
Those should be added to the keyboard layouts in the distribution. keysym <-> keycode matching is being removed, as it causes more problems than it solves. That's shouldn't stop Ephy handling those keybindings though. *** This bug has been marked as a duplicate of 133815 ***