Searched defs:KeypressCommand (Results 1 – 2 of 2) sorted by relevance
37 struct KeypressCommand { struct38 KeypressCommand() { } in KeypressCommand() function39 …KeypressCommand(const String& commandName) : commandName(commandName) { ASSERT(isASCIILower(comman… in KeypressCommand() argument40 …KeypressCommand(const String& commandName, const String& text) : commandName(commandName), text(te… in KeypressCommand() function42 … name - it may have a trailing colon, and a name that can be different from an editor command name.43 String text;
1999 {