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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ControlKeyHoldDown

Sigma KEE - ControlKeyHoldDown
ControlKeyHoldDown

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


(documentation ControlKeyHoldDown EnglishLanguage "A ControlKeyHoldDown is a UserDirectAction of pressing and holding down the Control key on a keyboard.") ComputerInput.kif 1287-1289
(subclass ControlKeyHoldDown KeyHoldDown) ComputerInput.kif 1285-1285

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


(disjoint AltKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1313-1313
(disjoint FunctionKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1337-1337
(disjoint ShiftKeyHoldDown ControlKeyHoldDown) ComputerInput.kif 1291-1291
(termFormat EnglishLanguage ControlKeyHoldDown "control key hold down") domainEnglishFormat.kif 64699-64699

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


(=>
    (and
        (instance ?ACT ControlKeyHoldDown)
        (patient ?ACT ?KEY)
        (instance ?KEY ComputerKeyboardKey))
    (instance ?KEY ControlKey))
ComputerInput.kif 1299-1304
(=>
    (instance ?ACT ControlKeyHoldDown)
    (exists (?KEY)
        (and
            (instance ?KEY ControlKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1292-1297


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