KeyboardAction(keyboard action) |
appearance as argument number 1 |
(documentation KeyboardAction EnglishLanguage "A KeyboardAction is a UserDirectAction of hitting or holding down one or more keyboard keys.") | ComputerInput.kif 1226-1228 | |
(subclass KeyboardAction UserDirectAction) | ComputerInput.kif 1224-1224 | Keyboard action is a subclass of user direct action |
(udaCanSignify KeyboardAction SelectingActiveArea) | ComputerInput.kif 2176-2176 | Keyboard action isgnifies selecting active area |
appearance as argument number 2 |
(disjoint AudioInput KeyboardAction) | ComputerInput.kif 1657-1657 | Audio input is disjoint from keyboard action |
(disjoint JoystickMotion KeyboardAction) | ComputerInput.kif 1636-1636 | Joystick motion is disjoint from keyboard action |
(disjoint ScrollWheelRotating KeyboardAction) | ComputerInput.kif 1670-1670 | Scroll wheel rotating is disjoint from keyboard action |
(subclass KeyHoldDown KeyboardAction) | ComputerInput.kif 1254-1254 | Holding down a key is a subclass of keyboard action |
(subclass MultikeyAction KeyboardAction) | ComputerInput.kif 1237-1237 | Multikey action is a subclass of keyboard action |
(subclass SingleKeyPress KeyboardAction) | ComputerInput.kif 1353-1353 | Single key press is a subclass of keyboard action |
(subclass Typing KeyboardAction) | ComputerInput.kif 1688-1688 | Typing is a subclass of keyboard action |
(termFormat EnglishLanguage KeyboardAction "keyboard action") | domainEnglishFormat.kif 65124-65124 | Typing is a subclass of keyboard action |
antecedent |
(=> (instance ?ACT KeyboardAction) (exists (?KEY) (and (instance ?KEY ComputerKeyboardKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1230-1235 |
|