Moving node with keyboard

Hi,



Currently you can move the node using mouse only.



Is there any properties i can set so users can move node with Keyup, KeyDown, KeyLeft and KeyRight once it is selected.



Looking forward for your suggestions.

Try view.DisableKeys = GoViewDisableKeys.None;



There are also ArrowMoveSmall and ArrowMoveLarge properties (CTRL-arrow key gives you the small move).

Thanks jake. This works now.