How to simulate NUL character from keyboard?

拜拜、爱过 提交于 2019-11-27 15:31:23
egres

See if this control character works:

Ctrl+@

jeevan

Ctrl+spacebar works for both Windows and Linux platforms.

Simon

According to Wikipedia

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

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.

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

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