From 07ee4b342eb6c3d74ce7f9e42d26e6a6d87dd229 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Mon, 25 Aug 2025 22:59:42 +0530 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20make=20=C3=A0,=20=C3=A9,=20and=20?= =?UTF-8?q?=C3=B9=20the=20default=20popup=20characters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/FossifyOrg/Keyboard/issues/134 --- app/src/main/res/xml/keys_letters_french_azerty.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/xml/keys_letters_french_azerty.xml b/app/src/main/res/xml/keys_letters_french_azerty.xml index 8a1c8ce2..bd8bf3bc 100644 --- a/app/src/main/res/xml/keys_letters_french_azerty.xml +++ b/app/src/main/res/xml/keys_letters_french_azerty.xml @@ -38,7 +38,7 @@ Date: Mon, 25 Aug 2025 23:05:34 +0530 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee4f398..1cc0b9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Improved French AZERTY layout ([#134]) + ### Added - German QWERTZ layout without dedicated umlaut keys ([#47]) @@ -74,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#47]: https://github.com/FossifyOrg/Keyboard/issues/47 [#78]: https://github.com/FossifyOrg/Keyboard/issues/78 +[#134]: https://github.com/FossifyOrg/Keyboard/issues/134 [#157]: https://github.com/FossifyOrg/Keyboard/issues/157 [#202]: https://github.com/FossifyOrg/Keyboard/issues/202 [#222]: https://github.com/FossifyOrg/Keyboard/issues/222