From 7efcebbe3f20dc59cdd289e64d3e62aec3b6120e Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Sun, 4 Aug 2019 16:22:49 -0500 Subject: [PATCH] - Updated the readme, I was being too verbose. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 489c717..376803b 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,7 @@ Memory muscle matters for programmers and developers. -This project is only about one thing, remapping the control key to be next to your space bar no matter what keyboard you swap into your workflow and to do it without mastering xmodmap, setxkbmap or modifying system files. The intent is to make your keyboard work and feel like you're using macOS shortcuts, so you can seamlessly transition between operating systems. - -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, adding "Super+" instead of "Ctrl+Shift+". +If it happens on your mac keyboard then it should happen the same in linux. ## What does this do exactly?