[gedit] Add four shortcuts to Keyboard Shortcuts page
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Add four shortcuts to Keyboard Shortcuts page
- Date: Fri, 13 Mar 2020 11:35:09 +0000 (UTC)
commit 3dad14ece34939c5d0070272065112e4e330123a
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]