keyboard

iPhone SDK: TextView, Keyboard in Landscape mode

Hello. How do I make sure that the textview is shown and the keyboard is not obscuring the textview, while in landscape. Using UICatalog I created a TextViewController which works. In it there are two methods for calling the keyboard and making sure that textView is positioned above the keyboard. his just works great in Portrait mode. ...

UITextfield is becoming focused after UIButton pressed

I have a UITextfield for entering text. A button triggers a functionality. After completion of the IBAction the UITextfield is getting focused again. After the IBAction I want to keyboard to disappear. What happends now is that due to the IBAction of the button, the keyboards disappears (I'm showing a UIAlert) and after the IBAction the ...

Android virtual keyboard turn on kaps lock

I have an edit text field. When the user clicks on it by default it shows small letters on the virtual keyboard. I want by default to display first letter caps and rest of them small on the keyboard. How can this be done? ...

language specific virtual keyboard with java

Hello everyone! I have to make an on-screen keyboard using JAVA on linux. the problem is it has to work on the most languages. for start, i need to et the current locale, that's clear, but after that, is there any way of getting the keyboard layout and maping of that locale? i searched for hours, but couldn't find a thing, so i really...

Favorite Visual Studio keyboard remappings?

Stack Overflow has covered favorite short-cuts and add-ins, optimizations and preferences -- great topics all. If this one has been covered, I can't find it -- so thanks in advance for the link. What are your favorite Visual Studio keyboard remappings? Mine are motivated by the fact that I'm a touch-typist. Mouse, function keys, arrow...

android virtual keyboard remove white space button

I want to stop user from entering white space into the edittext, easiest way is to do not have button in keyboard appearing on click. how to hide white space button from keyboard ? or is there any other way to stop user entering white space into the edit text field. ...

JavaScript Keycode 46 is DEL Function key or (.) period sign?

Im writing some logic in JavaScript using jquery, where i must check the input content against a REGEX pattern ex: "^[a-zA-Z0-9_]*$" //Alpha-numeric and _ The logic is almost done, i just have a little problem filtering the function key DEL, my logic goes like this: var FunctionsKey = new Array(8, 9, 13, 16, 35, 36, 37, 39, 46); fu...

I want change the 'return' key of iphone virtual key to a another name.

Hi, I want change the 'return' key of iphone virtual key to a another name such as 'Go'. Help me please. ...

Key repeat on Windows

When you hold a key on the keyboard under Windows XP, the keyboard seems to send Key Down, Key Up repeatedly. However I am developing for a device where holding a key generates a "proper" key repeat, that is, lots of Key Down and then one Key Up when you release the button. I want to get the same behaviour under Windows to get our emul...

Detecting iPad keyboard hide versus external keyboard connect?

The iPad virtual keyboard will disappear in one of (at least) these 3 circumstances: If the control (say, a UITextField) programmatically resigns first responder. If the user taps the "dismiss keyboard" button in the lower right. If the user connects to the USB/keyboard dock peripheral. In all cases, I get the UIKeyboardWillHideNotif...

assign characters to key combinations in XP or Visual Studio .Net

I'm running Mac OSX on a MacBookPro (UK keyboard). I run windows XP under parallels in a VM. I run Visual Studio .Net 2003 and 2008 in XP in the VM when i need to. I have English United Kingdom and English United states keyboards setup in XP. (they switch sometimes for no apparent reason) There is no hash "#" key on my mac's keyboard. H...

dismissing search display controller keyboard

Hi, I am using search display controller and a search bar. When i click inside the serach bar the keyboard appears. When i navigate away to another page , the keyboard does not disappear and stays in the same page. Can you please help me ? Thanks, Andy. ...

hide keyboard in iphone safari webapp

I'm creating a webapp for the iPhone, based in HTML/CSS/JS. I'm using forms to receive input and pass data to the script, but a problem I'm encountering is that the keyboard won't disappear. The user will enter the information, hit submit, and since it's JavaScript the page doesn't reload. The keyboard remains in place, which is a nuisan...

USB interface barcode scanners

Not exactly a programming question, but close. I'll try my luck anyway. The keyboard wedge barcode scanner inserts the translation device between the reader and the keyboard. Data sent through a wedge appears as if it was typed into the computer, while the keyboard itself remains fully functional. Because a computer usi...

iPad: detect if external keyboard is present

Is there a way to detect if an external (bluetooth or usb) keyboard is connected to the iPad? Thanks! ...

Visual Studio 2010 - Crash/Problems on the keyboard (Keys)

Camarades, My Visual Studio is in trouble in keyboard. I am working normally, when suddenly my keyboard loses its configuration, so where is the "" becomes "/". Someone can tell me what would be a possible solution? (Yes, I know something is hazy). Or has left some Pachter fix for problems like this. Grateful for any help. Success for...

Scrolling screen upward to expose TextView above keyboard

I think I'm missing something obvious and would appreciate an answer. I have a view with a 2-section grouped tableView, each section having one row and a textView, the heights of the rows 335 and 140. This allows for a box with nicely rounded corners to type text into when the keyboard appears (140 height section) and when the keyboard...

UITextField stopping shake event?

For those of you who work graphically, here is a diagram of the view hierarchy: Root View -> UINavigationController -> UITableView -> Edit View -> Problem UITextfield Basically, - (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event; gets called in my Root View when the device shakes. When a user taps on the "edit" ico...

keyboard interaction with Cocoa?

Hey guys, I am trying do write an application(server) which receives the keyboard instructions from the client and execute them on the server end. It's more like those screen recorders which records your keyboard and mouse events and replay them. For example, you pull up a textedit on the server, type whatever you like on the client and ...

Midiplayer stops playing sounds after 16 notes.

Hi. I am currently programming a Piano Keyboard editor, much like the one you can find in Cubase, Logic, Reason etc.. I have this big grid, double array new int [13][9], which makes it 13 rows, 9 columns. The first column [0-12][0] is the Keyboard, at the top there's "high C" (midi note 72) and at the bottom there's "low C" (midi note...