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



KB Term:  Term intersection
English Word: 

Sigma KEE - FunctionKeyHoldDown
FunctionKeyHoldDown(function key hold down)

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


(subclass FunctionKeyHoldDown KeyHoldDown) ComputerInput.kif 1345-1345 Function key hold down is a subclass of holding down a key
(documentation FunctionKeyHoldDown EnglishLanguage "A FunctionKeyHoldDown is a UserDirectAction of pressing and holding down the FunctionKey on a keyboard.") ComputerInput.kif 1347-1349 Function key hold down is a subclass of holding down a key
(disjoint FunctionKeyHoldDown AltKeyHoldDown) ComputerInput.kif 1351-1351 Function key hold down is disjoint from alt key hold down
(disjoint FunctionKeyHoldDown ShiftKeyHoldDown) ComputerInput.kif 1352-1352 Function key hold down is disjoint from shift key hold down
(disjoint FunctionKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1353-1353 Function key hold down is disjoint from control key hold down

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


(termFormat EnglishLanguage FunctionKeyHoldDown "function key hold down") domainEnglishFormat.kif 64903-64903

antecedent
-------------------------


(=>
    (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