rbritton
5 years agoNew Contributor
Mouse click Alt key doesn't work
I'm trying to test visual studio's mouse click Go to Definition feature, which allows both ctrl, alt, or both together as the keys. When using the Click() method and passing TShiftKeys, skCtrl works properly, but skAlt does not appear to work as the go to definition is not performed.
With the physically recorded click with the keys, I am seeing the Alt + Click function properly, so there is something about how I determine where to click that is incorrect instead.