Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - FunctionKey
FunctionKey(function key)

appearance as argument number 1
-------------------------


(subclass FunctionKey MultiKeypressKey) ComputerInput.kif 353-353 Function key is a subclass of multi keypress key
(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 354-357 Function key is a subclass of multi keypress key

appearance as argument number 2
-------------------------


(disjoint ShiftKey FunctionKey) ComputerInput.kif 363-363 Shift key is disjoint from function key
(disjoint ControlKey FunctionKey) ComputerInput.kif 370-370 Control key is disjoint from function key
(disjoint AltKey FunctionKey) ComputerInput.kif 378-378 Alt key is disjoint from function key
(termFormat EnglishLanguage FunctionKey "function key") domainEnglishFormat.kif 64902-64902 Alt key is disjoint from function key

consequent
-------------------------


(=>
    (instance ?ACT FunctionKeyHoldDown)
    (exists (?KEY)
        (and
            (instance ?KEY FunctionKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1355-1360 If X is an instance of function key hold down, then there exists Y such that Y is an instance of function key and Y is a patient of X
(=>
    (and
        (instance ?ACT FunctionKeyHoldDown)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY FunctionKey))
ComputerInput.kif 1362-1367 If X is an instance of function key hold down, Y is a patient of X, and Y is an instance of computer keyboard key, then Y is an instance of function key


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners