diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 2d08209df..bbec9b392 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -375,6 +375,9 @@ static const struct GDK_SHIFT_MASK, "TabsMoveLeft", FALSE }, { GDK_KEY_Page_Down, GDK_CONTROL_MASK | GDK_SHIFT_MASK, "TabsMoveRight", FALSE }, + /* Go */ + { GDK_KEY_l, GDK_CONTROL_MASK, "GoLocation", FALSE }, + { GDK_KEY_h, GDK_CONTROL_MASK, "GoHistory", FALSE }, /* Support all the MSIE tricks as well ;) */ { GDK_KEY_F5, 0, "ViewReload", FALSE }, { GDK_KEY_F5, GDK_CONTROL_MASK, "ViewReload", FALSE }, |