RightClicking
|
|
appearance as argument number 1 |
(documentation RightClicking EnglishLanguage "RightClicking is a UserDirectAction of clicking with the right button on a two or three button mouse or similar device. 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, RightClicking is achieved by clicking the leftmost physical button.") | ComputerInput.kif 1455-1460 | |
(subclass RightClicking Clicking) | ComputerInput.kif 1453-1453 |
appearance as argument number 2 |
(termFormat EnglishLanguage RightClicking "right clicking") | domainEnglishFormat.kif 65419-65419 |
antecedent |
(=> (instance ?ACT RightClicking) (exists (?R_BUTTON) (and (patient ?ACT ?R_BUTTON) (instance ?R_BUTTON RightCIButton)))) |
ComputerInput.kif 1462-1467 |