From e72ced64ef9e3c7b025de4a6b61ae69a0ab554a2 Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Tue, 30 Jul 2019 12:42:37 -0500 Subject: [PATCH] - Updated readme to better explain what Kinto does. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2312bc..4bddbcd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ Memory muscle matters for programmers and developers. (For linux) -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. +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. + +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+". ## What does this do exactly?