I have a java swing app that has some shortcuts key (F10
,F12
, etc).
The problem is that when I run this app on MacOS X the shortcuts keys when are pressed they have the default behavior on mac OS.
It is some possibility to disable the default behavior of the F keys on MacOS programmatically from my swing app ?