[gnome-terminal] schemas: Use consistent accelerator string
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] schemas: Use consistent accelerator string
- Date: Sat, 26 Dec 2020 13:25:15 +0000 (UTC)
commit 447514a6c30501b8b8c2534c467112d873b2e542
Author: Christian Persch <chpe src gnome org>
Date: Sat Dec 26 14:24:35 2020 +0100
schemas: Use consistent accelerator string
Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/258
src/org.gnome.Terminal.gschema.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
index 1a629341..26b96acf 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -355,11 +355,11 @@
<schema id="org.gnome.Terminal.Legacy.Keybindings">
<key name="new-tab" type="s">
- <default>'<Ctrl><Shift>t'</default>
+ <default>'<Control><Shift>t'</default>
<summary>Keyboard shortcut to open a new tab</summary>
</key>
<key name="new-window" type="s">
- <default>'<Ctrl><Shift>n'</default>
+ <default>'<Control><Shift>n'</default>
<summary>Keyboard shortcut to open a new window</summary>
</key>
<key name="save-contents" type="s">
@@ -375,15 +375,15 @@
<summary>Keyboard shortcut to print the current tab contents to printer or file</summary>
</key>
<key name="close-tab" type="s">
- <default>'<Ctrl><Shift>w'</default>
+ <default>'<Control><Shift>w'</default>
<summary>Keyboard shortcut to close a tab</summary>
</key>
<key name="close-window" type="s">
- <default>'<Ctrl><Shift>q'</default>
+ <default>'<Control><Shift>q'</default>
<summary>Keyboard shortcut to close a window</summary>
</key>
<key name="copy" type="s">
- <default>'<Ctrl><Shift>c'</default>
+ <default>'<Control><Shift>c'</default>
<summary>Keyboard shortcut to copy text</summary>
</key>
<key name="copy-html" type="s">
@@ -391,7 +391,7 @@
<summary>Keyboard shortcut to copy text as HTML</summary>
</key>
<key name="paste" type="s">
- <default>'<Ctrl><Shift>v'</default>
+ <default>'<Control><Shift>v'</default>
<summary>Keyboard shortcut to paste text</summary>
</key>
<key name="select-all" type="s">
@@ -447,11 +447,11 @@
<summary>Keyboard shortcut to switch to the next tab</summary>
</key>
<key name="move-tab-left" type="s">
- <default>'<Ctrl><Shift>Page_Up'</default>
+ <default>'<Control><Shift>Page_Up'</default>
<summary>Keyboard shortcut to move the current tab to the left</summary>
</key>
<key name="move-tab-right" type="s">
- <default>'<Ctrl><Shift>Page_Down'</default>
+ <default>'<Control><Shift>Page_Down'</default>
<summary>Keyboard shortcut to move the current tab to the right</summary>
</key>
<key name="detach-tab" type="s">
@@ -607,15 +607,15 @@
<summary>Keyboard shortcut to launch help</summary>
</key>
<key name="zoom-in" type="s">
- <default>'<Ctrl>plus'</default>
+ <default>'<Control>plus'</default>
<summary>Keyboard shortcut to make font larger</summary>
</key>
<key name="zoom-out" type="s">
- <default>'<Ctrl>minus'</default>
+ <default>'<Control>minus'</default>
<summary>Keyboard shortcut to make font smaller</summary>
</key>
<key name="zoom-normal" type="s">
- <default>'<Ctrl>0'</default>
+ <default>'<Control>0'</default>
<summary>Keyboard shortcut to make font normal-size</summary>
</key>
<key name="header-menu" type="s">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]