Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:ShiftKey

591 static const unsigned ShiftKey = 1 << 2;
611 { VK_TAB, ShiftKey, "InsertBacktab" },
615 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
620 { '\t', ShiftKey, "InsertBacktab" },
624 { '\r', AltKey | ShiftKey, "InsertNewline" },
654 if (event->shiftKey())
655 modifiers |= ShiftKey;