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

Formal Language: 



KB Term:  Term intersection
English Word: 

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

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 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 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 is open source software produced by Articulate Software and its partners