Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:AltKey

590 static const unsigned AltKey = 1 << 1;
614 { VK_RETURN, AltKey, "InsertNewline" },
615 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
623 { '\r', AltKey, "InsertNewline" },
624 { '\r', AltKey | ShiftKey, "InsertNewline" },
656 if (event->altKey())
657 modifiers |= AltKey;
758 if (platformEvent->ctrlKey() || platformEvent->altKey())