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



KB Term:  Term intersection
English Word: 

Sigma KEE - KeyboardAction
KeyboardAction(keyboard action)

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


(subclass KeyboardAction UserDirectAction) ComputerInput.kif 1240-1240 Keyboard action is a subclass of user direct action
(documentation KeyboardAction EnglishLanguage "A KeyboardAction is a UserDirectAction of hitting or holding down one or more keyboard keys.") ComputerInput.kif 1242-1244 Keyboard action is a subclass of user direct action
(udaCanSignify KeyboardAction SelectingActiveArea) ComputerInput.kif 2192-2192 Keyboard action isgnifies selecting active area

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


(subclass MultikeyAction KeyboardAction) ComputerInput.kif 1253-1253 Multikey action is a subclass of keyboard action
(subclass KeyHoldDown KeyboardAction) ComputerInput.kif 1270-1270 Holding down a key is a subclass of keyboard action
(subclass SingleKeyPress KeyboardAction) ComputerInput.kif 1369-1369 Single key press is a subclass of keyboard action
(disjoint JoystickMotion KeyboardAction) ComputerInput.kif 1652-1652 Joystick motion is disjoint from keyboard action
(disjoint AudioInput KeyboardAction) ComputerInput.kif 1673-1673 Audio input is disjoint from keyboard action
(disjoint ScrollWheelRotating KeyboardAction) ComputerInput.kif 1686-1686 Scroll wheel rotating is disjoint from keyboard action
(subclass Typing KeyboardAction) ComputerInput.kif 1704-1704 Typing is a subclass of keyboard action
(termFormat EnglishLanguage KeyboardAction "keyboard action") domainEnglishFormat.kif 65079-65079 Typing is a subclass of keyboard action

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


(=>
    (instance ?ACT KeyboardAction)
    (exists (?KEY)
        (and
            (instance ?KEY ComputerKeyboardKey)
            (patient ?ACT ?KEY))))
ComputerInput.kif 1246-1251 If X is an instance of keyboard action, then there exists Y such that Y is an instance of computer keyboard key and Y is a patient of X


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