コード例 #1
0
ファイル: Keys.cs プロジェクト: TravisEz13/PSReadLine
 static PSKeyInfo Alt(ConsoleKey key) => PSKeyInfo.WithAlt(key);
コード例 #2
0
ファイル: Keys.cs プロジェクト: TravisEz13/PSReadLine
 static PSKeyInfo Alt(char c) => PSKeyInfo.WithAlt(c);