If I put CAPS LOG on and write letters
� � or � abiword fails.
I make quick and ... solution for it
diff ev_EditBinding.cpp /home/karvonen/abiword/abi/src/af/ev/xp/ev_EditBinding.cpp
192a193,196
> if (n_evk >= 257)
> {
> n_evk = n_evk - 65280; // quick fix
> }
Maybe someone can tell why this can happend...
This was commend above this code...
// TODO Note[1] we currently limit the range on regular (non-nvk)
// TODO Note[1] keys to 256. This is probably OK for Latin1, but
// TODO Note[1] will probably need to be re-addressed later.
--
Jarmo Karvonen