尽管有德语硬件键盘,iOS 8.1 模拟器始终使用美式键盘布局

iOS 8.1 Simulator always uses US keyboard layout despite german hardware keyboard(尽管有德语硬件键盘,iOS 8.1 模拟器始终使用美式键盘布局)
本文介绍了尽管有德语硬件键盘,iOS 8.1 模拟器始终使用美式键盘布局的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

由于某种原因,我无法再使用本地德语键盘在 iOS 模拟器中输入文本.

For some reason, I cannot enter text with my native german keyboard into iOS Simulator any more.

在下载 Xcode 6.1(包含 iOS 8.1)后,我被美国的布局卡住了.

After downloading Xcode 6.1 (which contains iOS 8.1), I was stuck with the US layout.

我尝试了更改所有硬件/键盘设置、删除 ~/Library/Preferences/com.apple.iphonesimulator.plist 以及重置 iOS 模拟器等操作.

I tried things like changing all Hardware/Keyboard settings, deleting ~/Library/Preferences/com.apple.iphonesimulator.plist, and resetting the iOS simulator.

没有任何帮助!

我应该重新安装完整的软件包吗?

Should I reinstall the complete package?

推荐答案

是iOS 8.1 Simulator 的bug.

It's iOS 8.1 Simulator's bugs.

我可以通过在使用的方案中设置应用程序语言"来测试语言.

I could tested language by setting the "Application Language" in the used scheme.

转到产品 > 方案 > 编辑方案...或按 cmd + Y.

Go to Product > Scheme > Edit Scheme... or press cmd + Y.

来源:Yoshihiro Sakamoto 在 Apple Dev Forum 的回答

这篇关于尽管有德语硬件键盘,iOS 8.1 模拟器始终使用美式键盘布局的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

No resource found that matches the given name: attr #39;android:keyboardNavigationCluster#39;. when updating to Support Library 26.0.0(找不到与给定名称匹配的资源:attr android:keyboardNavigationCluster.更新到支持库 26.0.0 时) - IT屋-程序员软
How to resize UITextView on iOS when a keyboard appears?(出现键盘时如何在iOS上调整UITextView的大小?)
How to reliably detect if an external keyboard is connected on iOS 9?(如何可靠地检测 iOS 9 上是否连接了外部键盘?)
How to mimic Keyboard animation on iOS 7 to add quot;Donequot; button to numeric keyboard?(如何在 iOS 7 上模拟键盘动画以添加“完成数字键盘的按钮?)
How do I dismiss the iOS keyboard?(如何关闭 iOS 键盘?)
Is possible to simulate touch event using an external keyboard on ios jailbroken?(是否可以在 ios 越狱后使用外部键盘模拟触摸事件?)