[gnote] Add note window section to shortcuts window
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Add note window section to shortcuts window
- Date: Sun, 24 Jul 2016 11:45:06 +0000 (UTC)
commit 7c728dd04447cedba61315c974d7db74a7beba83
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Jul 24 14:41:29 2016 +0300
Add note window section to shortcuts window
data/ui/shortcuts-gnote.ui | 110 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 110 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/shortcuts-gnote.ui b/data/ui/shortcuts-gnote.ui
index f0f41d5..97ce388 100644
--- a/data/ui/shortcuts-gnote.ui
+++ b/data/ui/shortcuts-gnote.ui
@@ -63,5 +63,115 @@
</child>
</object>
</child>
+ <child>
+ <object class="GtkShortcutsSection">
+ <property name="visible">1</property>
+ <property name="section-name">note-window</property>
+ <property name="title" translatable="yes" context="shortcut window">Note Window</property>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Editing</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>BackSpace</property>
+ <property name="title" translatable="yes" context="shortcut window">Undo last edit</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl><shift>BackSpace</property>
+ <property name="title" translatable="yes" context="shortcut window">Redo last edit</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>L</property>
+ <property name="title" translatable="yes" context="shortcut window">Create link to note on
selected text</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
+ <property name="title" translatable="yes" context="shortcut window">Formatting</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>B</property>
+ <property name="title" translatable="yes" context="shortcut window">Toggle bold</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>I</property>
+ <property name="title" translatable="yes" context="shortcut window">Toggle italic</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>S</property>
+ <property name="title" translatable="yes" context="shortcut window">Toggle
strikethough</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>H</property>
+ <property name="title" translatable="yes" context="shortcut window">Toggle
highlight</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>T</property>
+ <property name="title" translatable="yes" context="shortcut window">Toggle fixed
width</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>U</property>
+ <property name="title" translatable="yes" context="shortcut window">Toggle
underline</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>plus</property>
+ <property name="title" translatable="yes" context="shortcut window">Increase font
size</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><ctrl>minus</property>
+ <property name="title" translatable="yes" context="shortcut window">Decrease font
size</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">Tab</property>
+ <property name="title" translatable="yes" context="shortcut window">Enable bullets/increase
indent for line with selection</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator"><Shift>Tab</property>
+ <property name="title" translatable="yes" context="shortcut window">Decrease indent/disable
bullets for current line</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
</object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]