Skip to main content

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


This is a JFace question.
Class action is in package org.eclipse.jface.action.
Please ask your question on the JFace newsgroup:
news://news.eclipse.org/eclipse.platform
Carolyn



yuanquan <yuanq@xxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

08/22/2005 10:05 PM

Please respond to
"Eclipse Platform SWT component developers list."

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[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

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top