Skip to content

Commit eb7a39b

Browse files
committed
spell plugin: Autocheck spelling with [control + F7]
Closes #335
1 parent 03238f8 commit eb7a39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/spell/pluma-spell-plugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static const GtkToggleActionEntry toggle_action_entries[] =
117117
{ "AutoSpell",
118118
NULL,
119119
N_("_Autocheck Spelling"),
120-
NULL,
120+
"<control>F7",
121121
N_("Automatically spell-check the current document"),
122122
G_CALLBACK (auto_spell_cb),
123123
FALSE

0 commit comments

Comments
 (0)