Where can I find information about what one can do with gconftool-2? Several people posted settings to fix games or add "multi touch" but I was not able to find anything about how I can do these things myself. E.g. there is no list of keys that I could map to simulate a mouse click on the screen like in this example: Code: gconftool-2 --set --type int /apps/preenv/angrybirdshd/key_113_key 113 # q gconftool-2 --set --type int /apps/preenv/angrybirdshd/key_113_mouse 1 gconftool-2 --set --type int /apps/preenv/angrybirdshd/key_113_x 60 gconftool-2 --set --type int /apps/preenv/angrybirdshd/key_113_y 302 Is there a list that tells me what key codes the other keys on the N900 have?
gconftool-2 --set --type int /apps/preenv/angrybirdshd/key_113_key 113 # q gconftool-2 --set --type int /apps/preenv/angrybirdshd/key_113_mouse 1 gconftool-2 --set --type int /apps/preenv/angrybirdshd/key_113_x 60 gconftool-2 --set --type int /apps/preenv/angrybirdshd/key_113_y 302