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

  /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/
KeycodeNewcle.h 54 #define IM_VK_RIGHT IME_VK_RIGHT
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
beos_keycode.h 67 #define IM_VK_RIGHT 0x63
SunPinyinStandalone.cpp 260 case B_RIGHT_ARROW: key = IM_VK_RIGHT; break;
SunPinyinModule.cpp 490 key_code = IM_VK_RIGHT;
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
macos_keycode.h 65 #define IM_VK_RIGHT 0x7C
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
beos_keycode.h 67 #define IM_VK_RIGHT 0x63
SunPinyinStandalone.cpp 260 case B_RIGHT_ARROW: key = IM_VK_RIGHT; break;
SunPinyinModule.cpp 490 key_code = IM_VK_RIGHT;
  /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/iiim/cle/
KeycodeNewcle.h 54 #define IM_VK_RIGHT IME_VK_RIGHT
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/gtk_standalone/
KeycodeIIIM2GDK.h 69 #define IM_VK_RIGHT GDK_Right
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_keycode.h 66 #define IM_VK_RIGHT SCIM_KEY_Right
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_keycode.h 66 #define IM_VK_RIGHT SCIM_KEY_Right
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_keys.h 60 #define IM_VK_RIGHT 0xff53
imi_view_classic.cpp 144 } else if (modifiers == IM_CTRL_MASK && keycode == IM_VK_RIGHT) { // move right
225 } else if (keycode == IM_VK_RIGHT) { // move right syllable
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_view_modern.cpp 454 } else if (keycode == IM_VK_RIGHT) {
577 } else if (keycode == IM_VK_END || keycode == IM_VK_RIGHT) {

Completed in 5700 milliseconds