Shan
01/16/2019, 10:10 PMshortcut(KeyCombination.valueOf("Ctrl+Y"))
, I was just wondering if I can also use this method for a combination of a keyboard value and a mouse click? I've been doing a nested thing where it detects when shift is pressed, and then if shift is pressed and mouse is clicked, do a thing. Just wondering if there is a faster/better way!