Emacs 网络键盘
我想使用我的 Android 手机在我的计算机上访问 Emacs。输出将是我手机上的 Emacspeak 服务器。
将键盘事件从手机流式传输到 Emacs 的最佳方式是什么?
I would like to access Emacs on my computer using my android phone. Output would be Emacspeak server on my phone.
What would be the best way to stream keyboard events from phone to Emacs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于您想做什么。我有时在手机上的 SSH 终端内运行 Emacs。当然,这意味着它显示在手机上而不是电脑屏幕上。
It depends on what you would like to do. I sometimes run Emacs inside an SSH terminal on my phone. This, of course, means that it is displayed on the phone rather than on the computer screen.
如果您想要一种方式通信,在我看来您有两种选择,都与 emacsclient。在您的 PC 上以 TCP 服务器模式启动 emacs,然后...
要么
或者
If you want one way communication, in my opinion you have two options, both related to emacsclient. Start emacs on your PC in TCP server mode, then...
either
or