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 /]# 


 

Logo

更多推荐