Close
Showing results 1 to 2 of 2
  1. #1

    Default Hotkeynet and sending a text string.

    Hello
    I can't figure this one out, Im trying to send a text string <Text /init> to my wow windows. But the / shows up as 7, so 7init will be sent
    Im on a Swedish keyboard and normally have to type Shift+7 to get the /. Any ideas??

    (Furyswipes script)
    <Hotkey ScrollLockOn Ctrl i>
    <SendLabel w0,w1,w2,w3,w4>
    <Key enter>
    <Wait 250>
    <Text /init>
    <Wait 175>
    <Key enter>

  2. #2

    Default

    Figured it out if anyone else should run in to the same problem, had to put a "divide" in there.

    <Hotkey ScrollLockOn Ctrl i>
    <SendLabel w0,w1,w2,w3,w4>
    <Key enter>
    <Wait 250>
    <Key divide>
    <Wait 25>
    <Text init>
    <Wait 175>
    <Key enter>

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •