2

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 ?

freshbm
  • 5,540
  • 5
  • 46
  • 75
AlexGo
  • 487
  • 4
  • 19

1 Answers1

1

No, these settings are under the user's aegis in System preferences > Keyboard > Keyboard Shortcuts. Of course, nothing precludes your adding a modifier to your chosen key binding, for example. Ideally, you should let the user persist a preference.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045