aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/translation.txt4
-rw-r--r--examples/translation.xml7
2 files changed, 11 insertions, 0 deletions
diff --git a/examples/translation.txt b/examples/translation.txt
new file mode 100644
index 0000000..123118b
--- /dev/null
+++ b/examples/translation.txt
@@ -0,0 +1,4 @@
+"HR-barlu:0.0: reco=BackSpace" "gesture left"
+"HR-barlu:0.0: reco=space" "gesture right"
+"HR-barlu:0.0: reco=i" "gesture down"
+"HR-barlu:0.0: reco=Shift_L" "gesture up"
diff --git a/examples/translation.xml b/examples/translation.xml
new file mode 100644
index 0000000..36f0c4e
--- /dev/null
+++ b/examples/translation.xml
@@ -0,0 +1,7 @@
+<translations>
+ <translate from="HR-barlu:0.0: reco=BackSpace" to="gesture left"/>
+ <translate from="HR-barlu:0.0: reco=space" to="gesture right"/>
+ <translate from="HR-barlu:0.0: reco=i" to="gesture down"/>
+ <translate from="HR-barlu:0.0: reco=Shift_L" to="gesture up"/>
+ <translate from="HR-barlu:0.0: reco=a" to="gesture up"/>
+</translations>