summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-08-06 23:22:03 +0200
committerPablo Barciela <[email protected]>2018-08-06 23:29:13 +0200
commiteb7a39bd311d89bf0e798f9d4b2cda80596e9217 (patch)
tree31eae5ff1004d60106a6eaf8da02ac86325994f2
parent03238f85321f178e56b62a1f029169f3c21dc964 (diff)
downloadpluma-eb7a39bd311d89bf0e798f9d4b2cda80596e9217.tar.bz2
pluma-eb7a39bd311d89bf0e798f9d4b2cda80596e9217.tar.xz
spell plugin: Autocheck spelling with [control + F7]
Closes https://github.com/mate-desktop/pluma/issues/335
-rw-r--r--plugins/spell/pluma-spell-plugin.c2
1 files changed, 1 insertions, 1 deletions
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,
+ "<control>F7",
N_("Automatically spell-check the current document"),
G_CALLBACK (auto_spell_cb),
FALSE