You can capture the down-key press event on the client side using javascript.
This[
^] W3Schools page has a simple example on how to do that.
Once you have captured the event, you need to call the
grdCoverDetails_ItemCommand
using the
__doPostback
function. Use
this[
^] CodeProject article as reference.