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

  /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/
KeycodeNewcle.h 52 #define IM_VK_LEFT IME_VK_LEFT
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
beos_keycode.h 65 #define IM_VK_LEFT 0x61
SunPinyinStandalone.cpp 259 case B_LEFT_ARROW: key = IM_VK_LEFT; break;
SunPinyinModule.cpp 484 key_code = IM_VK_LEFT;
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
macos_keycode.h 63 #define IM_VK_LEFT 0x7B
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
beos_keycode.h 65 #define IM_VK_LEFT 0x61
SunPinyinStandalone.cpp 259 case B_LEFT_ARROW: key = IM_VK_LEFT; break;
SunPinyinModule.cpp 484 key_code = IM_VK_LEFT;
  /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/iiim/cle/
KeycodeNewcle.h 52 #define IM_VK_LEFT IME_VK_LEFT
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/gtk_standalone/
KeycodeIIIM2GDK.h 67 #define IM_VK_LEFT GDK_Left
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_keycode.h 64 #define IM_VK_LEFT SCIM_KEY_Left
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_keycode.h 64 #define IM_VK_LEFT SCIM_KEY_Left
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_keys.h 58 #define IM_VK_LEFT 0xff51
imi_view_classic.cpp 137 } else if (modifiers == IM_CTRL_MASK && keycode == IM_VK_LEFT) { // move left
219 } else if (keycode == IM_VK_LEFT) { // move left syllable
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_view_modern.cpp 449 } else if (keycode == IM_VK_LEFT) {
566 } else if (keycode == IM_VK_HOME || keycode == IM_VK_LEFT) {

Completed in 5679 milliseconds