Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] short cut key in plugin

hello
  I have some menu on a plugin view. when i try to set short cut key on it,
using  Action.setAccelerator(int keycode),  it did not work at all.
  I used to set short cut on a StandAlone Project using
MenuItem.setAccelerator(int keycode), it's no problem.

  why?

roger@ beijing



Back to the top