Home | History | Annotate | Download | only in win

Lines Matching refs:AltKey

1785 static const unsigned AltKey = 1 << 1;
1843 { VK_RETURN, AltKey, "InsertNewline" },
1845 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
1865 { '\r', AltKey, "InsertNewline" },
1867 { '\r', AltKey | ShiftKey, "InsertNewline" },
1891 if (evt->altKey())
1892 modifiers |= AltKey;