ControlKey |
appearance as argument number 1 |
(disjoint ControlKey FunctionKey) | ComputerInput.kif 354-354 | ControlKey と FunctionKey は disjoint では %n |
(disjoint ControlKey ShiftKey) | ComputerInput.kif 353-353 | ControlKey と ShiftKey は disjoint では %n |
(documentation ControlKey EnglishLanguage "A ControlKey is a type of ComputerKeyboardKey on a ComputerKeyboard often labeled ``Ctrl'' which affects the output of other keys if typed while it is being held down.") | ComputerInput.kif 350-352 | |
(subclass ControlKey MultiKeypressKey) | ComputerInput.kif 349-349 | ControlKey は MultiKeypressKey の subclass では %n |
appearance as argument number 2 |
(disjoint AltKey ControlKey) | ComputerInput.kif 360-360 | AltKey と ControlKey は disjoint では %n |
(termFormat EnglishLanguage ControlKey "control key") | domainEnglishFormat.kif 64700-64700 |
consequent |
(=> (and (instance ?ACT ControlKeyHoldDown) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY ControlKey)) |
ComputerInput.kif 1299-1304 |
|
(=> (instance ?ACT ControlKeyHoldDown) (exists (?KEY) (and (instance ?KEY ControlKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1292-1297 |
|