aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/rowkeys_colemak3.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-04-23 11:44:49 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-04-23 15:19:37 +0900
commitb560a6cfee3c6e09fdf9d1a33bfa74022e6f5654 (patch)
tree5305c1618ea520ccf5241c9e20abedfc94f40162 /java/res/xml/rowkeys_colemak3.xml
parente060d1a540f9a1f4ba2b2a63b5ae77b893003b45 (diff)
downloadlatinime-b560a6cfee3c6e09fdf9d1a33bfa74022e6f5654.tar.gz
latinime-b560a6cfee3c6e09fdf9d1a33bfa74022e6f5654.tar.xz
latinime-b560a6cfee3c6e09fdf9d1a33bfa74022e6f5654.zip
Support Colemak layout
Bug: 4460018 Change-Id: I60c3dfaf205c95b92a54022f0256c33f644c8b10
Diffstat (limited to 'java/res/xml/rowkeys_colemak3.xml')
-rw-r--r--java/res/xml/rowkeys_colemak3.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/java/res/xml/rowkeys_colemak3.xml b/java/res/xml/rowkeys_colemak3.xml
new file mode 100644
index 000000000..f0f915142
--- /dev/null
+++ b/java/res/xml/rowkeys_colemak3.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2012, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<merge
+ xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
+>
+ <Key
+ latin:keyLabel="z"
+ latin:moreKeys="!text/more_keys_for_z" />
+ <Key
+ latin:keyLabel="x" />
+ <Key
+ latin:keyLabel="c"
+ latin:moreKeys="!text/more_keys_for_c" />
+ <Key
+ latin:keyLabel="v"
+ latin:moreKeys="!text/more_keys_for_v" />
+ <Key
+ latin:keyLabel="b" />
+ <Key
+ latin:keyLabel="k"
+ latin:moreKeys="!text/more_keys_for_k" />
+ <Key
+ latin:keyLabel="m" />
+</merge>