From eb7a39bd311d89bf0e798f9d4b2cda80596e9217 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 6 Aug 2018 23:22:03 +0200 Subject: spell plugin: Autocheck spelling with [control + F7] Closes https://github.com/mate-desktop/pluma/issues/335 --- plugins/spell/pluma-spell-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/spell/pluma-spell-plugin.c') diff --git a/plugins/spell/pluma-spell-plugin.c b/plugins/spell/pluma-spell-plugin.c index ad5d3c56..9c17c76f 100644 --- a/plugins/spell/pluma-spell-plugin.c +++ b/plugins/spell/pluma-spell-plugin.c @@ -117,7 +117,7 @@ static const GtkToggleActionEntry toggle_action_entries[] = { "AutoSpell", NULL, N_("_Autocheck Spelling"), - NULL, + "F7", N_("Automatically spell-check the current document"), G_CALLBACK (auto_spell_cb), FALSE -- cgit v1.2.1