[gedit] Revert "Add shortcut for inserting a timestamp"
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Revert "Add shortcut for inserting a timestamp"
- Date: Wed, 7 Aug 2019 01:38:40 +0000 (UTC)
commit caa2fab3eaf36f280469cdc83f880f0b5413a50e
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Tue Aug 6 21:36:03 2019 -0400
Revert "Add shortcut for inserting a timestamp"
This reverts commit 90e92d79e5b2a031a675c2aebc3a3b457fd6a445.
I feel really bad about doing this, but I think we should
be a bit careful about adding a new keyboard shortcut right
at the Freeze. I don't object to there being a shortcut for this;
I just want us to pick the right shortcut.
Let's land this or something similar early in the next release
cycle and do an earlier release to have more chance for feedback.
gedit/gedit-app.c | 1 -
gedit/resources/ui/gedit-shortcuts.ui | 7 -------
help/C/gedit-shortcut-keys.page | 5 -----
3 files changed, 13 deletions(-)
---
diff --git a/gedit/gedit-app.c b/gedit/gedit-app.c
index 47d7b4eac..00c059bb2 100644
--- a/gedit/gedit-app.c
+++ b/gedit/gedit-app.c
@@ -841,7 +841,6 @@ gedit_app_startup (GApplication *application)
add_accelerator (GTK_APPLICATION (application), "win.next-tab-group",
"<Primary><Shift><Alt>Page_Down");
add_accelerator (GTK_APPLICATION (application), "win.previous-document", "<Primary><Alt>Page_Up");
add_accelerator (GTK_APPLICATION (application), "win.next-document", "<Primary><Alt>Page_Down");
- add_accelerator (GTK_APPLICATION (application), "win.time", "<Primary><Shift>B");
load_accels ();
diff --git a/gedit/resources/ui/gedit-shortcuts.ui b/gedit/resources/ui/gedit-shortcuts.ui
index 7322b0367..2f2472b05 100644
--- a/gedit/resources/ui/gedit-shortcuts.ui
+++ b/gedit/resources/ui/gedit-shortcuts.ui
@@ -410,13 +410,6 @@
<property name="title" translatable="yes" context="shortcut window">Show completion
window</property>
</object>
</child>
- <child>
- <object class="GtkShortcutsShortcut">
- <property name="visible">1</property>
- <property name="accelerator"><ctrl><shift>b</property>
- <property name="title" translatable="yes" context="shortcut window">Insert
timestamp</property>
- </object>
- </child>
</object>
</child>
</object>
diff --git a/help/C/gedit-shortcut-keys.page b/help/C/gedit-shortcut-keys.page
index c8729bf55..057864f8e 100644
--- a/help/C/gedit-shortcut-keys.page
+++ b/help/C/gedit-shortcut-keys.page
@@ -377,11 +377,6 @@
<td><p><keyseq><key>Ctrl</key><key>Shift</key>
<key>D</key></keyseq></p></td>
</tr>
- <tr>
- <td><p>Insert timestamp (with plugin)</p></td>
- <td><p><keyseq><key>Ctrl</key><key>Shift</key>
- <key>B</key></keyseq></p></td>
- </tr>
</tbody>
</table>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]