示例#1
0
 static PSKeyInfo Alt(ConsoleKey key) => PSKeyInfo.WithAlt(key);
示例#2
0
 static PSKeyInfo Alt(char c) => PSKeyInfo.WithAlt(c);