[gnome-builder] Revert "libide/terminal: fix copy/paste for terminals"
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Revert "libide/terminal: fix copy/paste for terminals"
- Date: Thu, 14 Jul 2022 23:14:37 +0000 (UTC)
commit d991f4ff434c2a52b8fc890348018960cbc1c572
Author: Christian Hergert <chergert redhat com>
Date: Thu Jul 14 16:13:15 2022 -0700
Revert "libide/terminal: fix copy/paste for terminals"
This reverts commit 811487bd1caa27517619de9b6cbf280b51a9ef23 partially by
leaving the keybindings commands in so they are taken before VTE does.
src/plugins/terminal/gtk/keybindings.json | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/plugins/terminal/gtk/keybindings.json b/src/plugins/terminal/gtk/keybindings.json
index ee24486fc..271ccd108 100644
--- a/src/plugins/terminal/gtk/keybindings.json
+++ b/src/plugins/terminal/gtk/keybindings.json
@@ -4,6 +4,8 @@
{ "trigger" : "<Control><Alt>t", "action" : "terminal.terminal-in-runtime", "args" : "''", "when" :
"canEdit()", "phase" : "capture" },
/* IdeTerminal */
+{ "trigger" : "<Control><Shift>c", "action" : "clipboard.copy", "when" : "inTerminal()", "phase" : "capture"
},
+{ "trigger" : "<Control><Shift>v", "action" : "clipboard.paste", "when" : "inTerminal()", "phase" :
"capture" },
{ "trigger" : "<Control><Shift>f", "action" : "terminal.search-reveal", "when" : "inTerminal()", "phase" :
"capture" },
{ "trigger" : "<Control><Shift>braceleft", "action" : "page.move-left", "when" : "inTerminal()", "phase" :
"capture" },
{ "trigger" : "<Control><Shift>braceright", "action" : "page.move-right", "when" : "inTerminal()", "phase" :
"capture" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]