Hello I implemented keyboard_layout for french keyboard.
I've had some problems for using "COMBINED_KEYS" attribute for french dead keys circumflex and two dots because their keycode are not used into ASCII_TO_KEYCODE
I hesitated between using somes \x00 entries (like NUL, SOH) or creating a new attribute, In the end I choose the second way
Hello I implemented keyboard_layout for french keyboard.
I've had some problems for using "COMBINED_KEYS" attribute for french dead keys circumflex and two dots because their keycode are not used into ASCII_TO_KEYCODE
I hesitated between using somes \x00 entries (like NUL, SOH) or creating a new attribute, In the end I choose the second way
thank you