
Originally Posted by
'Freddie',index.php?page=Thread&postID=154721#post 154721
When you press that hotkey, HotkeyNet displays messages saying which keystrokes it's sending. Which keystrokes does it say?
Ok, found one problem, which was that I should have been using %TriggerMainKey% so that my extra mouse button modifier keys don't get sent through. After making that change, the shifted buttons still don't seem to work. Here's the output from hotkeynet.
Code:
From this pc: <SendWinM w2><Key Shift E>
<SendWinM w2> completed: Window found. Target set to 0x203A2 "w2"
<Key Shift E> completed
based on the modified code of
Code:
<UseKeyAsModifier Oem5>
<Hotkey Oem5 ScrollLockOn Shift E>
<If ActiveWinIs w1>
<sendlabel lw2>
<Key Shift %TriggerMainKey%>
<Else If ActiveWinIs w2>
<sendlabel lw1>
<Key Shift %TriggerMainKey%>
<Else If ActiveWinIs w3>
<sendlabel lw2>
<Key Shift %TriggerMainKey%>
<Else>
<SendFocusWin>
<Key Shift %TriggerMainKey%>
I just get normal lower case coming through.
Connect With Us