From d97e6c70e5a8964d99727fb9d770aedf0fd07ee7 Mon Sep 17 00:00:00 2001 From: Albin Olsson Date: Sun, 1 Apr 2012 09:00:33 +0200 Subject: [PATCH] Removed dangling modifier in README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 97c64a9..c48fda5 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ XCAPE ===== -xcape runs as a daemon and intercepts left control key events. If the left -control key is pressed and released on its own, it generates Esc key -events. Thats it! Other than that it does nothing! +xcape runs as a daemon and intercepts the Control key. If the +Control key is pressed and released on its own, it will generate an Escape +key event. This makes more sense if you have remapped your Caps Lock key to Control. Future versions of this program might do that mapping for you, but for now this is something that you have to do yourself.