[Qemu-devel] [PATCH v3] keymaps: fr-ca: more fixups

Gerd Hoffmann posted 1 patch 6 years, 9 months ago
Failed in applying to current master (apply log)
pc-bios/keymaps/fr-ca | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH v3] keymaps: fr-ca: more fixups
Posted by Gerd Hoffmann 6 years, 9 months ago
Fixes: https://bugs.launchpad.net/qemu/+bug/533613
Cc: Thomas Huth <thuth@redhat.com>
Suggested-by: Jérôme Poulin <jeromepoulin@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 pc-bios/keymaps/fr-ca | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca
index 030f56a78e..13a0306762 100644
--- a/pc-bios/keymaps/fr-ca
+++ b/pc-bios/keymaps/fr-ca
@@ -10,6 +10,7 @@ sterling 0x4 altgr
 cent 0x5 altgr
 currency 0x6 altgr
 notsign 0x7 altgr
+numbersign 0x29
 bar 0x29 shift
 twosuperior 0x9 altgr
 threesuperior 0xa altgr
@@ -38,6 +39,10 @@ dead_cedilla 0x1b
 dead_diaeresis 0x1b shift
 exclam 0x2 shift
 quotedbl 0x3 shift
+comma 0x33
+apostrophe 0x33 shift
+period 0x34
+period 0x34 shift
 slash 0x4 shift
 dollar 0x5 shift
 percent 0x6 shift
@@ -47,6 +52,9 @@ asterisk 0x9 shift
 parenleft 0xa shift
 parenright 0xb shift
 underscore 0xc shift
-plus 0xd shift
 minus 0xc
+underscore 0xc shift
 equal 0xd
+plus 0xd shift
+semicolon 0x27
+colon 0x27 shift
-- 
2.9.3


Re: [Qemu-devel] [PATCH v3] keymaps: fr-ca: more fixups
Posted by Thomas Huth 6 years, 9 months ago
On 17.07.2017 15:34, Gerd Hoffmann wrote:
> Fixes: https://bugs.launchpad.net/qemu/+bug/533613
> Cc: Thomas Huth <thuth@redhat.com>
> Suggested-by: Jérôme Poulin <jeromepoulin@gmail.com>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  pc-bios/keymaps/fr-ca | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca
> index 030f56a78e..13a0306762 100644
> --- a/pc-bios/keymaps/fr-ca
> +++ b/pc-bios/keymaps/fr-ca
> @@ -10,6 +10,7 @@ sterling 0x4 altgr
>  cent 0x5 altgr
>  currency 0x6 altgr
>  notsign 0x7 altgr
> +numbersign 0x29
>  bar 0x29 shift
>  twosuperior 0x9 altgr
>  threesuperior 0xa altgr
> @@ -38,6 +39,10 @@ dead_cedilla 0x1b
>  dead_diaeresis 0x1b shift
>  exclam 0x2 shift
>  quotedbl 0x3 shift
> +comma 0x33
> +apostrophe 0x33 shift
> +period 0x34
> +period 0x34 shift
>  slash 0x4 shift
>  dollar 0x5 shift
>  percent 0x6 shift
> @@ -47,6 +52,9 @@ asterisk 0x9 shift
>  parenleft 0xa shift
>  parenright 0xb shift
>  underscore 0xc shift
> -plus 0xd shift
>  minus 0xc
> +underscore 0xc shift
>  equal 0xd
> +plus 0xd shift
> +semicolon 0x27
> +colon 0x27 shift

I don't have a fr-ca keyboard, but at least from having a quick look at
it, the patch looks now fine to me.

 Thanks,
  Thomas