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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ControlKey
ControlKey(control key)command_key, control_key

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


(disjoint ControlKey FunctionKey) ComputerInput.kif 354-354 Control key is disjoint from function key
(disjoint ControlKey ShiftKey) ComputerInput.kif 353-353 Control key is disjoint from shift key
(documentation ControlKey EnglishLanguage "A ControlKey is a type of ComputerKeyboardKey on a ComputerKeyboard often labeled ``Ctrl'' which affects the output of other keys if typed while it is being held down.") ComputerInput.kif 350-352
(subclass ControlKey MultiKeypressKey) ComputerInput.kif 349-349 Control key is a subclass of multi keypress key

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


(disjoint AltKey ControlKey) ComputerInput.kif 360-360 Alt key is disjoint from control key
(termFormat EnglishLanguage ControlKey "control key") domainEnglishFormat.kif 64698-64698

consequent
-------------------------


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