Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:CtrlKey

589 static const unsigned CtrlKey = 1 << 0;
606 { 'B', CtrlKey, "ToggleBold" },
607 { 'I', CtrlKey, "ToggleItalic" },
609 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
613 { VK_RETURN, CtrlKey, "InsertNewline" },
622 { '\r', CtrlKey, "InsertNewline" },
658 if (event->ctrlKey())
659 modifiers |= CtrlKey;
758 if (platformEvent->ctrlKey() || platformEvent->altKey())