Cayenne/Windows developer help

From: Michael Gentry (Yes, I'm a Contractor) ("Michael)
Date: Wed Mar 01 2006 - 10:08:57 EST

  • Next message: Gentry, Michael \(Contractor\): "RE: Cayenne/Windows developer help"

    Could someone who develops on Windows test something for me?

    In org.objectstyle.cayenne.modeler.action.NewProjectAction, could you
    replace getAcceleratorKey() with this implementation and see if the
    Control-N keyboard shortcut works for you in the modeler? Iım trying to fix
    the keyboard shortcuts for OS X and want to make sure it still works on
    Windows (or Linux).

    Thanks!

    /dev/mrg

        public KeyStroke getAcceleratorKey() { return
    KeyStroke.getKeyStroke(KeyEvent.VK_N,
    Toolkit.getDefaultToolkit().getMenuShortcutKeyMask()); }



    This archive was generated by hypermail 2.0.0 : Wed Mar 01 2006 - 10:08:58 EST