gnuports@2rosenthals.com メーリングリストのアーカイブ メッセージ #38 | 一覧へ戻る |
|
---|
Hi,
This is more or less true.KbdCharIn does.For low ASCII (below 127) it seems to do the job
fprintf(stderr, "got key: %c\n", val);I still suspect you were printing a scan code.
Try
fprintf(stderr, "got key: %c %x\n", val, val);
so you can see the hex value too.
サブスクライブ: フィード,
ダイジェスト,
インデックス. サブスクライブ解除 リスト マスターへメール |