added Platform settings separating mouse use of win/mac difference
[jalview.git] / src / jalview / jbgui / GDesktop.java
index 89b8781..bbde757 100755 (executable)
@@ -143,7 +143,7 @@ public class GDesktop extends JFrame
       e.printStackTrace();
     }
 
-    if (!Platform.isAMacAndNotJS())
+    if (Platform.isWin()) //!Platform.isAMacAndNotJS())
     {
       FileMenu.setMnemonic('F');
       inputLocalFileMenuItem.setMnemonic('L');