Jump to content

OSX key layout - multiple modifier keys


Recommended Posts

Hi, 

I'm reworking the danish key layout to work on OSX for the most common / useful special chars. I'm testing with following written in the ducky script: 

| * @ ' " & / \ {} () [] = + - _ # : , .

I get the following output: 

| * @ ' " & / ¶ ¶≠ () [ = + - _ # : , .

So I have a few errors I'm trying to iron out.

Right now I got the following errors

] - gives me the error "Char not found:ASCII_5D", which is a little weird because it's set to ASCII_5D = KEY_9, MODIFIERKEY_RIGHT_ALT

\ - yields ¶, which seems to be because only one modifier key is allowed. On the danish layout the correct combination is ASCII_5C = KEY_7, MODIFIERKEY_RIGHT_ALT, MODIFIERKEY_SHIFT but the MODIFIERKEY_SHIFT is ignored. 

{} - yields [ and ], respectively and it this seems to be because of the same issue as with the backslash where the one modifier key is ignored. 

I'm having trouble figuring out how to set two modifier keys, if it's even possible, or find another way to map the keys. If anyone nows a way around this, it would much appreciated.

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...