Fix various modifier keys on the Norwegian keyboard.

There are some traditional differences between Norwegian and Swedish
keyboard layouts -- for instance, few Norwegians would search for ü
on the y key, but it is so on the Swedish keyboard. Correct the most
obvious differences.

Change-Id: Iab53fa51ff7faa2022b10b551e47060a6f2c5652
main
Steinar H. Gunderson 2010-08-17 14:53:55 +02:00
parent c9a181b1b3
commit 4b892a1daa
2 changed files with 10 additions and 14 deletions

View File

@ -46,16 +46,16 @@
android:popupCharacters="ťþ"/>
<Key android:codes="121" android:keyLabel="y"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="ýÿü"/>
android:popupCharacters="ýÿ"/>
<Key android:codes="117" android:keyLabel="u"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="úùûū"/>
android:popupCharacters="üúùûū"/>
<Key android:codes="105" android:keyLabel="i"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="íìîï"/>
<Key android:codes="111" android:keyLabel="o"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="óòôõ"/>
android:popupCharacters="öóòôõ"/>
<Key android:codes="112" android:keyLabel="p"/>
<Key android:keyLabel="å"
android:keyWidth="8.75%p" android:keyEdgeFlags="right"/>
@ -64,7 +64,7 @@
<Row>
<Key android:codes="97" android:keyLabel="a"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="áàâąã"
android:popupCharacters="äáàâąã"
android:keyWidth="8.75%p" android:keyEdgeFlags="left"/>
<Key android:codes="115" android:keyLabel="s"
android:popupKeyboard="@xml/kbd_popup_template"
@ -82,10 +82,8 @@
android:popupCharacters="ł"/>
<Key android:keyLabel="ø"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="öœ"/>
android:popupCharacters="œ"/>
<Key android:keyLabel="æ"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="ä"
android:keyWidth="8.75%p" android:keyEdgeFlags="right"/>
</Row>

View File

@ -46,16 +46,16 @@
android:popupCharacters="ťþ"/>
<Key android:codes="121" android:keyLabel="y"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="ýÿü"/>
android:popupCharacters="ýÿ"/>
<Key android:codes="117" android:keyLabel="u"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="úùûū"/>
android:popupCharacters="üúùûū"/>
<Key android:codes="105" android:keyLabel="i"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="íìîï"/>
<Key android:codes="111" android:keyLabel="o"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="óòôõ"/>
android:popupCharacters="öóòôõ"/>
<Key android:codes="112" android:keyLabel="p"/>
<Key android:keyLabel="å"
android:keyWidth="8.75%p" android:keyEdgeFlags="right"/>
@ -64,7 +64,7 @@
<Row>
<Key android:codes="97" android:keyLabel="a"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="áàâąã"
android:popupCharacters="äáàâąã"
android:keyWidth="8.75%p" android:keyEdgeFlags="left"/>
<Key android:codes="115" android:keyLabel="s"
android:popupKeyboard="@xml/kbd_popup_template"
@ -82,10 +82,8 @@
android:popupCharacters="ł"/>
<Key android:keyLabel="ø"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="öœ"/>
android:popupCharacters="œ"/>
<Key android:keyLabel="æ"
android:popupKeyboard="@xml/kbd_popup_template"
android:popupCharacters="ä"
android:keyWidth="8.75%p" android:keyEdgeFlags="right"/>
</Row>