FunctionKey(function key) |
appearance as argument number 1 |
(documentation FunctionKey EnglishLanguage "A FunctionKey is a type of ComputerKeyboardKey on a ComputerKeyboard may be labeled ``Fn''. It acts similar to a ShiftKey, ControlKey, or AltKey to cause a different character (or set of characters) to be sent from a keyboard when another key is pressed.") | ComputerInput.kif 338-341 | |
(subclass FunctionKey MultiKeypressKey) | ComputerInput.kif 337-337 | Function key is a subclass of multi keypress key |
appearance as argument number 2 |
(disjoint AltKey FunctionKey) | ComputerInput.kif 362-362 | Alt key is disjoint from function key |
(disjoint ControlKey FunctionKey) | ComputerInput.kif 354-354 | Control key is disjoint from function key |
(disjoint ShiftKey FunctionKey) | ComputerInput.kif 347-347 | Shift key is disjoint from function key |
(termFormat EnglishLanguage FunctionKey "function key") | domainEnglishFormat.kif 64947-64947 | Shift key is disjoint from function key |
consequent |
(=> (and (instance ?ACT FunctionKeyHoldDown) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY FunctionKey)) |
ComputerInput.kif 1346-1351 |
|
(=> (instance ?ACT FunctionKeyHoldDown) (exists (?KEY) (and (instance ?KEY FunctionKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1339-1344 |
|