Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Xcode 6, how do I use the hardware keyboard but display the software keyboard in the iOS simulator

In Xcode 6, the iOS simulator seems to either show no keyboard, meaning you can type but can't see the positioning and effect of the software keyboard, or it shows the software keyboard, meaning you can see it on the screen, but can't type on it - and typing on the soft keyboard with the mouse is really slow!

How do I get the old behaviour back, where you can see the software keyboard, but type on the hardware one?

like image 692
jrturton Avatar asked Sep 19 '14 09:09

jrturton


People also ask

How do I bring up the keyboard in iOS simulator?

Just press ⌘K it will toggle keyboard.

Why is my keyboard not showing up Apple?

Simply, restart your device and you might be surprised to see the keyboard back and working on your iPhone or iPad. Go to Settings > General > scroll down and tap on Shut Down. On the next screen, use the Slider to Shut Down iPhone. Wait for 30 seconds and Restart iPhone.

How do I open devices and simulators in Xcode?

The basic way to open a list of simulators is to use Xcode -> Window -> Devices and Simulators. Here you can create and manage all available simulators.


2 Answers

  1. Go to the simulator's Hardware menu.
  2. Make sure Connect Hardware Keyboard is checked.
  3. Choose Toggle software keyboard

By default the hardware keyboard is connected, but the software keyboard is not toggled on. I'm pretty sure this is new behaviour.

like image 164
jrturton Avatar answered Sep 22 '22 10:09

jrturton


Or you can just use hotkey: command + K

like image 39
Baki Avatar answered Sep 26 '22 10:09

Baki