Some people expect the arrow keys to work for selecting items in the menu or moving the text cursor (point). Thus the arrow keys should be bound in the following manner:
UP shall be equivalent to C-p, moving the cursor upwards
DOWN shall be equivalent to C-n, moving the cursor downwards
LEFT shall be equivalent to C-b, moving point left by one character
RIGHT shall be equivalent to C-f, moving point right by one character
Additionally, the HOME and END keys should be bound:
HOME shall be equivalent to C-a, moving point to the beginning of the line
END shall be equivalent to C-e, moving point to the end of the line
Some people expect the arrow keys to work for selecting items in the menu or moving the text cursor (point). Thus the arrow keys should be bound in the following manner:
UPshall be equivalent toC-p, moving the cursor upwardsDOWNshall be equivalent toC-n, moving the cursor downwardsLEFTshall be equivalent toC-b, moving point left by one characterRIGHTshall be equivalent toC-f, moving point right by one characterAdditionally, the
HOMEandENDkeys should be bound:HOMEshall be equivalent toC-a, moving point to the beginning of the lineENDshall be equivalent toC-e, moving point to the end of the line