对于 Emacs,在 Android 中使用 CTRL 键的漫长旅程

发布于 2024-10-19 10:46:26 字数 848 浏览 2 评论 0原文

我需要一些有关 Emacs 的帮助。我在 Froyo (Android 2.2) 中运行 Ubuntu 并与 Android VNC Viewer 连接。

但是在Android VNC Viewer中,很难使用CTRLALT鼠标左键鼠标右键按钮 所以我做了几个实验。

我尝试修改 /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_LEFTCONTROL 重新映射?

有人可以告诉我 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

热鲨 2024-10-26 10:46:26

Android 3.0 之前不支持 CTRL 键。

There is no support for the CTRL key until Android 3.0.

寻梦旅人 2024-10-26 10:46:26

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文