Mouse - assignment of keys - Acer Iconia A500

Hey out there,
I connected an USB mouse to my A500.
Is it possible to change the assignment of keys?
If I push the right mouse key the Tab wents back.
I want it to open the Settings of the actual app (like it does on my windows pc)
Is there a way to realize this?

I noticed this to but if you want settings you simply hold down the left mouse button.
Sent from my A500 using xda premium

adambomb_13 said:
I noticed this to but if you want settings you simply hold down the left mouse button.
Sent from my A500 using xda premium
Click to expand...
Click to collapse
I didn't know that!
*tries*
Weeeeeeird
On the browser it opens up the bookmarks/history....
Is there a way to assign right click to be longpress?
Sent from my a500

Related

Keyboard with arrow

How can I get an keyboard with arrow for my Desire Z?
Does that Exist?
A Droid 2 (Milestone 2) as an alternative
zung0207 said:
A Droid 2 (Milestone 2) as an alternative
Click to expand...
Click to collapse
What is that?
JayJayW18 said:
What is that?
Click to expand...
Click to collapse
It's a completley different phone by Motorola I don't think he read that you do currently already own a Desire Z
Are you talking about an alternate touchscreen keyboard? Of the more popular ones on the Market, Thumb Keyboard is the only one that seems to have arrow keys. The arrow key layout reminds me of the old stock HTC touchscreen keyboard on Windows Mobile devices.
But why not just use the optical trackpad to move the cursor, instead of clogging up screen real estate with arrow keys?
You could map 4 buttons to up/down/left/right. Maybe the 2 program buttons, the extra shift, and the search? Do a search for key mapper, it's been posted here before.
Sent from my HTC Vision using Tapatalk
Z Arrow
ill_dawg said:
You could map 4 buttons to up/down/left/right. Maybe the 2 program buttons, the extra shift, and the search? Do a search for key mapper, it's been posted here before.
Click to expand...
Click to collapse
Or maybe help "Z Arrow" app on market ...
'Keyboard from Android 2.3' is free from the Market and has arrow keys that 'collapse' in and out when you need them by holding the spacebar key and dragging up to activate, or down to deactivate. Screen real estate is preserved when you don't need them plus i reckon the gingerbread keyboard is pretty impressive in itself.
Sent using XDA Android Premium App
Smart Keyboard Pro has an option (its off by default) to turn on a dpad/arrow. Works good.
if you want it on the physical keyboard you can do what i did and use button remapper to change shortcute keys 1 and 2 to left and right, work so much better for terminal then the track pad.

[Q] Bind backbutton

Hi! Is it possible to bind the back button to end calls?
maybe in CyanogenMod ROMs, but I'm not sure...
lationLars said:
Hi! Is it possible to bind the back button to end calls?
Click to expand...
Click to collapse
Back button broken? Get Button Savior from the market.
I believe you can edit each buttons function, but the back button is pretty much essential, so you would be better using search instead.
Just edit the file at
/system/usr/keylayout/bravo-keypad.kl
I havent tried it but i imagine you just look for the word search and replace with endcall.
Sent from my HTC Desire using XDA App
Just so you know, the blade doesn't have a search hardware button
Sent from my ZTE BLADE using XDA App
NTpspE said:
Just so you know, the blade doesn't have a search hardware button
Sent from my ZTE BLADE using XDA App
Click to expand...
Click to collapse
Why the hell am i posting in the blade forum? I thought this was desire...i'm confused.
Anyway, no search button, bind it to the trackball button or camera button...o wait...never mind.
Sent from my HTC Desire using XDA App
If u r on cm7 then u can make use of power button to end calls.
Go to settings/accessibility and check the option there.
And as said above I believe u can edit the keyboard layout at /system/use/keylayout/
Sent from my Blade using XDA App
NTpspE said:
Just so you know, the blade doesn't have a search hardware button
Sent from my ZTE BLADE using XDA App
Click to expand...
Click to collapse
I find it not so bad thing to not have one button more. As you can still call Search function just simply holding Menu button down.
It works that way in every app and homescreen as you would have fourth button for Search function.
Press Home to get home, Long Press to have list of last used apps (for multitask)
Press Menu to get menu, Long Press to make a Search for app or homescreen
Press Back to get back, Long Press to kill front application (great on CM7)
Only thing what I wish I could do, is to bind menu button in home screen (now ADW Ex) to open Applist and not the menu of ADW.

