I have an option to right-click. But users that need to use Ctrl + Click
cannot use right-click because Java only allows for the right-click button to be hit.
Does anyone know how I can allow for Ctrl + Click
, as well as the right-click button?
Thanks!