Log in

View Full Version : Can Xkeys make a sequence of keys mapped on one button?



Deekhay
02-03-2009, 06:27 PM
Hello,

Well just as the title says, Is it possible to map one xkeys key to:

On first press - key A
On second press - key B
On third press - key C

Is yes, how?

Thank you!

Owltoid
02-04-2009, 11:22 AM
I know I'm not answering your question (sorry) but just to let you know you can do this with Hotkeynet.

Aldercy
02-05-2009, 07:59 AM
Unfortunately no, X-Keys can not create a round robin setup as you described. Having said that there are many ways to achieve this; both through in game macros and also third party programs such as HotKeyNet or Keyclone.

For macro ideas I suggest you take a look at the wow wiki: http://www.wowwiki.com/Multiboxing_macros

If you wish to use one of the above programs then a search of these forums should yield some examples.

Hope this helps :)
- Aldercy

Deekhay
02-05-2009, 09:56 AM
In fact this question is to avoid doing the macro due to castsequence lag. I'm using keyclone and don't see how to do this. As far as I know, round robin just "jumps" from client to client. What I need is a key in xkeys that "jumps" from key to key :).

Freddie
02-05-2009, 10:16 AM
Like Owltoid said, you can make your X-Keys do this with HotkeyNet. The basic syntax is:



<Hotkey F1> // ANY X-KEYS KEY
<Toggle>
<Key A>
<Toggle>
<Key B>
<Toggle>
<Key C>

For more info:

http://hotkeynet.com/p/toggles.html

http://hotkeynet.com/ref/toggle.html