crashie Posted March 11, 2013 Posted March 11, 2013 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 Quote
no42 Posted March 11, 2013 Posted March 11, 2013 (edited) What keys do you normally press to get ^ ? Can you try: ASCII_5E = KEY_RIGHT_BRACE, MODIFIERKEY_SHIFT Edited March 11, 2013 by midnitesnake Quote
ApacheTech Consultancy Posted March 11, 2013 Posted March 11, 2013 Or try: ASCII_5E = KEY_6, MODIFIERKEY_SHIFT Quote
crashie Posted March 12, 2013 Author Posted March 12, 2013 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 Quote
no42 Posted March 12, 2013 Posted March 12, 2013 your going to have to get a usb keyboard, and a sniffer (google bus dog / usblyzer) to capture the traffic, Im not sure what the HID code will be? Quote
ApacheTech Consultancy Posted March 12, 2013 Posted March 12, 2013 With the three-key combinations, you usually get the third result by pressing ALT_GR + <KEY>. Does that work? Quote
crashie Posted March 12, 2013 Author Posted March 12, 2013 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 Quote
Dnucna Posted April 7, 2013 Posted April 7, 2013 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 Quote
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.