--- psi-clean/psi/src/statusdlg.cpp Thu Dec 23 01:01:10 2004 +++ psi/psi/src/statusdlg.cpp Tue Dec 28 14:45:58 2004 @@ -204,6 +204,11 @@ return historySelect(-1); else if(ke->key() == Key_Down && (ke->state() & AltButton) ) return historySelect(1); + else if(ke->key() == Key_Return && !(ke->state() & ShiftButton)) + { + doButton(); + return true; + } } return FALSE; }