HomeSort by relevance Sort by last modified time
    Searched refs:IM_VK_END (Results 1 - 13 of 13) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/
KeycodeNewcle.h 53 #define IM_VK_END IME_VK_END
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
beos_keycode.h 63 #define IM_VK_END 0x35
SunPinyinStandalone.cpp 257 case B_END: key = IM_VK_END; break;
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
macos_keycode.h 61 #define IM_VK_END 0x77
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
beos_keycode.h 63 #define IM_VK_END 0x35
SunPinyinStandalone.cpp 257 case B_END: key = IM_VK_END; break;
  /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/iiim/cle/
KeycodeNewcle.h 53 #define IM_VK_END IME_VK_END
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/gtk_standalone/
KeycodeIIIM2GDK.h 65 #define IM_VK_END GDK_End
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_keycode.h 62 #define IM_VK_END SCIM_KEY_End
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_keycode.h 62 #define IM_VK_END SCIM_KEY_End
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_keys.h 64 #define IM_VK_END 0xff57
imi_view_classic.cpp 237 } else if (keycode == IM_VK_END) { // move end
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_view_modern.cpp 465 } else if (keycode == IM_VK_END) {
577 } else if (keycode == IM_VK_END || keycode == IM_VK_RIGHT) {
580 if (keycode != IM_VK_END)

Completed in 240 milliseconds