--- xmil/wince/winkbd.cpp 2004/08/19 11:09:20 1.1 +++ xmil/wince/winkbd.cpp 2004/08/20 09:51:53 1.2 @@ -253,7 +253,7 @@ static void setbind(UINT8 *tbl, const KE for (i=0; i<4; i++) { key = (*adrs->ptr[i]) & 0xff; if (tbl[key] != NC) { - keystat_forcerelease(tbl[key]); + keystat_keyup(tbl[key]); } tbl[key] = bind->key[i]; }