From db185b4e3a9dd1d129c8e8563903fb77713bb54d Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:30:04 +0530 Subject: [PATCH] feat: update backspace button position to be more consistent (#275) Refs: https://github.com/FossifyOrg/Keyboard/issues/274 --- CHANGELOG.md | 2 ++ app/src/main/res/xml/keys_numbers.xml | 12 ++++++------ app/src/main/res/xml/keys_phone.xml | 12 ++++++------ 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dd9278..5ac35d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/src/main/res/xml/keys_numbers.xml b/app/src/main/res/xml/keys_numbers.xml index c176633d..bbd9d9ef 100644 --- a/app/src/main/res/xml/keys_numbers.xml +++ b/app/src/main/res/xml/keys_numbers.xml @@ -12,10 +12,8 @@ app:keyLabel="3" app:keyWidth="25%p" /> @@ -30,8 +28,9 @@ app:keyLabel="6" app:keyWidth="25%p" /> @@ -46,9 +45,10 @@ app:keyLabel="9" app:keyWidth="25%p" /> diff --git a/app/src/main/res/xml/keys_phone.xml b/app/src/main/res/xml/keys_phone.xml index 63e92184..c0f4adc6 100644 --- a/app/src/main/res/xml/keys_phone.xml +++ b/app/src/main/res/xml/keys_phone.xml @@ -12,10 +12,8 @@ app:keyLabel="3" app:keyWidth="25%p" /> @@ -30,8 +28,9 @@ app:keyLabel="6" app:keyWidth="25%p" /> @@ -46,9 +45,10 @@ app:keyLabel="9" app:keyWidth="25%p" />