Handling the "Back" and "Forward" keyboard shortcuts
This commit is contained in:
parent
92f78b7ca3
commit
c1da5e6650
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user