Perhaps OCDing a bit ( or being lazy ) I decided to make a little shell library that anyone can use to easily remap buttons for apps when they are launched. It is really simple to use. If you used it to map the AUX button to F5 and run evince, the script would look something like this:
#!/bin/sh . /path/to/omkey_functions om_key_mod 177 F5 evince $@ om_key_restore And that's it! It detects if Enlightenment is being used and saves all the config info for those keys being changed. It should work under the OM 2007.2 image as well. So, nobody has any legal concerns I define the same permissive licensing that is used for the Debian init scripts. Basically, just give me credit and use/modify as you like. Get it here at: http://www.bryandeluca.com/OM/omkey_functions Hope this helps, -- Bryan DeLuca <[EMAIL PROTECTED]> _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

