diff mbox

Added numbersign to 0x29 in the fr-ca layout.

Message ID CAB_hKi25ni_eVhEV+3b83Kt3O-0t5-+HAUc8tZxEwfyHh+V2ag@mail.gmail.com
State New
Headers show

Commit Message

Christopher Tate March 7, 2016, 8:45 p.m. UTC
Hello,

I found it necessary to add this line to the fr-ca layout to write the "#"
character:

numbersign 0x29

Merci !

Christopher Tate
diff mbox

Patch

From 87726f17bb84b342878c5a60973e9562c9ed4a1f Mon Sep 17 00:00:00 2001
From: ctate <ctate@gurulabs.com>
Date: Mon, 7 Mar 2016 13:32:44 -0700
Subject: [PATCH] Added numbersign to 0x29 in the fr-ca layout.

---
 pc-bios/keymaps/fr-ca | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pc-bios/keymaps/fr-ca b/pc-bios/keymaps/fr-ca
index b645208..7b6a274 100644
--- a/pc-bios/keymaps/fr-ca
+++ b/pc-bios/keymaps/fr-ca
@@ -3,6 +3,7 @@ 
 include common
 map 0xc0c
 
+numbersign 0x29
 backslash 0x29 altgr
 plusminus 0x2 altgr
 at 0x3 altgr
-- 
1.8.3.1