From ac8b86e347caacf943b067504fc6f78e490aecb5 Mon Sep 17 00:00:00 2001 From: AykoPoel Date: Mon, 5 Jan 2015 16:36:34 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6518ed0..744c1c9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Autorotate: autorotate.py run with python2 needs autorotate.py ============= -Script for managing autorotation of the screen and deaktivation of the touchscreen through the pen. + +Script for managing autorotation of the screen and deactivation of the touchscreen through the pen. Instalation ----------- @@ -16,6 +17,15 @@ Instalation Usage ----- +Start script: ``` $ python2 path/to/autorotate.py ``` +Deactivate/reactivate autorotation: +``` +$ python2 path/to/changeautorotatestatus.py +``` +Deactivate/reactivate touch: +``` +$ python2 path/to/touch.py +```