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

Formal Language: 



KB Term:  Term intersection
English Word: 

  MultikeyAction

Sigma KEE - MultikeyAction
MultikeyAction(multikey action)

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


(documentation MultikeyAction EnglishLanguage "A MultikeyAction is a UserDirectAction of hitting or holding down more than one keyboard key at the same time. All but one of the multiple keys are normally the shift, control, alt, function, or similar keys.") ComputerInput.kif 1239-1242
(subclass MultikeyAction KeyboardAction) ComputerInput.kif 1237-1237 Multikey action is a subclass of keyboard action

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


(termFormat EnglishLanguage MultikeyAction "multikey action") domainEnglishFormat.kif 65208-65208

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


(=>
    (instance ?ACT MultikeyAction)
    (exists (?KEY1 ?KEY2)
        (and
            (patient ?ACT ?KEY1)
            (patient ?ACT ?KEY2)
            (not
                (equal ?KEY1 ?KEY2))
            (instance ?KEY1 ComputerKeyboardKey)
            (instance ?KEY2 ComputerKeyboardKey))))
ComputerInput.kif 1244-1252


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