monarch-initiative / PhenoteFX

PhenoteFX
https://monarch-initiative.github.io/PhenoteFX/
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Cannot open by MIM number in PhenoteFX #75

Closed nicolevasilevsky closed 5 years ago

nicolevasilevsky commented 5 years ago

On my Mac OS v10.14.3, I cannot open by MIM number in PhenoteFX

pnrobinson commented 5 years ago

I think we need to revise the fx shortcuts according to Stackoverflow, the following is cross-platform

<MenuItem mnemonicParsing="false" text="%menu.save" accelerator="Shortcut+S"/>
pnrobinson commented 5 years ago

I have found this

https://docs.oracle.com/javafx/2/api/javafx/scene/input/KeyCombination.html#SHORTCUT_DOWN

and changed the accelerators correspondingly. It should now be platform independent. Also remove the shortcuts from the fxml file.