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

  /nv-g11n/inputmethod/sunpinyin/ime/iiim/cle/
KeycodeNewcle.h 42 #define IM_CTRL_MASK IME_CTRL_MASK
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
beos_keycode.h 47 #define IM_CTRL_MASK B_CONTROL_KEY
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
macos_keycode.h 44 #define IM_CTRL_MASK 1 << 18
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
beos_keycode.h 47 #define IM_CTRL_MASK B_CONTROL_KEY
  /nv-g11n/inputmethod/sunpinyin2/wrapper/cle/iiim/cle/
KeycodeNewcle.h 42 #define IM_CTRL_MASK IME_CTRL_MASK
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
imi_keys.h 44 #define IM_CTRL_MASK (1 << 2)
88 modifiers &= (IM_SHIFT_MASK | IM_CTRL_MASK | IM_ALT_MASK | IM_RELEASE_MASK);
imi_view.cpp 48 : m_punctSwitchKey(IM_VK_PERIOD, 0, IM_CTRL_MASK),
imi_view_classic.cpp 113 if (((modifiers & IM_CTRL_MASK) != 0) && (keyvalue == 'P' || keyvalue=='p'))
137 } else if (modifiers == IM_CTRL_MASK && keycode == IM_VK_LEFT) { // move left
144 } else if (modifiers == IM_CTRL_MASK && keycode == IM_VK_RIGHT) { // move right
171 } else if ((modifiers & (IM_CTRL_MASK | IM_ALT_MASK | IM_RELEASE_MASK)) == 0) {
  /nv-g11n/inputmethod/sunpinyin/ime/src/
imi_options.cpp 139 if ((mask & (IM_SHIFT_MASK | IM_CTRL_MASK | IM_ALT_MASK)) == 0) {
150 if ((mask & (IM_SHIFT_MASK | IM_CTRL_MASK | IM_ALT_MASK)) == 0) {
imi_view_modern.cpp 151 modifier &= (IM_SHIFT_MASK | IM_CTRL_MASK | IM_ALT_MASK);
162 if ((keyvalue == IM_VK_PERIOD) && (modifier == IM_CTRL_MASK)) {
170 } else if ((modifier & (IM_CTRL_MASK | IM_ALT_MASK)) == 0) {
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/gtk_standalone/
KeycodeIIIM2GDK.h 49 #define IM_CTRL_MASK GDK_CONTROL_MASK
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_keycode.h 46 #define IM_CTRL_MASK SCIM_KEY_ControlMask
sunpinyin_utils.cpp 53 if (key.is_control_down()) modifier |= IM_CTRL_MASK;
sunpinyin_imengine.cpp 689 if ( (key.modifier & IM_CTRL_MASK) == IM_CTRL_MASK &&
706 if ( (key.modifier & IM_CTRL_MASK) == IM_CTRL_MASK &&
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_keycode.h 46 #define IM_CTRL_MASK SCIM_KEY_ControlMask
sunpinyin_utils.cpp 53 if (key.is_control_down()) modifier |= IM_CTRL_MASK;
sunpinyin_imengine.cpp 689 if ( (key.modifier & IM_CTRL_MASK) == IM_CTRL_MASK &&
706 if ( (key.modifier & IM_CTRL_MASK) == IM_CTRL_MASK &&
  /nv-g11n/inputmethod/sunpinyin2/wrapper/ibus/src/
engine_impl.cpp 102 if (isprint(key_val) && !isspace(key_val) && !(modifiers & IM_CTRL_MASK)) {
405 CKeyEvent control_l(IM_VK_CONTROL_L, 0, IM_CTRL_MASK|IM_RELEASE_MASK);
406 CKeyEvent control_r(IM_VK_CONTROL_R, 0, IM_CTRL_MASK|IM_RELEASE_MASK);
427 m_hotkey_profile->setPunctSwitchKey(CKeyEvent(IM_VK_COMMA, 0, IM_CTRL_MASK));
429 m_hotkey_profile->setPunctSwitchKey(CKeyEvent(IM_VK_PERIOD, 0, IM_CTRL_MASK));

Completed in 900 milliseconds