PDA

View Full Version : [HotKeyNet] Hotkeynet and sending a text string.



moffen666
08-04-2022, 06:43 PM
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>

moffen666
08-16-2022, 01:46 PM
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>