Jump to content

[Encoder] Nordic keyboard layout and the Rubber Ducky


crashie

Recommended Posts

Hi, wonder if anyone here can help solving a small problem regarding the nordic keyboard layout's in windows. Trying to get the correct reference to the symbol "^" (caret) but can't figure it out. The reference in the sv.properties, no.properties, dk.properties are incorrect.

Have tried this: //ASCII_5E = CIRCUMFLEX_BITS + KEY_SPACE, MODIFIERKEY_SHIFT

But it won't work.. still giving errors when the caret symbol is included in a script.

Any help appreciated.

/crashie

Link to comment
Share on other sites

Here we hold SHIFT and press the key which has the UMLAUT (¨) symbol and caret (^) and after that a SPACE to get the ^.

So there are three buttons involved to get the symbol in windows.

Here's a pic of the layout: http://upload.wikimedia.org/wikipedia/en/c/cf/Keyboard_Layout_Swedish.png

If you press the ALT and the same button you get a TILDE.

What keys do you normally press to get ^ ?

Can you try:

ASCII_5E = KEY_RIGHT_BRACE, MODIFIERKEY_SHIFT

Link to comment
Share on other sites

With the three-key combinations, you usually get the third result by pressing ALT_GR + <KEY>. Does that work?

Link to comment
Share on other sites

With the three-key combinations, you usually get the third result by pressing ALT_GR + <KEY>. Does that work?

I will try that when I get back home and can use a PC, since my mac has another layout :P But I'll post the results. Thanks for all the other comments to.

/crashie

Link to comment
Share on other sites

  • 4 weeks later...

Hi,

in France we have ^ with a deadkey like you to type ô ê î â.

But we have a direct acces with alt_gr + 9.

Can you try that?

ASCII_5E = KEY_RIGHT_BRACE, MODIFIERKEY_SHIFT

Then in the payload something like that:

STRING ^a ^ ^o

Dnu

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...