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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - AltKeyHoldDown
AltKeyHoldDown(alt key hold down)

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


(disjoint AltKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1313-1313 Alt key hold down is disjoint from control key hold down
(disjoint AltKeyHoldDown ShiftKeyHoldDown) ComputerInput.kif 1312-1312 Alt key hold down is disjoint from shift key hold down
(documentation AltKeyHoldDown EnglishLanguage "A AltKeyHoldDown is a UserDirectAction of pressing and holding down the Alt key on a keyboard.") ComputerInput.kif 1308-1310
(subclass AltKeyHoldDown KeyHoldDown) ComputerInput.kif 1306-1306 Alt key hold down is a subclass of holding down a key

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


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

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


(=>
    (and
        (instance ?ACT AltKeyHoldDown)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY AltKey))
ComputerInput.kif 1322-1327
(=>
    (instance ?ACT AltKeyHoldDown)
    (exists (?KEY)
        (and
            (instance ?KEY AltKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1315-1320


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