[gedit/zbrown/deteplification-src: 175/633] Add four shortcuts to Keyboard Shortcuts page
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/zbrown/deteplification-src: 175/633] Add four shortcuts to Keyboard Shortcuts page
- Date: Sat, 10 Apr 2021 12:47:57 +0000 (UTC)
commit 89fd62b813ff994a65d8d4132ea65a8c5a659580
Author: Sabri Ünal <libreajans gmail com>
Date: Wed Feb 12 16:42:27 2020 +0300
Add four shortcuts to Keyboard Shortcuts page
* Move to the beginning of the current line : Home
* Move to the end of the current line : End
* Move to the beginning of the document : Ctrl+Home
* Move to the end of the document : Ctrl+End
gedit/resources/ui/gedit-shortcuts.ui | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
---
diff --git a/gedit/resources/ui/gedit-shortcuts.ui b/gedit/resources/ui/gedit-shortcuts.ui
index 223442a68..e4a4159e2 100644
--- a/gedit/resources/ui/gedit-shortcuts.ui
+++ b/gedit/resources/ui/gedit-shortcuts.ui
@@ -258,6 +258,34 @@
<property name="title" translatable="yes" context="shortcut window">Go to line</property>
</object>
</child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">Home</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the beginning of
the current line</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">End</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the end of the
current line</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>Home</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the beginning of
the document</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>End</property>
+ <property name="title" translatable="yes" context="shortcut window">Move to the end of the
document</property>
+ </object>
+ </child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]