Пример #1
0
 static PSKeyInfo Alt(ConsoleKey key) => PSKeyInfo.WithAlt(key);
Пример #2
0
 static PSKeyInfo Alt(char c) => PSKeyInfo.WithAlt(c);