EnterKey |
appearance as argument number 1 |
(documentation EnterKey EnglishLanguage "An EnterKey is a type of ComputerKeyboardKey on a ComputerKeyboard often labeled Enter or Return which sends a ^L (newline) and/ or ^M (return) to a computer to which it is attached.") | ComputerInput.kif 288-290 | |
(subclass EnterKey SpecialComputerKeyboardKey) | ComputerInput.kif 287-287 | EnterKey est une sous-classe de SpecialComputerKeyboardKey |
appearance as argument number 2 |
(disjoint ArrowKey EnterKey) | ComputerInput.kif 295-295 | ArrowKey est disjoint de EnterKey |
(disjoint MultiKeypressKey EnterKey) | ComputerInput.kif 334-334 | MultiKeypressKey est disjoint de EnterKey |
(disjoint NumberedFunctionKey EnterKey) | ComputerInput.kif 324-324 | NumberedFunctionKey est disjoint de EnterKey |
(termFormat EnglishLanguage EnterKey "enter key") | domainEnglishFormat.kif 64827-64827 |
consequent |
(=> (and (instance ?ACT EnterKeyPress) (patient ?ACT ?KEY) (instance ?KEY ComputerKeyboardKey)) (instance ?KEY EnterKey)) |
ComputerInput.kif 1421-1426 | |
(=> (instance ?ACT EnterKeyPress) (exists (?KEY) (and (instance ?KEY EnterKey) (patient ?ACT ?KEY)))) |
ComputerInput.kif 1414-1419 |
statement |
(udaCanSignify (PressingKeyFn EnterKey) SubmitAction) |
ComputerInput.kif 1836-1836 | udaCanSignify PressingKeyFn EnterKey and SubmitAction |