iOS 8.1 Simulator always uses US keyboard layout despite german hardware keyboard

This is a known issue with the iOS 8.1 simulator runtime and is mentioned in the Xcode 6.1 Release Notes: Localization and Keyboard settings, including 3rd party keyboards, are not correctly honored by Safari, Maps, and developer apps in the iOS 8.1 Simulator. [NSLocale currentLocale] returns en_US and only the English and Emoji keyboards are … Read more

How to create a custom keyboard

I think you’re looking for the “Text, Web, and Editing Programming Guide for iOS” The UIKit framework includes support for custom input views and input accessory views. Your application can substitute its own input view for the system keyboard when users edit text or other forms of data in a view. For example, an application … Read more

Are alternative keyboard layouts like Dvorak, Colemak, etc. better than QWERTY? [closed]

Short answer: If you are happy with your keyboard layout, stick with it. Long answer: I will try and aim to make this as definitive and explanatory an answer as possible. To understand a bit where I am coming from, allow me to express my own journey through this jungle: I am a computer science … Read more

How can I increase the key repeat rate beyond the OS’s limit?

In Windows you can set this with a system call (SystemParametersInfo(SPI_SETFILTERKEYS,…)). I wrote a utility for myself: keyrate <delay> <repeat>. Github repository. Full source in case that link goes away: #include <windows.h> #include <stdlib.h> #include <stdio.h> BOOL parseDword(const char* in, DWORD* out) { char* end; long result = strtol(in, &end, 10); BOOL success = (errno … Read more

iPhone UIWebview: How to force a numeric keyboard? Is it possible?

It looks like Mobile Safari supports the new HTML5 input type attributes of email, number, search, tel, and url. These will switch the keyboard that is displayed. See the type attribute. So for example, you could do this: <input type=”number” /> And when the input box has focus, the number keyboard is shown (as if … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)