Dear All
I have found following solution also, kindly check this out
var selObj = oEvent.getSource();
var selCon = selObj.oPopup.oContent;
var selKey = selCon.getSelectedItem().getKey();
in the change method and obtained the reference of the object which is selected by ENTER key. It is working fine for both mouse and Enter
Regards