[caribou] Change key press/release to 200 ms.



commit 031c5c6b2701504fcf9e0c6f056b7cc8e67e7964
Author: Eitan Isaacson <eitan monotonous org>
Date:   Tue Jun 7 18:54:21 2011 -0700

    Change key press/release to 200 ms.

 libcaribou/key-model.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcaribou/key-model.vala b/libcaribou/key-model.vala
index 32ed771..81babd6 100644
--- a/libcaribou/key-model.vala
+++ b/libcaribou/key-model.vala
@@ -96,7 +96,7 @@ namespace Caribou {
 
         public void activate () {
             press ();
-            GLib.Timeout.add(100, () => { release (); return false; });
+            GLib.Timeout.add(200, () => { release (); return false; });
         }
     }
 }
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]