control C 和 control D 这类的特殊输入字符有没有对应的 ASCII 码?
Linux下:showkey -a 可以得到任意你想要的键或组合键的ASCII码! 前提是这些键有ASCII码!如:[root@zx /]# showkey -aPress any keys - Ctrl-D will terminate this program^A1 0001 0x01^B2 0002 0x02^C
·
Linux下:showkey -a 可以得到任意你想要的键或组合键的ASCII码! 前提是这些键有ASCII码!
如:
[root@zx /]# showkey -a
Press any keys - Ctrl-D will terminate this program
^A 1 0001 0x01
^B 2 0002 0x02
^C 3 0003 0x03
^E 5 0005 0x05
^F 6 0006 0x06
^G 7 0007 0x07
^Z 26 0032 0x1a
a 97 0141 0x61
b 98 0142 0x62
c 99 0143 0x63
^D 4 0004 0x04
[root@zx /]#
更多推荐
已为社区贡献3条内容
所有评论(0)