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

Formal Language: 



KB Term:  Term intersection
English Word: 

  FunctionKey

Sigma KEE - FunctionKey
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 子類 FunctionKey and MultiKeypressKey

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


(disjoint AltKey FunctionKey) ComputerInput.kif 362-362 不相交的 AltKey and FunctionKey
(disjoint ControlKey FunctionKey) ComputerInput.kif 354-354 不相交的 ControlKey and FunctionKey
(disjoint ShiftKey FunctionKey) ComputerInput.kif 347-347 不相交的 ShiftKey and FunctionKey
(termFormat EnglishLanguage FunctionKey "function key") domainEnglishFormat.kif 64899-64899

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


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

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners