如何在android模拟器中写“@”?

时间:2022-05-17 07:01:13

I have a MAC and with OPT-ò (italian keyboard layout) I can write "@" in ALL application but not in "Android emulator". I don't want to press "char per char" via virtual keyboard in my app. Is it possibile (and how) write "@" without virtual keyboard?

我有一台MAC电脑,有OPT-o(意大利语键盘布局),我可以在所有应用程序中都写上“@”,但不能在“Android模拟器”中。我不想在我的app中通过虚拟键盘按“char / char”键。如果没有虚拟键盘,是否有可能(以及如何)写“@”?

2 个解决方案

#1


9  

You can add english keyboard and use shift+2 with keyboard switching. Not so cool but you can do it without mouse.

您可以添加英语键盘和使用shift+2与键盘切换。不是很酷,但是你可以不用鼠标。

Or if you need input long text may be easier is use adb

或者,如果你需要输入长文本,可以更容易使用adb。

adb shell input text 'type\ text\ here'

adb shell输入文本“type\ text here”

#2


0  

Instead of ALT-2 to write "@" (or Option-2 on Mac), use Shift-2.

使用Shift-2代替ALT-2写“@”(或选项-2在Mac上)。

Tested in a Macbook Pro with spanish keyboard running Andy Android emulator.

在一台Macbook Pro上进行了测试,它的西班牙语键盘上运行着安迪·安卓模拟器。

#1


9  

You can add english keyboard and use shift+2 with keyboard switching. Not so cool but you can do it without mouse.

您可以添加英语键盘和使用shift+2与键盘切换。不是很酷,但是你可以不用鼠标。

Or if you need input long text may be easier is use adb

或者,如果你需要输入长文本,可以更容易使用adb。

adb shell input text 'type\ text\ here'

adb shell输入文本“type\ text here”

#2


0  

Instead of ALT-2 to write "@" (or Option-2 on Mac), use Shift-2.

使用Shift-2代替ALT-2写“@”(或选项-2在Mac上)。

Tested in a Macbook Pro with spanish keyboard running Andy Android emulator.

在一台Macbook Pro上进行了测试,它的西班牙语键盘上运行着安迪·安卓模拟器。