Android 模拟器的键盘快捷键?

发布于 2024-12-09 08:32:55 字数 289 浏览 1 评论 0原文

我只是在 android 模拟器中执行此操作,以便将数据复制并粘贴到 edittext 中。

  • Ctrl + C = 复制
  • Ctrl + V = 粘贴

但它不起作用。所以,我需要知道这些快捷方式在模拟器中是否有效。或者,任何其他可用于 Android 模拟器的特殊快捷方式。有谁知道这个意思,帮我找出问题所在吗?希望这对我非常有用。我正在使用 Windows 7 Professional 操作系统。

I just do this in android emulator for copying and pasting the data in edittext.

  • Ctrl + C = Copy
  • Ctrl + V = Paste

But it didn't works. So, i need to know if these shortcuts are working or not in emulator. Or, any other special shortcuts available for android emulator. Anyone knows this means, help me to find out the problem? Hope this will very useful for me. I'm working on Windows 7 Professional OS.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(6

凉墨 2024-12-16 08:32:55

您可以通过单击“更多”按钮查看快捷方式:

模拟器窗口

转到“帮助”选项卡:

扩展控制窗口

You can see the shortcuts by clicking on the "more" button:

emulator window

And going to the "Help" tab:

extended controls window

呆萌少年 2024-12-16 08:32:55

在此处输入图像描述

有关详细信息:Android 模拟器

enter image description here

For more information: Android Emulator.

醉生梦死 2024-12-16 08:32:55

您可以从控制台检查当前配置

emulator -help-keys

  When running the emulator, use the following keypresses:

    Ctrl-H          Home button
    Ctrl-M          Menu (Soft-Left) button
    Ctrl-Backspace  Back button
    Ctrl-Escape     Power button
    Ctrl-Equal      Volume up button
    Ctrl-Minus      Volume down button

  note that NumLock must be deactivated for keypad keys to work

You can check current config from console

emulator -help-keys

  When running the emulator, use the following keypresses:

    Ctrl-H          Home button
    Ctrl-M          Menu (Soft-Left) button
    Ctrl-Backspace  Back button
    Ctrl-Escape     Power button
    Ctrl-Equal      Volume up button
    Ctrl-Minus      Volume down button

  note that NumLock must be deactivated for keypad keys to work
情徒 2024-12-16 08:32:55

复制您想要的文本:

Ctrl + C = 复制

然后当模拟器处于焦点时,使用以下方式粘贴:

Ctrl + V = 粘贴

然后在您想要的编辑文本中,长按该字段,直到看到弹出模拟器粘贴按钮在你的光标上方。单击它,它应该可以工作。

Copy the text you want:

Ctrl + C = Copy

Then when the emulator is in focus, paste using:

Ctrl + V = Paste

Then in the edit text that you want, long click on the field until you see the emulator paste button pop up above your cursor. Click that and it should work.

海风掠过北极光 2024-12-16 08:32:55

在 Android Studio 模拟器中,ctrl+v 不起作用,只需按住鼠标左键一秒钟,就会出现粘贴菜单(在文本框等中)。

In the Android Studio Emulator the ctrl+v doensn't works, just hold the left mouse button for a second and paste menu will appear (in textbox etc.).

我一直都在从未离去 2024-12-16 08:32:55

对于 Mac OS,最重要的快捷键是:

Cmd + Backspace:后退按钮

Cmd + O:概述(方形按钮)

Cmd + Shift + H代码>:主页(中心按钮)

您可以从三点菜单中查看其余内容,转到帮助部分。

For Mac OS, the most important shortcuts are:

Cmd + Backspace: Back button

Cmd + O: Overview (The square button)

Cmd + Shift + H: Home (The center button)

You can see the rest from the Triple Dot menu, go to Help section.

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