- Updated readme to better explain what Kinto does.

This commit is contained in:
Ryan Reaves
2019-07-30 12:42:37 -05:00
parent 11e6e9843d
commit e72ced64ef

View File

@@ -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+<key>" instead of "Ctrl+Shift+<key>".
## What does this do exactly?