3

CTRL+ SHIFT+A が押されるまで待ってから "Hello World!" を出力するプログラムを書きたいと思います。MacOSX を使用していますが、コンソールベースにしたいと考えています。

4

1 に答える 1

3

If "Console-Based" means that the program must run in a terminal, it cannot distinguish Ctrl+A from Ctrl+Shift+A; both produce the same input.

于 2012-04-05T15:10:43.820 に答える