Using a piano keyboard as a computer keyboard
I have RSI problems and have tried 30 different computer keyboards which all caused me pain. Playing piano does not cause me pain. I have played piano for around 20 years without any pain issues. I...
View ArticleClose/hide the Android Soft Keyboard
I have an EditText and a Button in my layout. After writing in the edit field and clicking on the Button, I want to hide the virtual keyboard. I assume that there\’s a simple, one- or two-liner to make...
View ArticleBinding arrow keys in JS/jQuery
How do I go about binding a function to left and right arrow keys in Javascript and/or jQuery? I looked at the js-hotkey plugin for jQuery (wraps the built-in bind function to add an argument to...
View ArticleHow to dismiss keyboard for UITextView with return key?
In IB’s library, the introduction tells us that when the return key is pressed, the keyboard for UITextView will disappear. But actually the return key can only act as ‘\n’. I can add a button and use...
View Article