diff options
| author | Jules Aguillon | 2021-12-19 19:44:27 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-12-19 19:44:27 +0100 |
| commit | 1cfecbdf48edb65cc0be8b017c8f389f91212a32 (patch) | |
| tree | c15f27b20e63aaf959cbf7d91701b3cfff01b098 /res/xml/numeric.xml | |
| parent | 988d8db7e8a6f539a8e6f40c66df7b87571a88e9 (diff) | |
| download | unexpected-keyboard-1cfecbdf48edb65cc0be8b017c8f389f91212a32.tar.gz unexpected-keyboard-1cfecbdf48edb65cc0be8b017c8f389f91212a32.zip | |
Auto-format Java and XML files
Use xmllint.
Re-indent Java files using spaces.
Diffstat (limited to 'res/xml/numeric.xml')
| -rw-r--r-- | res/xml/numeric.xml | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 0d235bd..3e37501 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -1,35 +1,35 @@ <?xml version="1.0" encoding="utf-8"?> <keyboard> <row> - <key width="0.75" key0="esc" key2="~" key4="!" /> - <key width="0.75" key0="(" key2="[" key4="{" /> - <key key0="7" key3="<" key4=">" /> - <key key0="8" key2="∞" /> - <key key0="9" key2="π" /> - <key width="0.75" key0="*" key1="√" key2="×" /> - <key width="0.75" key0="/" key1="%" key3="÷" /> + <key width="0.75" key0="esc" key2="~" key4="!"/> + <key width="0.75" key0="(" key2="[" key4="{"/> + <key key0="7" key3="<" key4=">"/> + <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" /> - <key key0="5" key1="up" key2="right" key3="left" key4="down" /> - <key key0="6" /> - <key width="0.75" key0="+" key1="Σ" key2="$" /> - <key width="0.75" key0="-" key2="^" /> + <key width="0.75" key0="tab" key1=";" key2="|" key4="\\"/> + <key width="0.75" key0=")" key2="]" key4="}"/> + <key key0="4"/> + <key key0="5" key1="up" key2="right" key3="left" key4="down"/> + <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" key3="subscript" /> - <key key0="2" /> - <key key0="3" /> - <key width="1.15" key0="backspace" key2="delete" /> + <key shift="0.35" width="1.15" key0="shift" key2="fn" key4="alt"/> + <key key0="1" key1="superscript" key3="subscript"/> + <key key0="2"/> + <key key0="3"/> + <key width="1.15" key0="backspace" key2="delete"/> </row> - <row height="0.95"> - <key width="1.5" key0="ctrl" key3="switch_text" /> - <key width="1.5" key0="0" /> - <key width="0.75" key0="." key2="," /> - <key width="0.75" key0="space" key1=""" key2="'" key4="_" /> - <key width="1.5" key0="enter" key2="±" key3="=" /> + <row height="0.95"> + <key width="1.5" key0="ctrl" key3="switch_text"/> + <key width="1.5" key0="0"/> + <key width="0.75" key0="." key2=","/> + <key width="0.75" key0="space" key1=""" key2="'" key4="_"/> + <key width="1.5" key0="enter" key2="±" key3="="/> </row> </keyboard> |
