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



KB Term:  Term intersection
English Word: 

Sigma KEE - AltKeyHoldDown
AltKeyHoldDown(alt key hold down)

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


(subclass AltKeyHoldDown KeyHoldDown) ComputerInput.kif 1322-1322 Alt key hold down is a subclass of holding down a key
(documentation AltKeyHoldDown EnglishLanguage "A AltKeyHoldDown is a UserDirectAction of pressing and holding down the Alt key on a keyboard.") ComputerInput.kif 1324-1326 Alt key hold down is a subclass of holding down a key
(disjoint AltKeyHoldDown ShiftKeyHoldDown) ComputerInput.kif 1328-1328 Alt key hold down is disjoint from shift key hold down
(disjoint AltKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1329-1329 Alt key hold down is disjoint from control key hold down

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


(disjoint FunctionKeyHoldDown AltKeyHoldDown) ComputerInput.kif 1351-1351 Function key hold down is disjoint from alt key hold down
(termFormat EnglishLanguage AltKeyHoldDown "alt key hold down") domainEnglishFormat.kif 64440-64440 Function key hold down is disjoint from alt key hold down

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


(=>
    (instance ?ACT AltKeyHoldDown)
    (exists (?KEY)
        (and
            (instance ?KEY AltKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1331-1336 If X is an instance of alt key hold down, then there exists Y such that Y is an instance of alt key and Y is a patient of X
(=>
    (and
        (instance ?ACT AltKeyHoldDown)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY AltKey))
ComputerInput.kif 1338-1343 If X is an instance of alt key hold down, Y is a patient of X, and Y is an instance of computer keyboard key, then Y is an instance of alt 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