Please allow the changing of shortcuts for COPY and PASTE #4554

Closed
opened 2026-01-30 23:50:31 +00:00 by claunia · 1 comment
Owner

Originally created by @jiveshwar on GitHub (Oct 20, 2019).

Currently, I can see CTRL+SHIFT+C and CTRL+SHIFT+V are used for copy-paste.
But Please allow it to the user changeable settings so that anyone could want to use CTRL+C and CTRL+V combination.

Originally created by @jiveshwar on GitHub (Oct 20, 2019). Currently, I can see **CTRL+SHIFT+C** and **CTRL+SHIFT+V** are used for copy-paste. But Please allow it to the user changeable settings so that anyone could want to use **CTRL+C** and **CTRL+V** combination.
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-Fix labels 2026-01-30 23:50:31 +00:00
Author
Owner

@jiveshwar commented on GitHub (Oct 20, 2019):

Adding these key bindings does the trick

{
"command" : "copy",
"keys" :
[
"ctrl+shift+c"
]
},
{
"command" : "paste",
"keys" : [
"ctrl+shift+v"
]
}

@jiveshwar commented on GitHub (Oct 20, 2019): Adding these key bindings does the trick { "command" : "copy", "keys" : [ "ctrl+shift+c" ] }, { "command" : "paste", "keys" : [ "ctrl+shift+v" ] }
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4554