Handling the "Back" and "Forward" keyboard shortcuts

This commit is contained in:
Pierre Pronchery 2010-11-09 09:31:46 +00:00
parent 92f78b7ca3
commit c1da5e6650

View File

@ -68,6 +68,8 @@ static DesktopAccel _surfer_accel[] =
{ G_CALLBACK(on_zoom_in), GDK_CONTROL_MASK, GDK_plus },
{ G_CALLBACK(on_zoom_out), GDK_CONTROL_MASK, GDK_minus },
#endif
{ G_CALLBACK(on_back), 0, GDK_Back },
{ G_CALLBACK(on_forward), 0, GDK_Forward },
{ G_CALLBACK(on_fullscreen), 0, GDK_F11 },
{ NULL, 0, 0 }
};