Originally Posted by 'Freddie',index.php?page=Thread&postID=41506#post4 1506
Maybe I just figured out what you mean. Do you want to tap a key that means "The next hotkey should be sent to Client X." then you tap something that invokes a hotkey whose definition, by itself, doesn't designate any particular window. When the hotkey executes, it takes its target from the target that was picked by the previous key tap.
Is that it? If so, I dont think this is a matter of modifiers. I think it has to do with adding some kind of state variable to HKN so it remembers from one hotkey to the next what the desired target is. Right now HKN loses its memory completely between hotkeys. :)