LeftCIButton |
appearance as argument number 1 |
(documentation LeftCIButton EnglishLanguage "A ComputerInputButton logically on the left side of a set of ComputerInputButtons. Normally, the PhysicalLeftCIButton. A computer system may be told to logically switch the right and left buttons (e.g., for a person who uses a mouse in the left hand -- in such a case, the LeftCIButton is the rightmost physical button.") | ComputerInput.kif 198-201 | |
(subclass LeftCIButton ComputerInputButton) | ComputerInput.kif 197-197 |
appearance as argument number 2 |
(disjoint ComputerKeyboardKey LeftCIButton) | ComputerInput.kif 243-243 | |
(disjoint MiddleCIButton LeftCIButton) | ComputerInput.kif 219-219 | |
(disjoint RightCIButton LeftCIButton) | ComputerInput.kif 202-202 | |
(termFormat EnglishLanguage LeftCIButton "left CI button") | domainEnglishFormat.kif 65132-65132 |
consequent |
(=> (and (instance ?MID MiddleCIButton) (component ?MID ?DEV) (instance ?DEV ComputerInputDevice)) (exists (?LEFT ?RIGHT) (and (instance ?RIGHT RightCIButton) (instance ?LEFT LeftCIButton) (component ?RIGHT ?DEV) (component ?LEFT ?DEV) (between ?LEFT ?MID ?RIGHT) (orientation ?MID ?LEFT Left) (orientation ?MID ?RIGHT Right)))) |
ComputerInput.kif 224-237 | |
(=> (instance ?ACT LeftClicking) (exists (?L_BUTTON) (and (patient ?ACT ?L_BUTTON) (instance ?L_BUTTON LeftCIButton)))) |
ComputerInput.kif 1475-1480 |