Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change CTRL+C to LEFT_CTRL+C #58

Merged
merged 1 commit into from
Apr 11, 2021
Merged

Change CTRL+C to LEFT_CTRL+C #58

merged 1 commit into from
Apr 11, 2021

Conversation

rux616
Copy link
Owner

@rux616 rux616 commented Apr 11, 2021

In support of Issue #51, let's try making that key bind only for left control, leaving right control available to use with the standard CTRL+C combination in a terminal.

@github-actions
Copy link

Summary of JSON file changes this PR will cause:

 json/windows_shortcuts.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Detailed diffs:

json/windows_shortcuts.json
diff --git a/json/windows_shortcuts.json b/json/windows_shortcuts.json
index 3418acf..4f7fb6b 100644
--- a/json/windows_shortcuts.json
+++ b/json/windows_shortcuts.json
@@ -1145,7 +1145,7 @@
                   "key_code": "c",
                   "modifiers": {
                      "mandatory": [
-                        "control"
+                        "left_control"
                      ],
                      "optional": [
                         "any"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant