Jump to content

9233

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by 9233

  1. Do you have the latest encoder version? (v2.6) If not: https://ducky-decode.googlecode.com/files/DuckEncoder_v2.6.1.zip I already fixed it in the past: https://forums.hak5.org/index.php?/topic/30798-bug-report-german-layout-fix-decoder-v26/?p=231931 You can also download the fixed encoder from the attachments :)
  2. 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 :DModded 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
×
×
  • Create New...