This fixes a problem with a plugin that returns `ABORT` from its `onKeyswitchEvent()` handler, for a masked key addr. I'm convinced that a better solution is to switch from using `Key_NoKey` (a.k.a. `Key_Masked`) to using `Key_Transparent` as the default for new events, and thus, the value that signals that a lookup should be done, but this at least fixes the bug for now, with a much less intrusive change. Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>pull/1043/head
parent
5ddd7d1867
commit
9ac4cc5a6f
Loading…
Reference in new issue