mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
comment_out_Meta
This commit is contained in:
parent
f7a2fc8ddc
commit
c49f111ac8
@ -59,7 +59,7 @@ import java.io.FileInputStream;
|
||||
* This is a test application for using the BrowserControl.
|
||||
|
||||
*
|
||||
* @version $Id: EMWindow.java,v 1.36 2002/05/08 21:55:10 edburns%acm.org Exp $
|
||||
* @version $Id: EMWindow.java,v 1.37 2002/08/31 02:09:12 edburns%acm.org Exp $
|
||||
*
|
||||
* @see org.mozilla.webclient.BrowserControlFactory
|
||||
|
||||
@ -800,7 +800,8 @@ public void mouseEntered(java.awt.event.MouseEvent e)
|
||||
System.out.println("Shift ");
|
||||
}
|
||||
if (e.isMetaDown()) {
|
||||
System.out.println("Meta ");
|
||||
// PENDING(edburns): this is always sent for some reason
|
||||
//System.out.println("Meta ");
|
||||
}
|
||||
String href = eventProps.getProperty("href");
|
||||
if (null != href) {
|
||||
|
Loading…
Reference in New Issue
Block a user