View Single Post
Posts: 227 | Thanked: 53 times | Joined on Feb 2008 @ Lyon, France
#8
Originally Posted by johnkzin View Post
By cursor keys, do you mean the dpad?
I don't know the official name. The pad with the 5 buttons/keys on the left.

Originally Posted by johnkzin View Post
Because the dpad pre-dates the N810. So, I would expect that the file where you manipulate cursor keys is a file that's common to both the N810 and the N800.
I don't think so. The rx-44 file (which is specific to the N810) contains:
Code:
    key <KPEN>  {       [       Return          ]       };
    key <UP>    {       [       Up              ]       };
    key <DOWN>  {       [       Down            ]       };
    key <LEFT>  {       [       Left            ]       };
    key <RGHT>  {       [       Right           ]       };
I suppose that corresponds to this pad. These are these lines I tried to modify (by adding symbols, like for the other lines) in the past.