mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
17305: Fix ? handling. Also add myself to a debug ifdef. r=pavlov
This commit is contained in:
parent
659f2ed64e
commit
5c1fcb1d22
@ -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 },
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user