2015-06-12 17:02 GMT+02:00 Marcel Schneider <[email protected]>: > >> Would it be possible to have wordprocessing software where one uses > >> CONTROL APOSTROPHE for U+2019 and CONTROL SHIFT APOSTROPHE for U+02BC > > CONTROL and CONTROL+SHIFT cannot work on French keyboards where the > existing ASCII apostrophe is on the numeric row where there are also ascii > controls mapped matching the ASCII open brace that is itself mapped on > ALTGR (or CTRL+ALT) in order to generate instead the C0 control. >
In general it is a bad idea to map any printable character or combining character or dead key with the CTRL or CTRL+SHIFT modifiers associated to any position in the alphanumerica part of the keyboard: this should remain reserved to map function keys or C0/C1 controls only, that local applications will use to assign them application-specific application functions.

