Note 5のキーボードケースで日本語を入力してみる その1

 Note 5 キーボードカバー
その1で終わるかも知れませんが、なんとなくうまく行きそうな予感です。

このNote 5にカパっと被せるQWERTYキーボードは、デフォでは日本語入力はできず、勝手に英語入力になってしまいます。せっかく入手したので、日本語で入力できないか試してみました。

  1. まず、NFCを遮断する。
    NFCでアクセサリーを認識し、英語入力モードに切り替わるため、防磁シートなどで遮断します。位置は正面から見て左端中央の裏側ですね。
     
  2. rootを取ったりは置いといて、非rootでもキーレイアウトなどが変更できるアプリを用意する。
    細かくレイアウトの設定ができるAIU-OpenWnn日本語入力IMEフリック対応キーボードをインストールします。
     
  3. 調整あるのみ。
    こちらの二枚の画像の通り、キーの位置を微調整します。調整がかなり面倒なこと、また高さの調整ができないためか、現状は両端の2列のキーの認識が悪いです。また、ZXCVBNMの段は比較のため純正のままのレイアウトにしています。

 Note 5 キーボードカバー
 Note 5 キーボードカバー
 
 
地道な作業ですが、高さの調整さえができればうまく行きそうです。ATOKなどでもAPKの中身を改造したりができる方なら、うまく行くかも知れませんね。
 
 Note 5 キーボードカバー
 
  
中途半端ですが、参考までにデータを置いときますね。ファイル名はjp_hira.xmlにて。
 [code]<?xml version="1.0" encoding="utf-8"?>

<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aiu="http://schemas.android.com/apk/res/com.newmon.net.aiuopenwnn"
aiu:keyWidth="10%p"
>

<Row>
<Key aiu:keyLabel="Q" aiu:keyWidth="14%p"/>
<Key aiu:keyLabel="W" aiu:keyWidth="7%p"/>
<Key aiu:keyLabel="E" aiu:keyWidth="12%p"/>
<Key aiu:keyLabel="R" aiu:keyWidth="12%p"/>
<Key aiu:keyLabel="T" aiu:keyWidth="7%p"/>
<Key aiu:keyLabel="Y" aiu:keyWidth="7%p"/>
<Key aiu:keyLabel="U" aiu:keyWidth="12%p"/>
<Key aiu:keyLabel="I" aiu:keyWidth="12%p"/>
<Key aiu:keyLabel="O" aiu:keyWidth="7%p"/>
<Key aiu:keyLabel="P" aiu:keyWidth="7%p"/>
</Row>

<Row>
<Key aiu:keyLabel="A" aiu:keyWidth="14%p"/>
<Key aiu:keyLabel="S" aiu:keyWidth="7%p"/>
<Key aiu:keyLabel="D" aiu:keyWidth="12%p"/>
<Key aiu:keyLabel="F" aiu:keyWidth="12%p"/>
<Key aiu:keyLabel="G" aiu:keyWidth="7%p"/>
<Key aiu:keyLabel="H" aiu:keyWidth="7%p"/>
<Key aiu:keyLabel="J" aiu:keyWidth="12%p"/>
<Key aiu:keyLabel="K" aiu:keyWidth="12%p"/>
<Key aiu:keyLabel="L" aiu:keyWidth="7%p"/>
<Key aiu:codes="-100" aiu:keyIcon="key_qwerty_del" aiu:keyWidth="7%p"
/>
</Row>

<Row>
<Key aiu:codes="-117" aiu:keyIcon="key_12key_reverse" aiu:keyWidth="15%p"
aiu:iconPreview="key_12key_reverse"/>

<Key aiu:keyLabel="Z"/>
<Key aiu:keyLabel="X"/>
<Key aiu:keyLabel="C"/>
<Key aiu:keyLabel="V"/>
<Key aiu:keyLabel="B"/>
<Key aiu:keyLabel="N"/>
<Key aiu:keyLabel="M"/>
</Row>

<Row>
<Key aiu:codes="-114" aiu:keyIcon="key_qwerty_mode_hira" aiu:iconPreview="key_mode_change"
aiu:popupKeyboard="keyboard_switch_key"
aiu:keyWidth="12.5%p"/>

<Key aiu:codes="-106" aiu:keyIcon="kigou2"
aiu:iconPreview="key_qwerty_pict_sym"/>

<Key aiu:codes="-218" aiu:keyIcon="key_12key_left" aiu:keyWidth="12.5%p"
/>

<Key aiu:keyLabel="、"/>
<Key aiu:codes="12288" aiu:keyIcon="key_qwerty_space_conv" aiu:iconPreview="key_qwerty_space_conv"
aiu:keyWidth="20%p"/>

<Key aiu:keyLabel="。"/>

<Key aiu:codes="-101" aiu:keyIcon="key_qwerty_enter_jp"
aiu:keyWidth="12.5%p"/>

<Key aiu:codes="-217" aiu:keyIcon="key_12key_right" aiu:keyWidth="12.5%p"
/>
</Row>
</Keyboard>
[/code]
 
現状、日本語での実用度5%?ですが、キーボードケースが欲しい方はご連絡下さいね。
 


2015.11.4 Galaxy Note 5


RSS 2.0フィードでこのエントリーの更新情報を取得することができます。
コメントもPingも停止しています。 

One Response to “Note 5のキーボードケースで日本語を入力してみる その1”

  1. pocketgames PDA秘宝館 » Blog Archive » Note 5のキーボードケースで日本語を入力してみる その2 |

    […] ちょっと動画を撮ってみましたので、ご覧下さい。 前回同様AIU-OpenWnn日本語入力IMEフリック対応キーボードを利用していますが、ROMの焼き直しでデータを削除してしまったので、今回は […]