Skip to content

Commit f094c5e

Browse files
committed
Various fixes related to shortcuts
1 parent 11c7f44 commit f094c5e

16 files changed

Lines changed: 761 additions & 677 deletions

File tree

data/gsettings/com.gexperts.Terminix.gschema.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,10 @@
463463
<default>'disabled'</default>
464464
<summary>Keyboard shortcut to open preferences</summary>
465465
</key>
466+
<key name="app-shortcuts" type="s">
467+
<default>'disabled'</default>
468+
<summary>Keyboard shortcut to show shortcuts</summary>
469+
</key>
466470
<key name="session-synchronize-input" type="s">
467471
<default>'disabled'</default>
468472
<summary>Keyboard shortcut to synchronize input for the session</summary>
@@ -626,11 +630,11 @@
626630
<summary>Keyboard shortcut to switch to the previous terminal</summary>
627631
</key>
628632
<key name="terminal-split-horizontal" type="s">
629-
<default>'disabled'</default>
633+
<default>'&lt;Ctrl&gt;&lt;Alt&gt;h'</default>
630634
<summary>Keyboard shortcut to split terminal horizontally</summary>
631635
</key>
632636
<key name="terminal-split-vertical" type="s">
633-
<default>'disabled'</default>
637+
<default>'&lt;Ctrl&gt;&lt;Alt&gt;v'</default>
634638
<summary>Keyboard shortcut to split terminal vertically</summary>
635639
</key>
636640
<key name="terminal-find" type="s">

data/resources/ui/shortcuts.ui

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
<property name="title" translatable="yes" context="shortcut window">Open preferences</property>
3232
</object>
3333
</child>
34+
<child>
35+
<object class="GtkShortcutsShortcut" id ="app-shortcuts">
36+
<property name="visible">1</property>
37+
<property name="title" translatable="yes" context="shortcut window">View configured shortcuts</property>
38+
</object>
39+
</child>
3440
</object>
3541
</child>
3642
<child>
@@ -314,7 +320,7 @@
314320
<child>
315321
<object class="GtkShortcutsShortcut" id ="terminal-split-vertical">
316322
<property name="visible">1</property>
317-
<property name="title" translatable="yes" context="shortcut window">Split Vertical</property>
323+
<property name="title" translatable="yes" context="shortcut window">Split vertical</property>
318324
</object>
319325
</child>
320326
</object>

0 commit comments

Comments
 (0)