aboutsummaryrefslogtreecommitdiff
path: root/res/xml/keyboard_qwerty_jp_full_alphabet_shift.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/keyboard_qwerty_jp_full_alphabet_shift.xml')
-rw-r--r--res/xml/keyboard_qwerty_jp_full_alphabet_shift.xml80
1 files changed, 80 insertions, 0 deletions
diff --git a/res/xml/keyboard_qwerty_jp_full_alphabet_shift.xml b/res/xml/keyboard_qwerty_jp_full_alphabet_shift.xml
new file mode 100644
index 0000000..38005c8
--- /dev/null
+++ b/res/xml/keyboard_qwerty_jp_full_alphabet_shift.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2008,2009 OMRON SOFTWARE Co., Ltd.
+
+ 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.
+-->
+<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
+ android:keyWidth="10%p"
+ android:horizontalGap="0dip"
+ android:verticalGap="0dip"
+ android:keyHeight="@dimen/key_height"
+ >
+
+ <Row>
+ <Key android:codes="65329" android:keyLabel="Q" android:keyEdgeFlags="left"/>
+ <Key android:codes="65335" android:keyLabel="W"/>
+ <Key android:codes="65317" android:keyLabel="E"/>
+ <Key android:codes="65330" android:keyLabel="R"/>
+ <Key android:codes="65332" android:keyLabel="T"/>
+ <Key android:codes="65337" android:keyLabel="Y"/>
+ <Key android:codes="65333" android:keyLabel="U"/>
+ <Key android:codes="65321" android:keyLabel="I"/>
+ <Key android:codes="65327" android:keyLabel="O"/>
+ <Key android:codes="65328" android:keyLabel="P" android:keyEdgeFlags="right"/>
+ </Row>
+
+ <Row>
+ <Key android:codes="65313" android:keyLabel="A" android:keyEdgeFlags="left"/>
+ <Key android:codes="65331" android:keyLabel="S"/>
+ <Key android:codes="65316" android:keyLabel="D"/>
+ <Key android:codes="65318" android:keyLabel="F"/>
+ <Key android:codes="65319" android:keyLabel="G"/>
+ <Key android:codes="65320" android:keyLabel="H"/>
+ <Key android:codes="65322" android:keyLabel="J"/>
+ <Key android:codes="65323" android:keyLabel="K"/>
+ <Key android:codes="65324" android:keyLabel="L"/>
+ <Key android:codes="65295" android:keyLabel="@string/key_qwerty_full_slash"
+ android:keyEdgeFlags="right"/>
+ </Row>
+
+ <Row>
+ <Key android:codes="-1" android:keyIcon="@drawable/key_qwerty_shift" android:iconPreview="@drawable/key_qwerty_shift_b" android:keyWidth="15%p"
+ android:isModifier="true" android:isSticky="false" android:keyEdgeFlags="left"/>
+ <Key android:codes="65338" android:keyLabel="Z"/>
+ <Key android:codes="65336" android:keyLabel="X"/>
+ <Key android:codes="65315" android:keyLabel="C"/>
+ <Key android:codes="65334" android:keyLabel="V"/>
+ <Key android:codes="65314" android:keyLabel="B"/>
+ <Key android:codes="65326" android:keyLabel="N"/>
+ <Key android:codes="65325" android:keyLabel="M"/>
+ <Key android:codes="-100" android:keyIcon="@drawable/key_qwerty_del" android:iconPreview="@drawable/key_qwerty_del_b" android:keyWidth="15%p"
+ android:keyEdgeFlags="right" android:isRepeatable="true"/>
+ </Row>
+
+ <Row android:rowEdgeFlags="bottom">
+ <Key android:codes="-230" android:keyIcon="@drawable/key_qwerty_mode_full_alpha" android:iconPreview="@drawable/key_mode_change_b"
+ android:popupKeyboard="@xml/keyboard_switch_key_qwerty_jp"
+ android:keyWidth="15%p" android:keyEdgeFlags="left"/>
+ <Key android:codes="-106" android:keyIcon="@drawable/key_qwerty_pict_sym" android:iconPreview="@drawable/key_qwerty_pict_sym_b"
+ android:keyWidth="15%p"/>
+ <Key android:codes="12288" android:keyIcon="@drawable/key_qwerty_space" android:iconPreview="@drawable/key_qwerty_space_b"
+ android:keyWidth="30%p" android:isRepeatable="true"/>
+ <Key android:codes="65281" android:keyLabel="@string/key_qwerty_full_exclamation_mark"
+ android:keyWidth="12.5%p"/>
+ <Key android:codes="65311" android:keyLabel="@string/key_qwerty_full_question"
+ android:keyWidth="12.5%p"/>
+ <Key android:codes="-101" android:keyIcon="@drawable/key_qwerty_enter" android:iconPreview="@drawable/key_qwerty_enter_b"
+ android:keyWidth="15%p" android:keyEdgeFlags="right"/>
+ </Row>
+</Keyboard>