Jump to content

[Bug Report] German layout fix - decoder v2.6


9233

Recommended Posts

Hello,

recently i tried out some ducky scripts which contained this key: " ^ "

I ran into the problem that the latest decoder (v2.6) isn't compatible with the german keyboard layout.

After i took a look into the de.properties file i discovered the line with the problem:

//ASCII_5E = CIRCUMFLEX_BITS + KEY_SPACE
// 94 ^ 
To fix this problem edit the lines above like this:
ASCII_5E = KEY_TILDE
// 94 ^ 
Now your ducky should be able to quack this: ^^^^ on a german keyboard layout :D

Modded Decoder v2.6 and de.properties are attached.

Update:

ASCII_27: " ' " seems to have problems too.

Fix:

ASCII_27 = KEY_BACKSLASH, MODIFIERKEY_SHIFT
// 39 '
Attachment also updated!

encoder german layout fix.zip

Edited by 9233
Link to comment
Share on other sites

My Bad!

These were all patched in the SVN version February 2013 thanks to Webdirector.

Looks like I forgot to apply the changes to the physical download.

UPDATE: I've now fixed the download (v2.6.1)

Thanks.

Edited by midnitesnake
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...