GNOME Bugzilla – Bug 779901
hotkeys alt + home go home page
Last modified: 2017-03-12 02:58:34 UTC
hello again. add pls [alt+home] go to home page. is good if work in full screen. thanks.
Please provide steps to reproduce how you set a "home page" in Epiphany. Please always provide version information in all bug reports.
(In reply to André Klapper from comment #1) > Please provide steps to reproduce how you set a "home page" in Epiphany. > Please always provide version information in all bug reports. my home page about:overview in Preferences/Home page/Custom . i look in Menu/Keyboard Shortcuts and see ctrl+T it new tab, but some browser have alt+Home for go home page in use tab without new tab is very usability hotkey.
We already have this shortcut, but it seems to be broken.
OK, it only works if the location entry is focused, because WebKit always eats the key event.
(This also makes it work when it is fullscreen.)
The following fix has been pushed: 9235ad3 Add Alt+Home to key event blacklist
Created attachment 347719 [details] [review] Add Alt+Home to key event blacklist WebKit always handles this key press event, so our Alt+Home shortcut does not work if the web view is focused... which is pretty much always. Fix that.
(In reply to Michael Catanzaro from comment #3) > We already have this shortcut and in Menu/Keyboard Shortcuts?
(In reply to what103 from comment #8) > (In reply to Michael Catanzaro from comment #3) > > We already have this shortcut > > and in Menu/Keyboard Shortcuts? Bug #779916.
(In reply to Michael Catanzaro from comment #9) > (In reply to what103 from comment #8) > > (In reply to Michael Catanzaro from comment #3) > > > We already have this shortcut > > > > and in Menu/Keyboard Shortcuts? > > Bug #779916. cool! thank you