Allow CTRL+W to close popups as well
This commit is contained in:
parent
c6614bccfb
commit
c62256d0a9
@ -87,9 +87,9 @@ static char const * _authors[] =
|
|||||||
#endif
|
#endif
|
||||||
static DesktopAccel _surfer_accel[] =
|
static DesktopAccel _surfer_accel[] =
|
||||||
{
|
{
|
||||||
|
{ G_CALLBACK(on_close), GDK_CONTROL_MASK, GDK_W },
|
||||||
#ifdef EMBEDDED
|
#ifdef EMBEDDED
|
||||||
{ G_CALLBACK(on_refresh), GDK_CONTROL_MASK, GDK_R },
|
{ G_CALLBACK(on_refresh), GDK_CONTROL_MASK, GDK_R },
|
||||||
{ G_CALLBACK(on_close), GDK_CONTROL_MASK, GDK_W },
|
|
||||||
{ G_CALLBACK(on_normal_size), GDK_CONTROL_MASK, GDK_0 },
|
{ G_CALLBACK(on_normal_size), GDK_CONTROL_MASK, GDK_0 },
|
||||||
{ G_CALLBACK(on_zoom_in), GDK_CONTROL_MASK, GDK_plus },
|
{ G_CALLBACK(on_zoom_in), GDK_CONTROL_MASK, GDK_plus },
|
||||||
{ G_CALLBACK(on_zoom_out), GDK_CONTROL_MASK, GDK_minus },
|
{ G_CALLBACK(on_zoom_out), GDK_CONTROL_MASK, GDK_minus },
|
||||||
|
Loading…
Reference in New Issue
Block a user