mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-05-19 11:54:51 -04:00
feat: update backspace button position to be more consistent (#275)
Refs: https://github.com/FossifyOrg/Keyboard/issues/274
This commit is contained in:
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Updated French AZERTY layout ([#134])
|
||||
- Updated Spanish layout ([#206])
|
||||
- Updated Italian layout ([#251])
|
||||
- Updated backspace button position in number layout for better accessibility ([#274])
|
||||
|
||||
### Fixed
|
||||
- Keyboard language management dialog now respects `Use English language` preference ([#238])
|
||||
@@ -102,6 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[#256]: https://github.com/FossifyOrg/Keyboard/issues/256
|
||||
[#259]: https://github.com/FossifyOrg/Keyboard/issues/259
|
||||
[#265]: https://github.com/FossifyOrg/Keyboard/issues/265
|
||||
[#274]: https://github.com/FossifyOrg/Keyboard/issues/274
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...HEAD
|
||||
[1.4.0]: https://github.com/FossifyOrg/Keyboard/compare/1.3.0...1.4.0
|
||||
|
||||
@@ -12,10 +12,8 @@
|
||||
app:keyLabel="3"
|
||||
app:keyWidth="25%p" />
|
||||
<Key
|
||||
app:code="-5"
|
||||
app:isRepeatable="true"
|
||||
app:keyEdgeFlags="right"
|
||||
app:keyIcon="@drawable/ic_clear_vector"
|
||||
app:keyLabel="-"
|
||||
app:keyWidth="25%p" />
|
||||
</Row>
|
||||
<Row>
|
||||
@@ -30,8 +28,9 @@
|
||||
app:keyLabel="6"
|
||||
app:keyWidth="25%p" />
|
||||
<Key
|
||||
app:code="32"
|
||||
app:keyEdgeFlags="right"
|
||||
app:keyLabel="-"
|
||||
app:keyLabel="␣"
|
||||
app:keyWidth="25%p" />
|
||||
</Row>
|
||||
<Row>
|
||||
@@ -46,9 +45,10 @@
|
||||
app:keyLabel="9"
|
||||
app:keyWidth="25%p" />
|
||||
<Key
|
||||
app:code="32"
|
||||
app:code="-5"
|
||||
app:isRepeatable="true"
|
||||
app:keyEdgeFlags="right"
|
||||
app:keyLabel="␣"
|
||||
app:keyIcon="@drawable/ic_clear_vector"
|
||||
app:keyWidth="25%p" />
|
||||
</Row>
|
||||
<Row>
|
||||
|
||||
@@ -12,10 +12,8 @@
|
||||
app:keyLabel="3"
|
||||
app:keyWidth="25%p" />
|
||||
<Key
|
||||
app:code="-5"
|
||||
app:isRepeatable="true"
|
||||
app:keyEdgeFlags="right"
|
||||
app:keyIcon="@drawable/ic_clear_vector"
|
||||
app:keyLabel="-"
|
||||
app:keyWidth="25%p" />
|
||||
</Row>
|
||||
<Row>
|
||||
@@ -30,8 +28,9 @@
|
||||
app:keyLabel="6"
|
||||
app:keyWidth="25%p" />
|
||||
<Key
|
||||
app:code="32"
|
||||
app:keyEdgeFlags="right"
|
||||
app:keyLabel="-"
|
||||
app:keyLabel="␣"
|
||||
app:keyWidth="25%p" />
|
||||
</Row>
|
||||
<Row>
|
||||
@@ -46,9 +45,10 @@
|
||||
app:keyLabel="9"
|
||||
app:keyWidth="25%p" />
|
||||
<Key
|
||||
app:code="32"
|
||||
app:code="-5"
|
||||
app:isRepeatable="true"
|
||||
app:keyEdgeFlags="right"
|
||||
app:keyLabel="␣"
|
||||
app:keyIcon="@drawable/ic_clear_vector"
|
||||
app:keyWidth="25%p" />
|
||||
</Row>
|
||||
<Row>
|
||||
|
||||
Reference in New Issue
Block a user