Home
last modified time | relevance | path

Searched refs:KM_CTRL (Results 1 – 25 of 44) sorted by relevance

12

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dncwin.cpp2674 case FC( VK_X, KM_CTRL ): in OnKeyDown()
2689 case FC( VK_E, KM_CTRL ): in OnKeyDown()
2705 case FC( VK_S, KM_CTRL ): in OnKeyDown()
2717 case FC( VK_C, KM_CTRL ): in OnKeyDown()
2810 case FC( VK_D, KM_CTRL ): in OnKeyDown()
2822 case FC( VK_F, KM_CTRL ): in OnKeyDown()
2826 case FC( VK_J, KM_CTRL ): in OnKeyDown()
2830 case FC( VK_K, KM_CTRL ): in OnKeyDown()
2834 case FC( VK_R, KM_CTRL ): in OnKeyDown()
3023 case FC( VK_G, KM_CTRL ): in OnKeyDown()
[all …]
H A Ddlg-ctrl-l.cpp182 if ( pEvent->Key() == VK_L && pEvent->Mod() == KM_CTRL ) in Key()
H A Dusermenu.cpp414 if (( pEvent->Mod() & (KM_ALT | KM_CTRL)) == 0) in Key()
/dports/net/c3270/suite3270-4.0/wc3270/
H A Dkeymap.c65 #define KM_HINTS (KM_SHIFT | KM_CTRL | KM_ALT | KM_ENHANCED)
153 flags |= KM_CTRL; in parse_keydef()
235 if ((flags & KM_CTRL) && *ccode >= '@' && *ccode <= '~') { in parse_keydef()
237 flags &= ~KM_CTRL; in parse_keydef()
706 if ((h & KM_CTRL) == KM_CTRL) { in compatible_hint()
707 if (s & KM_CTRL) { in compatible_hint()
708 s |= KM_CTRL; in compatible_hint()
1181 if ((hint & KM_CTRL) == KM_CTRL) { in decode_hint()
1219 sprintf(s, "%sCtrl <Key>%c", decode_hint(hint & ~KM_CTRL), in decode_key()
H A Dkeymap.h35 #define KM_CTRL (KM_LCTRL | KM_RCTRL) macro
/dports/x11/x3270/suite3270-4.0/wc3270/
H A Dkeymap.c65 #define KM_HINTS (KM_SHIFT | KM_CTRL | KM_ALT | KM_ENHANCED)
153 flags |= KM_CTRL; in parse_keydef()
235 if ((flags & KM_CTRL) && *ccode >= '@' && *ccode <= '~') { in parse_keydef()
237 flags &= ~KM_CTRL; in parse_keydef()
706 if ((h & KM_CTRL) == KM_CTRL) { in compatible_hint()
707 if (s & KM_CTRL) { in compatible_hint()
708 s |= KM_CTRL; in compatible_hint()
1181 if ((hint & KM_CTRL) == KM_CTRL) { in decode_hint()
1219 sprintf(s, "%sCtrl <Key>%c", decode_hint(hint & ~KM_CTRL), in decode_key()
H A Dkeymap.h35 #define KM_CTRL (KM_LCTRL | KM_RCTRL) macro
/dports/devel/upp/upp/uppsrc/Turtle/
H A DKeys.cpp134 if(*s && *s++ == '1') modifierkeys |= KM_CTRL; else modifierkeys &= ~KM_CTRL; in ReadModifierKeys()
/dports/net/c3270/suite3270-4.0/c3270/
H A Dkeymap.h30 #define KM_CTRL 0x0001 macro
/dports/x11/x3270/suite3270-4.0/c3270/
H A Dkeymap.h30 #define KM_CTRL 0x0001 macro
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Include/Rocket/Core/
H A DInput.h262 KM_CTRL = 1 << 0, // Set if at least one Ctrl key is depressed. enumerator
/dports/devel/upp/upp/uppsrc/VirtualGui/
H A DVirtualGui.h30 KM_CTRL = KM_LCTRL | KM_RCTRL, enumerator
H A DEvent.cpp22 bool GetCtrl() { return VirtualGuiPtr->GetModKeys() & KM_CTRL; } in GetCtrl()
/dports/net/c3270/suite3270-4.0/Common/c3270/
H A Dkeymap.c69 #define KM_HINTS (KM_CTRL|KM_ALT)
194 flags |= KM_CTRL; in parse_keydef()
268 if (flags & KM_CTRL) { in parse_keydef()
/dports/x11/x3270/suite3270-4.0/Common/c3270/
H A Dkeymap.c69 #define KM_HINTS (KM_CTRL|KM_ALT)
194 flags |= KM_CTRL; in parse_keydef()
268 if (flags & KM_CTRL) { in parse_keydef()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/basic/sdl2/src/
H A DSystemInterfaceSDL2.cpp394 retval |= Rocket::Core::Input::KM_CTRL; in GetKeyModifiers()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_event_query.c139 flag |= KM_CTRL; in WM_event_modifier_flag()
H A Dwm_keymap_utils.c483 if ((kmi->ctrl == KM_NOTHING) != ((event_modifier & KM_CTRL) == 0)) { in wm_keymap_item_uses_modifier()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/
H A DWM_types.h222 #define KM_CTRL 2 macro
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_combobox.cpp241 const bool ctrl = (pEvent->Mod() & KM_CTRL) != 0; in EventKey()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/basic/sfml2/src/
H A DSystemInterfaceSFML.cpp40 Modifiers |= Rocket::Core::Input::KM_CTRL; in GetKeyModifiers()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/basic/sfml/src/
H A DSystemInterfaceSFML.cpp40 Modifiers |= Rocket::Core::Input::KM_CTRL; in GetKeyModifiers()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/shell/src/macosx/
H A DInputMacOSX.cpp175 key_modifier_state |= Rocket::Core::Input::KM_CTRL; in GetKeyModifierState()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_gizmo_preselect_type.c84 const bool is_ctrl_pressed = WM_event_modifier_flag(event) & KM_CTRL; in gizmo_preselect_elem_test_select()
/dports/games/py-fife/fifengine-0.4.2/engine/core/gui/librocket/base/
H A Dlibrocketinputprocessor.cpp62 m_keyModState |= Rocket::Core::Input::KM_CTRL; in updateKeyModState()

12