Message1187

Author retroj
Recipients scottjad
Date 2014-01-29.22:36:31
Content
My guess would be that they changed the way that keyboard events are processed, so that killing keydown
also automatically kills keypress.  It would be noted in a changelog or the "What changed" document if so.
An experiment that you could do would be to alter key-kill-mode so that it doesn't kill the keydown event,
and only kills the keyup event.  This would undermine its purpose, but it would at least tell you whether
this theory is correct.
History
Date User Action Args
2014-01-29 22:36:32retrojsetmessageid: <1391034992.41.0.949365974315.issue460@bugs.conkeror.org>
2014-01-29 22:36:32retrojsetrecipients: + scottjad
2014-01-29 22:36:32retrojlinkissue460 messages
2014-01-29 22:36:31retrojcreate