hi, yes in theory there is a possibility that they share the toggel, by using <SetToggle>, or with a variable, like this:
Code:
<HotKey 1-5>
<If togglestate is 1>
<SetVar togglestate 2>
<SendLabel w1>
<Key %Trigger%>
<Else If togglestate is 2>
<SetVar togglestate 3>
<SendLabel w2>
<Key %Trigger%>
<Else If togglestate is 3>
<SetVar togglestate 4>
<SendLabel w3>
<Key %Trigger%>
<Else If togglestate is 4>
<SetVar togglestate 5>
<SendLabel w4>
<Key %Trigger%>
<Else If togglestate is 5>
<SetVar togglestate 1>
<SendLabel w5>
<Key %Trigger%>
<Else>
<SetVar togglestate 2>
<SendLabel w1>
<Key %Trigger%>
..i hope that works, as i haven't tested it.
Connect With Us