My app is cross-platform, hence why SWT is being used. I can easily monitor for the Mac Command/Flower key press when the app is running using SWT (they have SWT.COMMAND as a key press).
I want to know how to see if the command key is being pressed and held down as the app opens. I found a few examples on here, but those were for caps lock, I need the command key. Any suggestions in Java or SWT code? Thanks.