AltKey(alt key) |
appearance as argument number 1 |
(disjoint AltKey ControlKey) | ComputerInput.kif 360-360 | Alt key is disjoint from control key |
(disjoint AltKey FunctionKey) | ComputerInput.kif 362-362 | Alt key is disjoint from function key |
(disjoint AltKey ShiftKey) | ComputerInput.kif 361-361 | Alt key is disjoint from shift key |
(documentation AltKey EnglishLanguage "An AltKey is a type of ComputerKeyboardKey on a ComputerKeyboard often labeled ``Shift'' which affects the output of other keys if typed while it is being held down.") | ComputerInput.kif 357-359 | |
(subclass AltKey MultiKeypressKey) | ComputerInput.kif 356-356 | Alt key is a subclass of multi keypress key |
appearance as argument number 2 |
(termFormat EnglishLanguage AltKey "alt key") | domainEnglishFormat.kif 64438-64438 |
consequent |
(=> (and (instance ?ACT AltKeyHoldDown) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY AltKey)) |
ComputerInput.kif 1322-1327 |
|
(=> (instance ?ACT AltKeyHoldDown) (exists (?KEY) (and (instance ?KEY AltKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1315-1320 |
|