summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Konrath <ben@bagu.org>2009-11-18 01:49:54 -0500
committerBen Konrath <ben@bagu.org>2009-11-18 01:49:54 -0500
commitbe727a8219cf9e72c5033f69cc8511bba9e64149 (patch)
tree815541568562e11def7b5b63643e112b6c700e01
parentccfc71a90dae1d17f9b147c9ff786b30145df4d9 (diff)
downloadcaribou-be727a8219cf9e72c5033f69cc8511bba9e64149.tar.gz
remove debugging cruft
-rw-r--r--src/keyboardcommon.py34
1 files changed, 13 insertions, 21 deletions
diff --git a/src/keyboardcommon.py b/src/keyboardcommon.py
index 7d8ce60..2593a83 100644
--- a/src/keyboardcommon.py
+++ b/src/keyboardcommon.py
@@ -1,22 +1,14 @@
# from OnBoard.utils.py
-keysyms = {"space" : 0xff80,
- "insert" : 0xff9e,
- "home" : 0xff50,
- "page_up" : 0xff55,
- "page_down" : 0xff56,
- "end" : 0xff57,
- "delete" : 0xff9f,
- "return" : 0xff0d,
- "backspace" : 0xff08,
- "left" : 0xff51,
- "up" : 0xff52,
- "right" : 0xff53,
- "down" : 0xff54 }
-
-
-global layer1
-global layer2
-layer3 = None
-layer4 = None
-layer5 = None
-
+keysyms = { "space" : 0xff80,
+ "insert" : 0xff9e,
+ "home" : 0xff50,
+ "page_up" : 0xff55,
+ "page_down" : 0xff56,
+ "end" : 0xff57,
+ "delete" : 0xff9f,
+ "return" : 0xff0d,
+ "backspace" : 0xff08,
+ "left" : 0xff51,
+ "up" : 0xff52,
+ "right" : 0xff53,
+ "down" : 0xff54 }