EBhero Posted February 8 Share Posted February 8 Hello! I' ve been looking into getting a rubber ducky but in Canada we have those funny canadian french (CAFR) keyboards. I know they look insane don't laugh. The problem is that they use deads keys: a special key that does nothing on it's own until a second key is pressed. Ex: if I want to do an 'ê', I need to press the '^' key then the 'e' key. I've looked at the rubber ducky layouts on layout, specially the CAFR one, and it doesn't seem like it dead keys are supported? I'm mostly asking because an important symbol, the '^', needs a dead key combo ('^' key + 'space' key) Does the rubber ducky compiler support dead keys correctly? Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted February 8 Share Posted February 8 I haven't verified it against any CAFR keyboard layout specifically, but I know that other keyboard layouts/languages that uses the same kind of "logic" works when using the Ducky. I.e. if you only press the key representing the ^ char, then nothing happens. But if you press space or the e key after ^ has been pressed, then it either outputs ^ or ê. Something like STRING ^ SPACE REM or STRING ^ STRING e Quote Link to comment Share on other sites More sharing options...
EBhero Posted February 9 Author Share Posted February 9 Good! But what about putting a full string? Would that work? STRING This is a full string with a ^ few dëad kêys combo Quote Link to comment Share on other sites More sharing options...
Solution dark_pyrro Posted February 9 Solution Share Posted February 9 This should work (it at least does on one of my lab/test systems, not CAFR though) STRING This is a full string with a ^ SPACE SPACE STRING few d¨ead k^eys combo Quote Link to comment Share on other sites More sharing options...
EBhero Posted February 12 Author Share Posted February 12 This answers my question. I would need to write the code to support those character. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.