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

Gerd Hoffmann posted 1 patch 6 years, 8 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
pc-bios/keymaps/fr-ca | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH] keymaps: fr-ca: more fixups
Posted by Gerd Hoffmann 6 years, 8 months ago
Cc: 533613@bugs.launchpad.net
Cc: Thomas Huth <thuth@redhat.com>
Suggested-by: Jérôme Poulin
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 pc-bios/keymaps/fr-ca | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca
index 030f56a78e..2e540d596c 100644
--- a/pc-bios/keymaps/fr-ca
+++ b/pc-bios/keymaps/fr-ca
@@ -3,6 +3,8 @@
 include common
 map 0xc0c
 
+numbersign 0x29
+bar 0x29
 backslash 0x29 altgr
 plusminus 0x2 altgr
 at 0x3 altgr
@@ -10,7 +12,6 @@ sterling 0x4 altgr
 cent 0x5 altgr
 currency 0x6 altgr
 notsign 0x7 altgr
-bar 0x29 shift
 twosuperior 0x9 altgr
 threesuperior 0xa altgr
 onequarter 0xb 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
@@ -48,5 +53,8 @@ parenleft 0xa shift
 parenright 0xb shift
 underscore 0xc shift
 plus 0xd shift
-minus 0xc
-equal 0xd
+minus 0x0c
+underscore 0x0c shift
+equal 0x0d
+semicolon 0x27
+colon 0x27 shift
-- 
2.9.3


Re: [Qemu-devel] [PATCH] keymaps: fr-ca: more fixups
Posted by Thomas Huth 6 years, 8 months ago
If you'd like to do me a favour, please put the URL to the Launchpad bug
into the commit message - then it is later easier to close the bug with
the scripts/show-fixed-bugs.sh script.

On 17.07.2017 13:15, Gerd Hoffmann wrote:
> Cc: 533613@bugs.launchpad.net
> Cc: Thomas Huth <thuth@redhat.com>
> Suggested-by: Jérôme Poulin
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  pc-bios/keymaps/fr-ca | 14 +++++++++++---
>  1 file changed, 11 insertions(+), 3 deletions(-)
> 
> diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca
> index 030f56a78e..2e540d596c 100644
> --- a/pc-bios/keymaps/fr-ca
> +++ b/pc-bios/keymaps/fr-ca
> @@ -3,6 +3,8 @@
>  include common
>  map 0xc0c
>  
> +numbersign 0x29
> +bar 0x29
>  backslash 0x29 altgr
>  plusminus 0x2 altgr
>  at 0x3 altgr
> @@ -10,7 +12,6 @@ sterling 0x4 altgr
>  cent 0x5 altgr
>  currency 0x6 altgr
>  notsign 0x7 altgr
> -bar 0x29 shift
>  twosuperior 0x9 altgr
>  threesuperior 0xa altgr
>  onequarter 0xb 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
> @@ -48,5 +53,8 @@ parenleft 0xa shift
>  parenright 0xb shift
>  underscore 0xc shift
>  plus 0xd shift
> -minus 0xc
> -equal 0xd
> +minus 0x0c

The other values don't use a leading 0 in the hex value, so I'd maybe
keep the "0xc" instead of "0x0c" here?

> +underscore 0x0c shift
> +equal 0x0d

dito

> +semicolon 0x27
> +colon 0x27 shift
>