The word "Blind" may be followed by one or more modifier symbols (!#^+) to allow those modifiers to be released automatically if needed
But what if you have defined a blind send only for one side of a modifier, e.g., Right Control, but not Left Control, and would prefer to mask only the RightControl
This doesn't work automatically
Code: Select all
RCtrl & vk4A::Send('{Blind^>}{Down}') ;⎈›j Arrow Down (with modifiers)
RCtrl & vk4B::Send('{Blind^>}{Up}') ;⎈›k Arrow Up (with modifiers)
RCtrl & vk4C::Send('{Blind^>}{Left}') ;⎈›l Arrow Left (with modifiers)
RCtrl & vkBA::Send('{Blind^>}{Right}') ;⎈›; Arrow Right (with modifiers)
It would be nice if Blind weren't blind to sides and allowed ^> syntax