Home
last modified time | relevance | path

Searched refs:KBDM_CTRL (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/stella/stella-6.6/src/common/
H A DPKeyboardHandler.cxx815 {Event::Quit, KBDK_Q, KBDM_CTRL},
850 {Event::MoveHome, KBDK_A, KBDM_CTRL},
853 {Event::MoveEnd, KBDK_E, KBDM_CTRL},
865 {Event::Delete, KBDK_D, KBDM_CTRL},
866 {Event::DeleteLeftWord, KBDK_W, KBDM_CTRL},
869 {Event::DeleteHome, KBDK_U, KBDM_CTRL},
871 {Event::DeleteEnd, KBDK_K, KBDM_CTRL},
888 {Event::SelectAll, KBDK_A, KBDM_CTRL},
891 {Event::Delete, KBDK_D, KBDM_CTRL},
893 {Event::DeleteLeftWord, KBDK_W, KBDM_CTRL},
[all …]
H A DKeyMap.hxx55 && (((mod | other.mod) & KBDM_CTRL ) ? (mod & other.mod & KBDM_CTRL ) : true) in operator ==()
116 | ((uInt64((m.mod & KBDM_CTRL ) != 0) << 3)) // 1 bit in operator ()()
H A DKeyMap.cxx33 StellaMod::KBDM_CTRL, in serializeModkeyMask()
161 if((mapping.mod & KBDM_CTRL) == KBDM_CTRL) buf << "Ctrl"; in getDesc()
349 m.mod = StellaMod(m.mod & (KBDM_SHIFT | KBDM_CTRL | KBDM_ALT | KBDM_GUI)); in convertMod()
H A DStellaKeys.hxx411 KBDM_CTRL = (KBDM_LCTRL|KBDM_RCTRL), enumerator
431 return (mod & KBDM_CTRL); in isControl()
H A DjsonDefinitions.hxx752 {StellaMod::KBDM_CTRL, "ctrl"},
/dports/emulators/stella/stella-6.6/src/gui/
H A DEventMappingWidget.cxx318 && (mod & (KBDM_CTRL | KBDM_SHIFT | KBDM_ALT | KBDM_GUI)) == 0) in handleKeyUp()
326 if(myMod & KBDM_CTRL) in handleKeyUp()
327 myMod |= KBDM_CTRL; in handleKeyUp()