[Q] is there a way to make the search button(hardware key) bring up keybroad

is there a way to make the search button(hardware key) bring up keybroad
Long press menu button does... why using the sarch button?
Sent from my R800i using xda premium
IE-coRe said:
Long press menu button does... why using the sarch button?
Sent from my R800i using xda premium
Click to expand...
Click to collapse
In gta menue is replay on the game but search does nothing and i wanna input cheats via screen keyboard

Remap Bluetooth Keyboard?

Is there a way to remap Bluetooth keyboard keys without requiring root? My keyboard's "home" button does nothing (but Fn+F1, which has a home symbol on it, works), and Fn+F3 for Internet also doesn't launch anything.
Sent from my Nexus 7 using xda app-developers app

Want to swap your Menu and Back Softkeys?

A number of users have been wanting to swap their menu and back softkeys... I believe it's handy for left-handed people who have smaller hands and can't reach the opposite button. So here's how you do it
1) Root phone
2) Using a root file explorer, navigate to /system/usr/keylayout.
3) Open the file Generic.kl
4) Make the following change:
LOCATE line
Code:
# key 139 MENU WAKE_DROPPED"
REPLACE with
Code:
# key 158 MENU WAKE_DROPPED"
LOCATE line
Code:
# key 158 BACK WAKE_DROPPED"
REPLACE with
Code:
# key 139 BACK WAKE_DROPPED"
Save the file Generic.kl, and reboot the phone. Your buttons are now swapped.
I have not provided an "update.zip" to do this, because lately far too many people are relying on one-click methods, and don't know how to make changes themselves, and "devs" don't document these methods for future. So please don't go making a flashable zip and posting it...
Thank You!!!
WOW
Been looking for this for along time, especially coming from Gnex the back soft key was on the laft side. There is also the size of the Note2, make it easier to work with the left hand only.
Thanks, W
pulser_g2 said:
A number of users have been wanting to swap their menu and back softkeys... I believe it's handy for left-handed people who have smaller hands and can't reach the opposite button. So here's how you do it
1) Root phone
2) Using a root file explorer, navigate to /system/usr/keylayout.
3) Open the file Generic.kl
4) Make the following change:
LOCATE line
Code:
# key 139 MENU WAKE_DROPPED"
REPLACE with
Code:
# key 158 MENU WAKE_DROPPED"
LOCATE line
Code:
# key 158 BACK WAKE_DROPPED"
REPLACE with
Code:
# key 139 BACK WAKE_DROPPED"
Save the file Generic.kl, and reboot the phone. Your buttons are now swapped.
I have not provided an "update.zip" to do this, because lately far too many people are relying on one-click methods, and don't know how to make changes themselves, and "devs" don't document these methods for future. So please don't go making a flashable zip and posting it...
Click to expand...
Click to collapse
Thank you! I was wondering if there was also a way to swap it for the on screen nav menu?
Sent from my Note 2
BigE-evo said:
Thank you! I was wondering if there was also a way to swap it for the on screen nav menu?
Sent from my Note 2
Click to expand...
Click to collapse
You mean you want on-screen navigation buttons, nexus style?
pulser_g2 said:
You mean you want on-screen navigation buttons, nexus style?
Click to expand...
Click to collapse
I am looking for a way to make the menu button persistent and also add a search button... can anyone help with that?
Thanks
Sent from my Galaxy Note II on Rogers Wireless
is this right? 3 menus and one back? i don't need a second back anywhere?
Sent from my SPH-L900 using xda app-developers app
wlpywd said:
is this right? 3 menus and one back? i don't need a second back anywhere?
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
Well spotted, I've fixed that. You are basically swapping the numbers of menu and back, but I had a typo in it. The version in the thread is now correct.
I honestly think it's the right handed people who mostly hold their phones in their left hand. Thank you so much for this fix. I've been using button savior but this will be even better.
@Scott, if you want a customized buttons with more buttons, use button savior. You can customize size, location, number of buttons etc, here a pic. I have it setup where if i hit the trigger, the buttons will pop out and go away in 1 second. very convenient. But since I only need back button, this thread is a better way for me it seems.
@OP, Now that i have this setup, is there another line i can change to turn off the lights behind these button permanantly?
edit: nvm there was an option under display to turn those off
boodies said:
I honestly think it's the right handed people who mostly hold their phones in their left hand. Thank you so much for this fix. I've been using button savior but this will be even better.
@Scott, if you want a customized buttons with more buttons, use button savior. You can customize size, location, number of buttons etc, here a pic. I have it setup where if i hit the trigger, the buttons will pop out and go away in 1 second. very convenient. But since I only need back button, this thread is a better way for me it seems.
@OP, Now that i have this setup, is there another line i can change to turn off the lights behind these button permanantly?
edit: nvm there was an option under display to turn those off
Click to expand...
Click to collapse
Hmm interesting, I am right handed, and hold my phone in my right hand. I do admittedly have no problem reaching the far side of the screen with my thumb for typing etc...
If I'm not typing then I still hold it in my right hand, but from the centre, giving me a full reach across the whole phone...
But whether you're left or right handed doesn't matter... Fix is the same For anyone else looking for it, the lights on the buttons can be disabled in display settings.
is there a generic.kl tutorial thread somewhere? to learn how to customize everything? I'd like to modify some long press and double press functionality. Play around a bit.
the only, only, only thing i miss from the evo-lte coming to this phone is the dedicated hardware camera/search button on the side. i feel this note is just one physical button short. oh well.
Sent from my SPH-L900 using xda app-developers app
wlpywd said:
is there a generic.kl tutorial thread somewhere? to learn how to customize everything? I'd like to modify some long press and double press functionality. Play around a bit.
the only, only, only thing i miss from the evo-lte coming to this phone is the dedicated hardware camera/search button on the side. i feel this note is just one physical button short. oh well.
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
Why not just use "Swipe Pad" app & its just one finger action to camera button from any screen.
I'll look at swipe pad, but,i mainly used the button for search and long press for voice search. i rarely,rarely use the camera at all. the buttons at the bottom, physical buttons, could really have been 4 again on a phone this size. personal preference like the extra side button, that's all.
Sent from my SPH-L900 using xda app-developers app
Its the first app i install on a device, i use only the free version as its actually better kept simple & i only activate the 4 corners.
wlpywd said:
is there a generic.kl tutorial thread somewhere? to learn how to customize everything? I'd like to modify some long press and double press functionality. Play around a bit.
the only, only, only thing i miss from the evo-lte coming to this phone is the dedicated hardware camera/search button on the side. i feel this note is just one physical button short. oh well.
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
Double press - I don't think you can do this from generic.kl - you'd need to modify the framework where the buttons are received.
Possibly same for long presses, I'm not sure...
wlpywd said:
is there a generic.kl tutorial thread somewhere? to learn how to customize everything? I'd like to modify some long press and double press functionality. Play around a bit.
the only, only, only thing i miss from the evo-lte coming to this phone is the dedicated hardware camera/search button on the side. i feel this note is just one physical button short. oh well.
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
http://source.android.com/tech/input/key-layout-files.html
http://www.thriveforums.org/forum/t...layout-any-usb-bluetooth-keyboard-rooted.html
boodies said:
http://source.android.com/tech/input/key-layout-files.html
http://www.thriveforums.org/forum/t...layout-any-usb-bluetooth-keyboard-rooted.html
Click to expand...
Click to collapse
you rock!!
Sent from my SPH-L900 using xda app-developers app
pulser_g2 said:
You mean you want on-screen navigation buttons, nexus style?
Click to expand...
Click to collapse
I would love to! On-screen touch buttons for Back at the left, home in the middle and multi-tasking windows list button at the right.
If you don't mind can you please share or point me to a link where I can get this?
srikat said:
I would love to! On-screen touch buttons for Back at the left, home in the middle and multi-tasking windows list button at the right.
If you don't mind can you please share or point me to a link where I can get this?
Click to expand...
Click to collapse
Try adding this to build.prop in /system :
qemu.hw.mainkeys=0
wlpywd said:
is there a generic.kl tutorial thread somewhere? to learn how to customize everything? I'd like to modify some long press and double press functionality. Play around a bit.
the only, only, only thing i miss from the evo-lte coming to this phone is the dedicated hardware camera/search button on the side. i feel this note is just one physical button short. oh well.
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
Did you try long pressing the menu button?

Categories

Resources