ComputerKeyboardKey
|
|
appearance as argument number 1 |
(disjoint ComputerKeyboardKey LeftCIButton) | ComputerInput.kif 243-243 | ComputerKeyboardKey 和 % 2 是 disjoint |
(disjoint ComputerKeyboardKey MiddleCIButton) | ComputerInput.kif 242-242 | ComputerKeyboardKey 和 % 2 是 disjoint |
(disjoint ComputerKeyboardKey MouseButton) | ComputerInput.kif 244-244 | ComputerKeyboardKey 和 % 2 是 disjoint |
(disjoint ComputerKeyboardKey RightCIButton) | ComputerInput.kif 241-241 | ComputerKeyboardKey 和 % 2 是 disjoint |
(disjoint ComputerKeyboardKey TouchpadKey) | ComputerInput.kif 367-367 | ComputerKeyboardKey 和 % 2 是 disjoint |
(documentation ComputerKeyboardKey EnglishLanguage "A ComputerInputButton on a ComputerKeyboard.") | ComputerInput.kif 240-240 | ComputerKeyboardKey 和 % 2 是 disjoint |
(subclass ComputerKeyboardKey ComputerInputButton) | ComputerInput.kif 239-239 | ComputerKeyboardKey 是 ComputerInputButton 的 subclass |
(typicalPart ComputerKeyboardKey ComputerKeyboard_Generic) | ComputerInput.kif 247-247 | ComputerKeyboardKey typically 是 ComputerKeyboard_Generic 的 part |
appearance as argument number 2 |
(disjoint GUIButton ComputerKeyboardKey) | ComputerInput.kif 936-936 | GUIButton 和 % 2 是 disjoint |
(partTypes ComputerKeyboard ComputerKeyboardKey) | ComputerInput.kif 375-375 | 每个 ComputerKeyboard 是 ComputerKeyboardKey 的 part |
(subclass CharacterKey ComputerKeyboardKey) | ComputerInput.kif 269-269 | CharacterKey 是 ComputerKeyboardKey 的 subclass |
(subclass SpecialComputerKeyboardKey ComputerKeyboardKey) | ComputerInput.kif 273-273 | SpecialComputerKeyboardKey 是 ComputerKeyboardKey 的 subclass |
(termFormat EnglishLanguage ComputerKeyboardKey "computer keyboard key") | domainEnglishFormat.kif 64701-64701 | SpecialComputerKeyboardKey 是 ComputerKeyboardKey 的 subclass |
appearance as argument number 3 |
(domainSubclass PressingKeyFn 1 ComputerKeyboardKey) | ComputerInput.kif 1359-1359 | PressingKeyFn 的 1 数量 是 ComputerKeyboardKey 的 subclass |
antecedent |
consequent |
(=> (instance ?ACT KeyboardAction) (exists (?KEY) (and (instance ?KEY ComputerKeyboardKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1230-1235 |
|
(=> (instance ?ACT MultikeyAction) (exists (?KEY1 ?KEY2) (and (patient ?ACT ?KEY1) (patient ?ACT ?KEY2) (not (equal ?KEY1 ?KEY2)) (instance ?KEY1 ComputerKeyboardKey) (instance ?KEY2 ComputerKeyboardKey)))) |
ComputerInput.kif 1244-1252 | |
(=> (instance ?KEYBOARD ComputerKeyboard_Generic) (exists (?KEY) (and (instance ?KEY ComputerKeyboardKey) (component ?KEY ?KEYBOARD)))) |
ComputerInput.kif 262-267 |
|