FunctionKey |
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 |
appearance as argument number 2 |
![]() |
(disjoint AltKey FunctionKey) | ComputerInput.kif 362-362 | |
(disjoint ControlKey FunctionKey) | ComputerInput.kif 354-354 | |
(disjoint ShiftKey FunctionKey) | ComputerInput.kif 347-347 | |
(termFormat EnglishLanguage FunctionKey "function key") | domainEnglishFormat.kif 64922-64922 |
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 |
![]() |
![]() |