Is there any custom keyboards you can remap buttons? - Nexus S Q&A, Help & Troubleshooting

For instance say I want the word RETARD to be type instead of the space bar preforming its normal function. Or I want a button on the keyboard to paste for me instead of it doing whatever it normal does if you guys know what I mean thanks

I don't know as to that extent but I've seen keyboards with function keys that might have been able to be user programmable. I forget which one. Hacker keyboard maybe? I dunno.

Related

Cool Froyo keyboard feature

So I found this out by accident and wanted to share. I don't know whether this was a feature on 2.1 as I've always used HTC_IME but here goes.
On the main keyboard drag your thumb up from the letters to above the preview bar and a whole row of letters and punctuation appears under your thumb. You don't have to hit the ?123 button anymore as a quick swipe up above the keyboard accomplishes the same thing.
This by no means gives me enough reason to move away from the HTC_IME but it's kinda neat.
I heart Froyo.
Jason Syn said:
So I found this out by accident and wanted to share. I don't know whether this was a feature on 2.1 as I've always used HTC_IME but here goes.
On the main keyboard drag your thumb up from the letters to above the preview bar and a whole row of letters and punctuation appears under your thumb. You don't have to hit the ?123 button anymore as a quick swipe up above the keyboard accomplishes the same thing.
This by no means gives me enough reason to move away from the HTC_IME but it's kinda neat.
I heart Froyo.
Click to expand...
Click to collapse
You can do that on HTC_IME also. I'm in CM 5.0.7 test3 and works perfectly.
How? Where in HTC_IME can you get two additional rows?
HTC IME already lets you long press letters to get additional keys, I consider this far better because I can see them already and just have to press for a short while (customizable length in the HTC IME mod)
Awesome! Didn't know about that. Thanks
-------------------------------------
Sent via the XDA Tapatalk App
This is what he means...
Oh nice. Never tried that before so I wouldn't know if it's new to froyo or not.
However, I used to closed the keyboard by swiping down, and I find it extremely difficult to do in FroYo, I don't know what's wrong :-/
codito said:
HTC IME already lets you long press letters to get additional keys, I consider this far better because I can see them already and just have to press for a short while (customizable length in the HTC IME mod)
Click to expand...
Click to collapse
I'm not saying HTC_IME is worse. In fact I very much like it. The only feature of stock keyboard I like is the way you change languages if you have selected multiple dictionaries.
That's awesome ! FroYo really made Touch Input usable for me.
Thanks a lot for the tip.
Also did you all notice the tab key when inputting fields. Saves a lot of time.
it's a neat feature, but i don't think it's any faster than long pressing a key. overall i still think google should make HTC_IME standard
Also on smart and better kb
Cool, thanks. I had never noticed that. Kind of like all the cool features there are on Swype that I just found accidentally.
I'm really happy with this latest version of the stock Android keyboard - it has multitouch! I was wondering why typing was suddenly way more accurate. The punctuation input is also a clever idea.
bcpk said:
Cool, thanks. I had never noticed that. Kind of like all the cool features there are on Swype that I just found accidentally.
I'm really happy with this latest version of the stock Android keyboard - it has multitouch! I was wondering why typing was suddenly way more accurate. The punctuation input is also a clever idea.
Click to expand...
Click to collapse
What? Where did you get that keyboard from?
Cool, I didn't know this.
I also like in Froyo (wasn't there before), after you hit the space bar after a word, punctuation shows up where the suggested words would be.
The stock keyboard has had multitouch since 2.1, it's not true multitouch like the iPhone but you can press two keys and it'll pick them both up. It's only when they're close together that it might mess up because it could think you're sliding but that's just the crappy touch screen. I really wish HTC didn't cheap out with the touch screen..

[IDEA] Keyboard switcher

It would be great to have a possibility to choose one keyboard for portrait mode (for example: swype) and the other for landscape one (for example: htc_ime).
Swype is great in portrait mode, but it sucks in landscape one (too large distances between the letters, swyping is slower than two hands typing, and a 'normal' typing using swype keyboard's layout is not so comfortable).
What do you think? Is it possible? The time to switch between keyboards wouldn't be too large? Memory utilization would be small enough?
Not sure if it is possible but I personally would also like the option to set the default keyboard per applications.
Why stop there? Would be great if there was a way to swipe through different keyboards in any app. Then you could just pick the best one for your current application. Of course the above feature would be great to have included with this.
Maybe some dev will pick up on this. Agree that it would be nice to have.
AverageCanadian said:
Not sure if it is possible but I personally would also like the option to set the default keyboard per applications.
Click to expand...
Click to collapse
+1. i would love to use the Graffiti keyboard for some of my medical applications as the swype keyboard is useless when it comes to hunt & peck typing of words that aren't in its dictionary.
pavulon said:
It would be great to have a possibility to choose one keyboard for portrait mode (for example: swype) and the other for landscape one (for example: htc_ime).
Click to expand...
Click to collapse
+1!! great idea dude!!
how bout swype on the stock 2.2 keyboard mixed with htc_ime compact qwerty ???? FLAWLESS . "BEST" Keyboard EVER !
but swype + stock 2.2 keyboard,, would be a great thing !
Google get ON THAT ! pls
agreed a mod would finaly help bring the greatness of swype in portrait and HTC_IME in landscape would be amazing...
only issues i see coming from this is how will the OS juggle the two keyboards ?
this makes me jealous of people that have a keyboard android phone.. they can use swype and the default keyboard and not worry about the landscape swype.
It's been asked/suggested many times but it's simply not possible.
In Android, you cannot change input method (keyboard) without user interaction for security reasons. Think about it this way; would you want a malicious app that mimics the exact look/functionality of your keyboard, except that it logs/steals your every keystroke and is automatically enabled as the input method without you knowing it?
The security is in place to prevent that exact type of situation.
Minor correction/clarification. A third party app cannot switch input method automatically. Which means, creating an app to let you customize what keyboard to use in what orientation/app/etc simply cannot happen. A keyboard can, however, programmatically switch itself to another keyboard on a given event. The only way this could ever happen would be for both keyboards you wanted to use to have this functionality built into it (ie, htc_ime keyboard knows to switch to swype when going from landscape to portrait and swype switches back to htc_ime in the opposite). Given that these are both closed source keyboards (granted, htc_ime mod rocks) this will likely never happen unless the developers themselves were to do it (especially since we can't post swype apk's anywhere).
From: http://developer.android.com/reference/android/view/inputmethod/InputMethodManager.html
A client application can ask that the system let the user pick a new IME, but can not programmatically switch to one itself. This avoids malicious applications from switching the user to their own IME, which remains running when the user navigates away to another application. An IME, on the other hand, is allowed to programmatically switch the system to another IME, since it already has full control of user input.
Click to expand...
Click to collapse
Is it impossible even on a rooted phone?
pavulon said:
Is it impossible even on a rooted phone?
Click to expand...
Click to collapse
Unless you are running a custom Rom that specifically removes or bypasses that type of security (which would be foolish IMO) then the exact same restrictions from my previous post apply. It would take some serious core changes for this to ever be possible.
I know it isn't exactly what people are requesting, but what about a shortcut it widget that brings up the manual keyboard selection dialog? You could then map that to the long press search action our something similar. Maybe have it stay resident in the notification area so you can change keyboards on the fly without having to be in a text dialog. My main use to switch is when I am in a terminal window, which requires me to close out and bring up the search dialog, long press, change input methods, go back to the terminal... Pain in the ass, since Swype can't delete in a Connectbot shell one typo means going through that process to switch to Better Keyboard so I can complete my task.
daveid said:
I know it isn't exactly what people are requesting, but what about a shortcut it widget that brings up the manual keyboard selection dialog? You could then map that to the long press search action our something similar. Maybe have it stay resident in the notification area so you can change keyboards on the fly without having to be in a text dialog. My main use to switch is when I am in a terminal window, which requires me to close out and bring up the search dialog, long press, change input methods, go back to the terminal... Pain in the ass, since Swype can't delete in a Connectbot shell one typo means going through that process to switch to Better Keyboard so I can complete my task.
Click to expand...
Click to collapse
This is possible. A third party app can trigger the choose IME dialog to pop up. I'll try to throw something together this afternoon. You could then use an app like bartender, quickdesk, etc to setup easy access to it.

CM 6.1 keyboard

Is remapping a single key a difficult thing to do, for you smart dudes?
I don't use the voice key at all. Can that key be remapped to a right arrow key? I don't miss or need all of the arrow keys but having a way to move the cursor to the right would really make editting a multi-line message much easier. I can use the backspace to move it left and just retype the letters but moving right would be oh so nice.
(I'm not a complete noob but my programming kung fu is still lacking compared to a lot of you...)
bump bump b.. (for min char requirement)
Taking a shot in the dark but I am guessing you would need to modify the keyboard.apk(?) .. or add a new keyboard with this mod done.
---
You can always just modify the keyboard 'theme' and replace the key you want with a right arrow. It wouldn't work but it would look the way you want it to.

Missing my Scrool ball like had in HERO

HI
I am missing my scroll track ball as when i type any text and want to amend the text in upper line or something like i have to click on that particular part, having fat fingers sometime its impossible or take few more click with my fingers to get to that particular part of the text
so any one experienced this ?... i seen HTC DESIRE HD the keyboard got the arrows keys to move the typing cursor across but not in our Sensation
any other solution
Please excuse my poor English
Thanx
I came from the Wildfire which as the trackpad. I thought I would miss it but I don't.
I use Smart Keyboard Pro, and imo it is the best alternative keyboard out there. So customisable! You can add arrow keys with that keyboard. There's a trial version of the keyboard if you want to test it out and look at the settings.
Ahh, I feel your pain. I too miss my G2 trackpad. I didn't even realize how much I used it for that purpose until I was without it. I use ultra keyboard for my fix. The auto correct algorithm is the best I've used so far. And you can shorten the key height(or enlarge) to make the keyboard the same height as stock with the arrows included.

keyboard modify question ?

Can anyone tell me how to adjust the keyboard pop-up keys when they are pressed? I want to lower them. I'm sure it means modifying a file or something. Can anyone help?
I think it would be way easier to just try another keyboard from the PlayStore. There are tens of keyboards!

Categories

Resources