Il 16/05/2013 08:58, Amos Kong ha scritto: >> > theoretically, we have to check if the typematic key is in break >> > now, if so, we will not do repeat anymore. > You mean key is released? I checked by '~keycode & 0x80', stop repeat > when key is release. >
BTW, !(keycode & 0x80) is more readable. Paolo