17305: Fix ? handling. Also add myself to a debug ifdef. r=pavlov

This commit is contained in:
akkana%netscape.com 1999-10-27 22:53:52 +00:00
parent 659f2ed64e
commit 5c1fcb1d22
2 changed files with 2 additions and 1 deletions

View File

@ -211,6 +211,7 @@ struct nsKeyConverter nsKeycodes[] = {
// Some shifted keys, see bug 15463.
// These should be subject to different keyboard mappings;
// how do we do that in gtk?
{ NS_VK_SLASH, GDK_question },
{ NS_VK_SEMICOLON, GDK_colon },
{ NS_VK_BACK_QUOTE, GDK_asciitilde },
{ NS_VK_COMMA, GDK_less },

View File

@ -1789,7 +1789,7 @@ nsWidget::OnButtonPressSignal(GdkEventButton * aGdkButtonEvent)
nsMouseEvent event;
PRUint32 eventType = 0;
#ifdef DEBUG_pavlov
#if defined(DEBUG_pavlov) || defined(DEBUG_akkana)
printf("button press\n");
#endif