summaryrefslogtreecommitdiff
path: root/src/keyboardcommon.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboardcommon.py')
-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 }