对于 Emacs,在 Android 中使用 CTRL 键的漫长旅程
我需要一些有关 Emacs 的帮助。我在 Froyo (Android 2.2) 中运行 Ubuntu 并与 Android VNC Viewer 连接。
但是在Android VNC Viewer中,很难使用CTRL、ALT、鼠标左键
和鼠标右键
按钮 所以我做了几个实验。
我尝试修改 /system/usr/keylayout/eve_qwerty.kl
(因为我的手机是 gw620-eve
),但我无法将音量按钮重新映射到 CTRL 键,尽管我可以将音量按钮重新映射到 ALT 键
key 114 VOLUME_DOWN WAKE -> key 114 ALT_LEFT
我也尝试更改 eve_qwerty.kcm.bin
文件
是否有任何特殊名称CTRL 就像 ALT_LEFT
一样?我无法使用 CTRL_LEFT
或 CONTROL
重新映射?
有人可以告诉我 CTRL 的 ASCII 代码吗?或者有人可以让我知道如何应用它(http://developer.android. com/reference/android/view/KeyEvent.html)对我的工作有用的参考?
I need some help with Emacs. I'm running the Ubuntu in Froyo (Android 2.2) and connect with Android VNC Viewer.
But in Android VNC Viewer, it is hard to use CTRL, ALT, left mouse
, and right mouse
buttons
so I made several experiments.
I tried to modify /system/usr/keylayout/eve_qwerty.kl
(since my phone is gw620-eve
), but I can't remap the volume button to CTRL key, though I can remap the volume button to ALT key
key 114 VOLUME_DOWN WAKE -> key 114 ALT_LEFT
I also tried changing eve_qwerty.kcm.bin
file as well
Is there any special name for CTRL as like ALT_LEFT
? I can't remap with CTRL_LEFT
or CONTROL
?
Could somebody let me know ASCII code of CTRL? Or could somebody let me know how to apply this (http://developer.android.com/reference/android/view/KeyEvent.html) useful reference to my work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Android 3.0 之前不支持 CTRL 键。
There is no support for the CTRL key until Android 3.0.
Stack Overflow 上的一个相关问题是 Capture all Ctrl-?在Android下。
对于您尝试在 Android 上执行的操作,有外部键盘适用于物理键盘或虚拟的 Helper Pro 应用黑客键盘,带有 Ctrl 等键。如果使用手机且按键较小,则电阻式或电容式手写笔在纵向模式下的完整虚拟键盘上可能会很有用。
另请参阅 EmacsWiki 部分 Android 上的 Emacs,最近发布了第一个 Emacs 移植到 Android 等
A related question at Stack Overflow is Capture all Ctrl-? under Android.
For what you were trying to do on Android, there are External Keyboard Helper Pro app for physical keyboards, or the virtual Hacker's Keyboard with Ctrl, etc. keys. A resistive or capacitive stylus could be useful with the full virtual keyboard in portrait mode if using a phone and the keys are small.
See also the EmacsWiki section Emacs on Android, with a recent first Emacs port to Android, etc.