diff options
Diffstat (limited to 'data/ui/epiphany-ui.xml')
-rw-r--r-- | data/ui/epiphany-ui.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 520dfeb6b..ab5a0e6af 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -223,5 +223,19 @@ <accelerator name="BrowseWithCaretAccel" action="BrowseWithCaret"/> <accelerator name="FileSaveAccel" action="FileSave"/> +<accelerator name="XFKeyHomePageAccel" action="XFKeyHomePage"/> +<accelerator name="XFKeyBackAccel" action="XFKeyBack"/> +<accelerator name="XFKeyForwardAccel" action="XFKeyForward"/> +<accelerator name="XFKeyStopAccel" action="XFKeyStop"/> +<accelerator name="XFKeyRefreshAccel" action="XFKeyRefresh"/> +<accelerator name="XFKeyFavoritesAccel" action="XFKeyFavorites"/> +<accelerator name="XFKeyHistoryAccel" action="XFKeyHistory"/> +<accelerator name="XFKeyOpenURLAccel" action="XFKeyOpenURL"/> +<accelerator name="XFKeyAddFavoriteAccel" action="XFKeyAddFavorite"/> +<accelerator name="XFKeyGoAccel" action="XFKeyGo"/> +<accelerator name="XFKeyReloadAccel" action="XFKeyReload"/> +<accelerator name="XFKeySendToAccel" action="XFKeySendTo"/> +<accelerator name="XFKeyZoomInAccel" action="XFKeyZoomIn"/> +<accelerator name="XFKeyZoomOutAccel" action="XFKeyZoomOut"/> </ui> |