Ignore capslock state
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Mon, 7 Dec 2009 15:21:05 +0000 (00:21 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Mon, 7 Dec 2009 15:21:05 +0000 (00:21 +0900)
commit65dc2d6cec81479d5a726133e41cbbaf42c52d25
tree6326eba0371d9ce566c1e49c31e22450b9f2d98c
parent0a11611fd75a2635394dd549dc0d9a3ad17b36fc
Ignore capslock state

 * Korean input method is not transliteration method.
   The position of the pressed key is important, not the character itself.
   So we need to normalize the key event to general qwerty to get the
   correct position of the pressed key.
src/engine.c