Android 模拟器的键盘快捷键?
我只是在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
您可以通过单击“更多”按钮查看快捷方式:
转到“帮助”选项卡:
You can see the shortcuts by clicking on the "more" button:
And going to the "Help" tab:
有关详细信息:Android 模拟器。
For more information: Android Emulator.
您可以从控制台检查当前配置
You can check current config from console
复制您想要的文本:
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.
在 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.).
对于 Mac OS,最重要的快捷键是:
Cmd + Backspace
:后退按钮Cmd + O
:概述(方形按钮)Cmd + Shift + H
代码>:主页(中心按钮)您可以从三点菜单中查看其余内容,转到帮助部分。
For Mac OS, the most important shortcuts are:
Cmd + Backspace
: Back buttonCmd + 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.