feat: update backspace button position to be more consistent (#275)

Refs: https://github.com/FossifyOrg/Keyboard/issues/274
This commit is contained in:
Naveen Singh
2025-09-12 09:30:04 +05:30
committed by GitHub
parent d3c7558b07
commit db185b4e3a
3 changed files with 14 additions and 12 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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>