From f4964522e4721bbd120f941d9aad6adc0a40ff4a Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Tue, 30 Jul 2019 14:02:16 -0500 Subject: [PATCH] - Fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bddbcd..0540955 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project is only about one thing, remapping the control key to be next to yo That also includes making sure that while using your terminal applications the control key maps itself back to the actual ctrl key to avoid terminal generated (tty) signals from misbehaving. You can also retain the ability to copy and paste normally without conflicting with the actual Ctrl+C sigint, which also happens to be the same behavior you'd experience on a mac or space-cadet keyboard, for you lisp fans. -Note: You will need to edit your terminal preferences and update the shortcuts you want to use to use, adding "Super+" instead of "Ctrl+Shift+". +Note: You will need to edit your terminal preferences and update the shortcuts you want to use, adding "Super+" instead of "Ctrl+Shift+". ## What does this do exactly?