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