简体   繁体   English

使用“screen stuff”命令时按空格键的符号是什么?

[英]What is the symbol/s for spacebar press when using the `screen stuff` command?

I have a screen command as such..我有一个这样的屏幕命令..

screen -S sessionname -X stuff 'spacebar'

I want to replace "spacebar" with the appropriate symbol/s to emulate a spacebar press.我想用适当的符号替换“空格键”以模拟空格键按下。 I would also like to know what the symbol/s are for the arrows to.我还想知道箭头的符号是什么。 I couldn't find a reference after multiple searches.多次搜索后我找不到参考。

The symbol for the spacebar is a space:空格键的符号是一个空格:

screen -S sessionname -X stuff ' '

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM