Commit 7df69403 authored by Claudio Valerio's avatar Claudio Valerio

fixed zero key on french keyboard

parent 38ff628f
...@@ -220,7 +220,7 @@ const KEYBT FRENCH_LOCALE[] = { ...@@ -220,7 +220,7 @@ const KEYBT FRENCH_LOCALE[] = {
/* ? 7 */ KEYBT(0xe8, XK_egrave, 0x37, 0x37), /* ? 7 */ KEYBT(0xe8, XK_egrave, 0x37, 0x37),
/* _ 8 */ KEYBT(0x5f, 0x38), /* _ 8 */ KEYBT(0x5f, 0x38),
/* ? 9 */ KEYBT(0xe7, XK_ccedilla, 0x39, 0x39), /* ? 9 */ KEYBT(0xe7, XK_ccedilla, 0x39, 0x39),
/* ? 0 */ KEYBT(0xe0, 0x29), /* ? 0 */ KEYBT(0xe0, 0x30),
/* ) ? */ KEYBT(0x29, 0xb0), /* ) ? */ KEYBT(0x29, 0xb0),
/* = + */ KEYBT(0x3d, 0x2b), /* = + */ KEYBT(0x3d, 0x2b),
......
...@@ -247,7 +247,7 @@ const KEYBT FRENCH_LOCALE[] = { ...@@ -247,7 +247,7 @@ const KEYBT FRENCH_LOCALE[] = {
/* ? 7 */ KEYBT(0xe8, 0x37), /* ? 7 */ KEYBT(0xe8, 0x37),
/* _ 8 */ KEYBT(0x5f, 0x38), /* _ 8 */ KEYBT(0x5f, 0x38),
/* ? 9 */ KEYBT(0xe7, 0x39), /* ? 9 */ KEYBT(0xe7, 0x39),
/* ? 0 */ KEYBT(0xe0, 0x29), /* ? 0 */ KEYBT(0xe0, 0x30),
/* ) ? */ KEYBT(0x29, 0xb0), /* ) ? */ KEYBT(0x29, 0xb0),
/* = + */ KEYBT(0x3d, 0x2b), /* = + */ KEYBT(0x3d, 0x2b),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment