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

Yes, the Windows logo / Super key is not supported by SWT, and support is not planned.

http://msdn.microsoft.com/en-us/library/windows/desktop/dn742465%28v=vs.85%29.aspx#Choosing_shortcut_keys__what_not_to_do_ says:
"Don't use the Windows logo modifier key for program shortcut keys. Windows logo key is reserved for Windows use."

https://developer.gnome.org/hig/stable/keyboard-input.html.en#system-shortcuts says:
"The Super key is intended as a system-level key, and should not be used by applications."

Markus



From:        Lars Vogel <lars.vogel@xxxxxxxxx>
To:        platform-swt-dev@xxxxxxxxxxx
Date:        2014-10-09 16:37
Subject:        [platform-swt-dev] SWT Event for the Windows key
Sent by:        platform-swt-dev-bounces@xxxxxxxxxxx




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