abouttreesummaryrefslogcommitdiff
path: root/res/xml/numpad.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/numpad.xml')
-rw-r--r--res/xml/numpad.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/xml/numpad.xml b/res/xml/numpad.xml
new file mode 100644
index 0000000..3ddb830
--- /dev/null
+++ b/res/xml/numpad.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<keyboard bottom_row="false">
+ <row>
+ <key key0="7"/>
+ <key key0="8"/>
+ <key key0="9"/>
+ <key key0="/"/>
+ </row>
+ <row>
+ <key key0="4"/>
+ <key key0="5"/>
+ <key key0="6"/>
+ <key key0="*"/>
+ </row>
+ <row>
+ <key key0="1"/>
+ <key key0="2"/>
+ <key key0="3"/>
+ <key key0="-"/>
+ </row>
+ <row height="0.95">
+ <key key0="0"/>
+ <key key0="."/>
+ <key key0="="/>
+ <key key0="+"/>
+ </row>
+</keyboard> \ No newline at end of file