Dmitrij D. Czarkoff wrote: > That said, I'd love to have Ctrl-з to be equivalent to Ctrl-z. But I am not > sure whether I would tolerate any additional complexity as a trade-off.
Heyho, sure. Unfortunately I see no easy way of achieving that. Either use the keycodes, which are layout agnostic, but have the disadvantage, that different keyboard models can report different keycodes for the „same“ key. Or use the KeySyms which are keyboard model agnostic but the key combinations would change with the layout. Maybe someone else has a better solution? --Markus