How to simulate NUL character from keyboard?

我与影子孤独终老i 提交于 2019-11-26 17:14:45

问题


Can we type NUL character (HEX 0) from the keyboard?

Most of the printable character starts from HEX value 20.


回答1:


See if this control character works:

Ctrl+@




回答2:


Ctrl+spacebar works for both Windows and Linux platforms.




回答3:


According to Wikipedia

Ctrl+SPACE works on many terminals (worked for me).




回答4:


Press and hold Alt and type Num Pad 0Num Pad 0Num Pad 0 then release Alt

Note: You must use the 0 key on the numeric key pad (a regular 0 key won't work for this), and you have to hold down Alt the whole time. The keystroke isn't emitted until you release the Alt key.




回答5:


In editing fields in SQL Server, it is Control Zero (Ctrl + 0)



来源:https://stackoverflow.com/questions/9124786/how-to-simulate-nul-character-from-keyboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!