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

  /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/
KeycodeNewcle.h 51 #define IM_VK_HOME IME_VK_HOME
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
beos_keycode.h 64 #define IM_VK_HOME 0x20
SunPinyinStandalone.cpp 258 case B_HOME: key = IM_VK_HOME; break;
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
macos_keycode.h 62 #define IM_VK_HOME 0x73
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
beos_keycode.h 64 #define IM_VK_HOME 0x20
SunPinyinStandalone.cpp 258 case B_HOME: key = IM_VK_HOME; break;
  /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/iiim/cle/
KeycodeNewcle.h 51 #define IM_VK_HOME IME_VK_HOME
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/gtk_standalone/
KeycodeIIIM2GDK.h 66 #define IM_VK_HOME GDK_Home
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_keycode.h 63 #define IM_VK_HOME SCIM_KEY_Home
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_keycode.h 63 #define IM_VK_HOME SCIM_KEY_Home
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_keys.h 57 #define IM_VK_HOME 0xff50
imi_view_classic.cpp 231 } else if (keycode == IM_VK_HOME) { // move home
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_view_modern.cpp 460 } else if (keycode == IM_VK_HOME) {
566 } else if (keycode == IM_VK_HOME || keycode == IM_VK_LEFT) {
569 if (keycode != IM_VK_HOME)

Completed in 540 milliseconds