m-labs / bugs

Old Milkymist repos. Only kept for historical purposes :)
4 stars 0 forks source link

Incorrect keys in french layout #16

Closed sbourdeauducq closed 13 years ago

sbourdeauducq commented 13 years ago

e.g. a, q, and 0 to 9 (and the symbols on those keys). This is the last thing to fix before 0.4.

xiangfu commented 13 years ago

the scan code of 0~9 should be same with German/US keyboard.

those keys works fine with my French keyboard, kayout is 058: http://ascii-table.com/keyboard.php/058 there is where I bought it: http://item.taobao.com/item.htm?id=6012889056 http://www.keye-it.com/photo/LEXMA-2.jpg

there are some keys not in ASCII[1] or ASCII-extend[2], like: U+0308 Combining Diaeresis, not working [1] http://ascii-table.com/ascii.php [2] http://ascii-table.com/ascii-extended-pc-list.php

xiangfu commented 13 years ago

All those 'Combining keys' not working: Combining Acute Accent, Combining Diaeresis, Combining Cedilla,

the '[¾] Vulgar Fraction Three Quarters'(U+00BE) and '[³]Superscript Three'(U+00B3) not working,

sbourdeauducq commented 13 years ago

We need the layout for France, not for Canada (which is similar to US). See http://ascii-table.com/keyboard.php/189

xiangfu commented 13 years ago

Fixed in : https://github.com/milkymist/flickernoise/commit/dda38560ca08c5058a37b782e81b278f7f36469d https://github.com/milkymist/mtk/commit/bf53d15634319d0a0c9a2adb05bd4e7d79c838ec

Please test again.

sbourdeauducq commented 13 years ago

Perfect, thanks!