Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT Event for the Windows key

The windows key is a modifier in SWT, so it is mapped the same as CTRL,
SHIFT, ... and can be extracted from the MODIFIER_MASK.

Tom

On 09.10.14 16:37, Lars Vogel wrote:
> Hi,
> 
> I was asked why we (platform.ui) don't have a mapping for the Windows
> key in our SWTKeyLookup class located in JFace.
> 
> AFAIK there is no SWT key event for the windows button. If that is
> correct, is their a reason for this? Is it planned to add this event?
> 
> Best regards, Lars
> 
> 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> 



Back to the top