BridaF / hackerskeyboard

Automatically exported from code.google.com/p/hackerskeyboard
0 stars 0 forks source link

Accept touches on notification area #295

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It looks like the Jellybean LatinIME keyboard includes a hack that extends the 
touchable area of the keyboard into the notification bar area on tablets. If 
I'm understanding it right, this should let it treat touches just below the 
space bar as key presses.

TODO: try this for Hacker's keyboard.

Search for EXTENDED_TOUCHABLE_REGION_HEIGHT in the upstream source:

https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/68c65
0fb2a3b26d4000e849f96f0664598c95470/java/src/com/android/inputmethod/latin/Latin
IME.java

Original issue reported on code.google.com by Klaus.We...@gmail.com on 4 Oct 2012 at 5:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
So for ics tablets the area beneath the keyboard is inaccessible? I mean, while 
writing with the native keyboard, by pressing on the notification area (below 
the spacebar) nothing happens but, while using hacker's keyboard, if I 
accidentally touch that area, the keyboard closes and in some cases (like in 
the market review screen) lose and whatever I was typing. I do want to add it 
as an issue but I'm not sure 1.if it's a separate issue and 2. if it's 
addressable at all...

Original comment by paskalip on 15 Nov 2012 at 1:47