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

Formal Language: 



KB Term:  Term intersection
English Word: 

  EnterKey

Sigma KEE - EnterKey
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

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


(disjoint ArrowKey EnterKey) ComputerInput.kif 295-295
(disjoint MultiKeypressKey EnterKey) ComputerInput.kif 334-334
(disjoint NumberedFunctionKey EnterKey) ComputerInput.kif 324-324
(termFormat EnglishLanguage EnterKey "enter key") domainEnglishFormat.kif 64825-64825

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


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners