[gedit-plugins] Activate it using Primary+Comma since period is now taken by Gtk
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] Activate it using Primary+Comma since period is now taken by Gtk
- Date: Thu, 30 May 2019 06:50:14 +0000 (UTC)
commit dcc32f8718aa00ed5649d29e13e0eff70d6ef440
Author: Jordi Mas <jmas softcatala org>
Date: Tue May 28 22:19:22 2019 +0200
Activate it using Primary+Comma since period is now taken by Gtk
help/C/commander.page | 4 ++--
plugins/commander/commander/appactivatable.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/help/C/commander.page b/help/C/commander.page
index baef796..66f9123 100644
--- a/help/C/commander.page
+++ b/help/C/commander.page
@@ -24,10 +24,10 @@
<gui>Plugins</gui><gui>Commander</gui></guiseq>.</p>
<p>Once you have enabled the plugin, activate it by pressing
- <keyseq><key>Ctrl</key><key>.</key></keyseq>.</p>
+ <keyseq><key>Ctrl</key><key>,</key></keyseq>.</p>
<note style="tip">
- <p>The last key in the above key combination is a period.</p>
+ <p>The last key in the above key combination is a comma.</p>
</note>
<table frame="all" rules="all">
diff --git a/plugins/commander/commander/appactivatable.py b/plugins/commander/commander/appactivatable.py
index 258efea..6264db8 100644
--- a/plugins/commander/commander/appactivatable.py
+++ b/plugins/commander/commander/appactivatable.py
@@ -50,7 +50,7 @@ class CommanderAppActivatable(GObject.Object, Gedit.AppActivatable):
os.path.join(self.plugin_info.get_data_dir(), 'modules')
])
- self.app.add_accelerator("<Primary>period", "win.commander", None)
+ self.app.add_accelerator("<Primary>comma", "win.commander", None)
self.menu_ext = self.extend_menu("view-section-1")
item = Gio.MenuItem.new(_('Commander Mode'), "win.commander")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]