**** BEGIN LOGGING AT Sun Jun 07 02:59:58 2015 Jun 07 20:12:38 anybody know if this linaro patch go into mainline u-boot? https://bugs.launchpad.net/arndale/+bug/1205155 Jun 07 20:12:45 *got even Jun 07 20:12:56 * nerdboy not seeing rcn today... Jun 07 22:39:58 praveendath921: do you have any idea about how to capture SHIFT, BACKSPACE key from android soft keypad? the event listeners doesn't work for those keys. Jun 07 22:40:26 I found some complex workaround though, but I'm expecting there should be something easy Jun 07 22:41:00 Why do you need SHIFT+BACKSPACE? Jun 07 22:41:07 Mapping it to something? Jun 07 22:41:41 for keyboard input Jun 07 22:42:18 Oh. I read it Shift+Backkey. Jun 07 22:43:07 I would suggest, have an extra row for additional buttons not available on Android Jun 07 22:44:25 yes that can be easily done. but I was thinking as the keypad has already a backspace key, it is confusing to have another extra key for backspace Jun 07 22:45:11 Hmm. True. Jun 07 22:45:32 Are you using a TextWatcher on hidden EditText? Jun 07 22:46:22 for now I'm not using any hidden EditText. but for backspace I might have to use that Jun 07 22:46:42 lets see Jun 07 22:47:04 Android offers Keyboard events without any widget in focus? Jun 07 22:48:14 Did you try this? - http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_DEL Jun 07 22:49:25 we can do that on activities onKeyUp method Jun 07 22:50:07 the problem here is, no key events are fired for backspace key **** ENDING LOGGING AT Mon Jun 08 02:59:59 2015