Skip to content

Commit

Permalink
Various fixes related to shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Mar 27, 2016
1 parent 11c7f44 commit f094c5e
Show file tree
Hide file tree
Showing 16 changed files with 761 additions and 677 deletions.
8 changes: 6 additions & 2 deletions data/gsettings/com.gexperts.Terminix.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,10 @@
<default>'disabled'</default>
<summary>Keyboard shortcut to open preferences</summary>
</key>
<key name="app-shortcuts" type="s">
<default>'disabled'</default>
<summary>Keyboard shortcut to show shortcuts</summary>
</key>
<key name="session-synchronize-input" type="s">
<default>'disabled'</default>
<summary>Keyboard shortcut to synchronize input for the session</summary>
Expand Down Expand Up @@ -626,11 +630,11 @@
<summary>Keyboard shortcut to switch to the previous terminal</summary>
</key>
<key name="terminal-split-horizontal" type="s">
<default>'disabled'</default>
<default>'&lt;Ctrl&gt;&lt;Alt&gt;h'</default>
<summary>Keyboard shortcut to split terminal horizontally</summary>
</key>
<key name="terminal-split-vertical" type="s">
<default>'disabled'</default>
<default>'&lt;Ctrl&gt;&lt;Alt&gt;v'</default>
<summary>Keyboard shortcut to split terminal vertically</summary>
</key>
<key name="terminal-find" type="s">
Expand Down
8 changes: 7 additions & 1 deletion data/resources/ui/shortcuts.ui
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<property name="title" translatable="yes" context="shortcut window">Open preferences</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut" id ="app-shortcuts">
<property name="visible">1</property>
<property name="title" translatable="yes" context="shortcut window">View configured shortcuts</property>
</object>
</child>
</object>
</child>
<child>
Expand Down Expand Up @@ -314,7 +320,7 @@
<child>
<object class="GtkShortcutsShortcut" id ="terminal-split-vertical">
<property name="visible">1</property>
<property name="title" translatable="yes" context="shortcut window">Split Vertical</property>
<property name="title" translatable="yes" context="shortcut window">Split vertical</property>
</object>
</child>
</object>
Expand Down
Loading

0 comments on commit f094c5e

Please sign in to comment.