Bind # to toggling the view grid

As seen in Inkscape.
This commit is contained in:
2021-10-27 18:38:03 +02:00
parent 073a4cd4a7
commit 06e3c9e280

View File

@@ -198,7 +198,7 @@ static GtkToggleActionEntry wm_toggle_action_entries[] =
{"LibraryPane", NULL, N_("_Library Pane"), NULL,
N_("Toggle displaying of the library pane"),
G_CALLBACK (on_action_library_pane), TRUE},
{"ShowGrid", NULL, N_("Show _Grid"), NULL,
{"ShowGrid", NULL, N_("Show _Grid"), "numbersign",
N_("Toggle displaying of the grid"),
G_CALLBACK (on_action_grid), TRUE}
};