What am I doing wrong? Behaviour (Mac) is as follows.
Any "Keyboard.xxx; nothing
Any Key = “x”; nothing on the first press, a very quiet beep on the 2nd (rapid) press and then normal beeps thereafter (3rd rapid etc)
All this means that, for cmd-mousedown for instance, the keydown is not registered, so no action.
Any ideas?
If Keyboard.ShiftKey Then
beep
Elseif
Key = "g" Then
beep
End if
Return True
4 posts - 2 participants