a=jar r=ftang 28852

git-svn-id: svn://10.0.0.236/trunk@62182 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
2000-03-04 00:27:16 +00:00
parent 3bdfcf487a
commit 09ded896f1

View File

@@ -3789,7 +3789,14 @@ BOOL nsWindow::OnIMENotify(WPARAM aIMN, LPARAM aData, LRESULT *oResult)
};
#endif
// not implement yet
// add hacky code here
if(IS_VK_DOWN(NS_VK_ALT)) {
mIsShiftDown = PR_FALSE;
mIsControlDown = PR_FALSE;
mIsAltDown = PR_TRUE;
DispatchKeyEvent(NS_KEY_PRESS, 0, 192);// XXX hack hack hack
}
// not implement yet
return PR_FALSE;
}
//==========================================================================