Closed
Description
I read in KeyboardLayout.h that it was not possible to use both SHIFT and ALT_GR on the same character.
I was trying to emulate a Backslash on a French Mac keyboard (normally typed by pressing Option+Shift+colon) and tried to modify the KeyboardLayout_fr_FR.cpp file by adding:
0x37|SHIFT|ALT_GR, // bslash
but obviously didn't work.
Is there another way to do this?