thenameless
Member
- Joined
- Jun 19, 2005
- RedCents
- 594¢
So I have my log parser doing it's job and storing it in clipboard and I have been selecting the correct chat window > pasting it there > hiring enter,however I have sent it to unintended chat windows so I made this social.
First in game options > keys > UI > paste from clipboard = set your button I chose "Alt Npad /"
Social button name, I did "dps"
Simply brings the last used chat window back to focus > types "1 ", affter the slash > holds the "Alt" key as it hits the "/" number pad key > hits enter key for you.
No matter what you have selected when you hit your social it will send you desired data to the correct channle.
Took me a bit of searching to figure out how to use number pad keys & how to get keypress to type by adding "chat" to the end.
Hope this helps someone out.
First in game options > keys > UI > paste from clipboard = set your button I chose "Alt Npad /"
Social button name, I did "dps"
Rich (BB code):
Line 1 = Keypress /
Line 2 = Keypress 1 chat (keep in mind yours might be a different #)
Line 3 = Keypress Space chat
Line 4 = Keypress Alt+Num_slash
Line 5 = Keypress enter chat
Simply brings the last used chat window back to focus > types "1 ", affter the slash > holds the "Alt" key as it hits the "/" number pad key > hits enter key for you.
No matter what you have selected when you hit your social it will send you desired data to the correct channle.
Took me a bit of searching to figure out how to use number pad keys & how to get keypress to type by adding "chat" to the end.
Hope this helps someone out.