SpecialComputerKeyboardKey(special computer keyboard key) |
appearance as argument number 1 |
(disjoint SpecialComputerKeyboardKey CharacterKey) | ComputerInput.kif 278-278 | Special computer keyboard key is disjoint from character key |
(documentation SpecialComputerKeyboardKey EnglishLanguage "A SpecialComputerKeyboardKey is a type of ComputerKeyboardKey on a ComputerKeyboard that does not simply send a single visible character to a computer to which it is attached. This includes the Enter/ Return key, backspace, delete, function, control, shift, and other non-character keys.") | ComputerInput.kif 274-277 | Special computer keyboard key is disjoint from character key |
(subclass SpecialComputerKeyboardKey ComputerKeyboardKey) | ComputerInput.kif 273-273 | Special computer keyboard key is a subclass of computer keyboard key |
appearance as argument number 2 |
(subclass ArrowKey SpecialComputerKeyboardKey) | ComputerInput.kif 292-292 | Arrow key is a subclass of special computer keyboard key |
(subclass EnterKey SpecialComputerKeyboardKey) | ComputerInput.kif 287-287 | Enter key is a subclass of special computer keyboard key |
(subclass MultiKeypressKey SpecialComputerKeyboardKey) | ComputerInput.kif 327-327 | Multi keypress key is a subclass of special computer keyboard key |
(subclass NumberedFunctionKey SpecialComputerKeyboardKey) | ComputerInput.kif 319-319 | Numbered function key is a subclass of special computer keyboard key |
(subclass TabKey SpecialComputerKeyboardKey) | ComputerInput.kif 280-280 | Tab key is a subclass of special computer keyboard key |
(termFormat EnglishLanguage SpecialComputerKeyboardKey "special computer keyboard key") | domainEnglishFormat.kif 65574-65574 | Tab key is a subclass of special computer keyboard key |
consequent |
(=> (and (instance ?ACT SpecialCharacterPress) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY SpecialComputerKeyboardKey)) |
ComputerInput.kif 1402-1407 |
|
(=> (instance ?ACT SpecialCharacterPress) (exists (?KEY) (and (instance ?KEY SpecialComputerKeyboardKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1395-1400 |
|