PDA

View Full Version : Keyclone and rightalt leftalt



suicidesspyder
12-27-2008, 10:29 PM
Ok i know this was discussed earlier but has keyclone been able to distinquish left and right alts yet cause when i want round robin its on my action bar with alt and number. But when i hit ralt +1 all send out same thing and then they are all on cd no switching.

algol
12-28-2008, 12:06 AM
As a point, WoW can't distinguish between them (Shift, Alt, and Ctrl are modifiers not potential binds, and no distinction between left and right is made). But it would be possible to have keyclone's keymapping send e.g. LAlt+N as X and RAlt+N as Y if the feature were to be added.

Looking in the keymap editor, it shows LALT+N and RALT+N respectively. So I suspect this works (but leave it to you to test and report back on as the more interested party). However it would be the ONLY scenario in which it is even possible, given the limitations of the WoW client.

Harem
12-28-2008, 03:09 AM
As a point, WoW can't distinguish between them (Shift, Alt, and Ctrl are modifiers not potential binds, and no distinction between left and right is made).

This is not true - warcraft does distinguish left and right modifier keys.

And no, he has not fixed it yet. If you really want to use it then you need to goto HKN, Octopus, IS:Repeater or something else.

Until you see a keyclone version later than 1.8k made with a date later than jun2008a - it won't be fixed.


He never answered my emails or PMs on this and only responded to one thread about this problem and never acknowledged it as an actual problem though many have brought it up. I have posted a simple test to demonstrate the bug. I'll find the post - gimme a min.

Harem
12-28-2008, 03:24 AM
This is where ('http://www.dual-boxing.com/forums/index.php?page=Thread&postID=157482&highlight=#post157482') he acknowledged a thread on the problem but did not acknowledge there actually being a problem.

And this thread ('http://www.dual-boxing.com/forums/index.php?page=Thread&postID=142181') is where I demonstrate the bug for anyone who cares to see that it is indeed a bug.


You cannot bind left and right mod keys in warcraft. YOU CAN, however, test for left and right mods in your macros.

This spreadsheet shows ('http://spreadsheets.google.com/ccc?key=pybw-DcKzRw_T9i7xvOyQfQ') how I have organized modifiers so that I can setup 90 FTL keys in my ui. I use multiple mod keys to bind and then test the left and right on those keys like this:


[nomod:ctrl,mod:lalt,mod:lshift,nomod:rshift,target =ToonA]
[nomod:ctrl,mod:ralt,mod:lshift,nomod:rshift,target =ToonB]
[nomod:ctrl,mod:lalt,nomod:lshift,mod:rshift,target =ToonC]
[nomod:ctrl,mod:ralt,nomod:lshift,mod:rshift,target =ToonD]
[nomod:ctrl,mod:lalt,mod:lshift,mod:rshift,target=T oonE]

The above is for keys without a mod in the binding. Its a simple thing to change the above to accommodate the ALT-CTRL mod bindings and the CTRL-SHIFT bindings I have in the spreadsheet.

Harem
12-28-2008, 03:29 AM
One more thing - to be clear -

Keyclone WILL properly call up hotstrings when calling them with left and right modifiers - IT WILL NOT - however, send the proper modifier key to the receiving instance (always sends lalt and rctrl, if memory serves) - for those that don't want to take the time to test everything and would like the cliff notes version of whats going on.

algol
12-28-2008, 03:39 AM
You cannot bind left and right mod keys in warcraft. YOU CAN, however, test for left and right mods in your macros.

Sweet.

That's a little messy, since you could have a macro looking for RALT+N and a keybind to ALT+N would interpret both LALT and RALT as ALT...gg Blizz? But it allows for more macro & keymap options, which is good for us.

Harem
12-28-2008, 04:02 AM
That's a little messy,

Not really. Did you look at the spreadsheet?

I use ALT-CTRL for one set of buttons and CTRL-SHIFT for another set of buttons. That leaves ALL of the single mod binds available. Alt+N does nothing on any button I have and so can still be bound to whatever warcraft function you may want.

Actually, it less messy than any other method I've used in the past.

I've been meaning to document it better and post on it so other s can see if there is anything there they might want to use.

Sajuuk
12-28-2008, 04:16 AM
Thanks for the insight Harem. I'm going to have to fiddle with this!

suicidesspyder
12-28-2008, 04:19 AM
Ok so what you are saying is this. On my action bar i use alt 1- alt 5 atm for death grip. But with
[nomod:ctrl,mod:lalt,mod:lshift,nomod:rshift,target =ToonA] i can put all dg's on alt 1. Then turn round robin on and click lalt and for toona it should cast
then on toonb if clicked again it should cast right im just asking before i try to make sure i understand the modifier part.

algol
12-28-2008, 05:32 AM
Not really. Did you look at the spreadsheet?

Spreadsheet? What spreadsheet? I was commenting on Blizzard's inconsistent implementation and the issues it could cause if one is not cautious.

Harem
12-28-2008, 01:13 PM
oh.

I posted a link to my spreadsheet that keeps track of the modifiers so that Blizzards implementation doesn't get in the way.

http://spreadsheets.google.com/ccc?key=pybw-DcKzRw_T9i7xvOyQfQ ('http://spreadsheets.google.com/ccc?key=pybw-DcKzRw_T9i7xvOyQfQ')

I linked it in an above post but it might not have been obvious. Anyway - using double modifiers and then attaching them to my mouse wheel tilt. - its keeps everything from getting messy - even with blizzards implementation.


Spyder:
If you are using keyclone then [mod:alt] and [mod:lalt] are the same and [mod:ralt] will make things not work. Just put LSHIFT+LALT+1 on round robin but your keybinding wil have to be shift+alt+1 - no need for the modifier check in what you are doing (with death grip anyway).

suicidesspyder
12-28-2008, 01:28 PM
Ok i put on rr lalt+1 and then thats what my action bar is now when i hit it they all send out death grip wierd huh. If i turn it off nothing i end up actually having to remove that combo from the round robin window for the al+1 to work again.

Harem
12-29-2008, 01:13 AM
hmm...


have you tried just using plain ole' number 1 and see if you can get that to round robin? lets take the mods out of the equation first.

suicidesspyder
12-30-2008, 07:39 PM
Ok that works but its the alts that dont work and it shows up on keyclone as lalt ralt rshift lshift rctrl lctrl. So it seems to me that you cant use an alt shift or ctrl without a modifier gotta think of a new button.

suicidesspyder
12-30-2008, 09:11 PM
ok but for some reason now i put ~ as my dg and when i hit it they all shoot it. What in da heck am i doing wrong with round robin.

Maxion
01-02-2009, 03:17 PM
You should make a different thread for that spyder, this thread is about something far more advanced.