[AS 3.0] IME가 실행 중인 경우 영문모드로 변경하기

KeyboardEvent를 사용할 경우 IME(Input Method Editor)가 실행 중인 경우 정확한 keyCode값을 받아올 수 없다.

이럴 경우,

if (e.keyCode == 229) {
	IME.conversionMode = IMEConversionMode.ALPHANUMERIC_HALF;
}

로 영문입력모드로 전환해준다.

  • Share/Bookmark
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
(c) 2010 blog.flasia.com | powered by WordPress with Barecity