diff options
| author | Raphael | 2022-04-02 10:42:40 -0400 |
|---|---|---|
| committer | GitHub | 2022-04-02 16:42:40 +0200 |
| commit | 2dda39f453854a9e9e139131039d57d7c79e26cb (patch) | |
| tree | e20f69d7f71bccfe8e700269d481ac480e117525 /res | |
| parent | fbf8901bdbe717047f0d333c78d173618f7f0f6d (diff) | |
| download | unexpected-keyboard-2dda39f453854a9e9e139131039d57d7c79e26cb.tar.gz unexpected-keyboard-2dda39f453854a9e9e139131039d57d7c79e26cb.zip | |
`Arrows` and `Box` system (#114)
* Add `Arrows` and `Box` accent system
Diffstat (limited to 'res')
| -rw-r--r-- | res/xml/numeric.xml | 16 | ||||
| -rw-r--r-- | res/xml/settings.xml | 1 |
2 files changed, 9 insertions, 8 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 348ada1..2ded41c 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -3,26 +3,26 @@ <row> <key width="0.75" key0="esc" key2="~" key4="!"/> <key width="0.75" key0="(" key2="[" key4="{"/> - <key key0="7" key1="<" key2=">" key4="↖"/> - <key key0="8" key2="∞" key4="↑"/> - <key key0="9" key2="π" key4="↗"/> + <key key0="7" key1="<" key2=">"/> + <key key0="8" key2="∞"/> + <key key0="9" key2="π"/> <key width="0.75" key0="*" key1="√" key2="×"/> <key width="0.75" key0="/" key1="%" key3="÷"/> </row> <row> <key width="0.75" key0="tab" key1=";" key2="|" key4="\\"/> <key width="0.75" key0=")" key2="]" key4="}"/> - <key key0="4" key4="←"/> + <key key0="4" key1="box" key3="arrows"/> <key key0="5" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> - <key key0="6" key4="→"/> + <key key0="6"/> <key width="0.75" key0="+" key1="Σ" key2="$"/> <key width="0.75" key0="-" key2="^"/> </row> <row> <key shift="0.35" width="1.15" key0="shift" key2="fn" key4="alt"/> - <key key0="1" key1="superscript" key2="ordinal" key3="subscript" key4="↙"/> - <key key0="2" key4="↓"/> - <key key0="3" key4="↘"/> + <key key0="1" key1="superscript" key2="ordinal" key3="subscript"/> + <key key0="2"/> + <key key0="3"/> <key width="1.15" key0="backspace" key2="delete"/> </row> <row height="0.95"> diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 6a76486..a3d4957 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -17,6 +17,7 @@ <CheckBoxPreference android:key="lockable_meta" android:title="Meta" android:defaultValue="false"/> <CheckBoxPreference android:key="lockable_sup" android:title="Sup" android:defaultValue="false"/> <CheckBoxPreference android:key="lockable_sub" android:title="Sub" android:defaultValue="false"/> + <CheckBoxPreference android:key="lockable_box" android:title="Box" android:defaultValue="false"/> </PreferenceScreen> </PreferenceCategory> <PreferenceCategory android:title="@string/pref_category_vibrate"> |
