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



KB Term:  Term intersection
English Word: 

  SelectingActiveArea

Sigma KEE - SelectingActiveArea
SelectingActiveArea(selecting active area)

appearance as argument number 1
-------------------------


(subclass SelectingActiveArea UserSignifiedAction) ComputerInput.kif 2175-2175 Selecting active area is a subclass of user signified action
(documentation SelectingActiveArea EnglishLanguage "A UserSignifiedAction informing a ComputerProgram that the current GUIElement with the state GUE_ActiveState is selected. This causes the program controlling the element to take the action that selecting the element is mapped to. After the action has been initiated, unless the action causes a different element to become active or changes the state of the element, the element reverts to GUE_ActiveState. Selecting an ActiveArea_Submitting causes a SubmitAction (of the type associated with the active area) to take place. What is actually submitted may depend upon the state of associated active areas. However, if the active area is a HypertextLink, MenuItem, or dedicated GUIButton the submission may not be state dependent. An off_screen element on an active window can be selected by keyboard action: tabbing to it to make it active and typing the Enter/ Return key.") ComputerInput.kif 2176-2188 Selecting active area is a subclass of user signified action

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


(udaCanSignify Clicking SelectingActiveArea) ComputerInput.kif 2189-2189 Clicking isgnifies selecting active area
(udaCanSignify DoubleClicking SelectingActiveArea) ComputerInput.kif 2190-2190 Double clicking isgnifies selecting active area
(udaCanSignify ShiftClicking SelectingActiveArea) ComputerInput.kif 2191-2191 Shift clicking isgnifies selecting active area
(udaCanSignify KeyboardAction SelectingActiveArea) ComputerInput.kif 2192-2192 Keyboard action isgnifies selecting active area
(subclass RequestingHyperlink SelectingActiveArea) ComputerInput.kif 2247-2247 Requesting hyperlink is a subclass of selecting active area
(subclass SelectingComputerMenuOption SelectingActiveArea) ComputerInput.kif 2258-2258 Selecting computer menu option is a subclass of selecting active area
(udaCanSignify
    (PressingKeyFn TabKey) SelectingActiveArea)
ComputerInput.kif 2316-2316 Pressing the tab key key isgnifies selecting active area
(udaCanSignify
    (PressingKeyFn RightArrowKey) SelectingActiveArea)
ComputerInput.kif 2317-2317 Pressing the right arrow key key isgnifies selecting active area
(udaCanSignify
    (PressingKeyFn DownArrowKey) SelectingActiveArea)
ComputerInput.kif 2318-2318 Pressing the down arrow key key isgnifies selecting active area
(udaCanSignify
    (UnionFn
        (PressingKeyFn TabKey) ShiftKeyHoldDown) SelectingActiveArea)
ComputerInput.kif 2325-2326 The union of pressing the tab key key and shift key hold down isgnifies selecting active area
(udaCanSignify
    (PressingKeyFn LeftArrowKey) SelectingActiveArea)
ComputerInput.kif 2327-2327 Pressing the left arrow key key isgnifies selecting active area
(udaCanSignify
    (PressingKeyFn UpArrowKey) SelectingActiveArea)
ComputerInput.kif 2328-2328 Pressing the up arrow key key isgnifies selecting active area
(termFormat EnglishLanguage SelectingActiveArea "selecting active area") domainEnglishFormat.kif 65471-65471 Pressing the up arrow key key isgnifies selecting active area

antecedent
-------------------------


(=>
    (instance ?SELECT SelectingActiveArea)
    (exists (?ELEMENT)
        (and
            (instance ?ELEMENT GUIActiveArea)
            (holdsDuring
                (BeginFn ?SELECT)
                (hasGUEState ?ELEMENT GUE_ActiveState))
            (patient ?SELECT ?ELEMENT))))
ComputerInput.kif 2206-2214 If X is an instance of selecting active area, then there exists Y such that Y is an instance of GUI active area, Y has state GUE active state holds during the beginning of X, and Y is a patient of X
(=>
    (and
        (instance ?SELECT SelectingActiveArea)
        (patient ?SELECT ?ELEMENT)
        (instance ?ELEMENT GUIActiveArea))
    (holdsDuring
        (BeginFn ?SELECT)
        (not
            (hasGUEState ?ELEMENT GUE_SelectedState))))
ComputerInput.kif 2219-2226 If X is an instance of selecting active area, Y is a patient of X, and Y is an instance of GUI active area, then Y has state GUE selected state holds during the beginning of X
(=>
    (and
        (instance ?SELECT SelectingActiveArea)
        (patient ?SELECT ?ELEMENT)
        (instance ?ELEMENT GUIActiveArea))
    (holdsDuring
        (EndFn ?SELECT)
        (hasGUEState ?ELEMENT GUE_SelectedState)))
ComputerInput.kif 2231-2238 If X is an instance of selecting active area, Y is a patient of X, and Y is an instance of GUI active area, then Y has state GUE selected state holds during the end of X
(=>
    (and
        (instance ?SELECT SelectingActiveArea)
        (patient ?SELECT ?ELEMENT)
        (instance ?ELEMENT HypertextLink))
    (instance ?SELECT RequestingHyperlink))
ComputerInput.kif 2251-2256 If X is an instance of selecting active area, Y is a patient of X, and Y is an instance of hyperlink, then X is an instance of requesting hyperlink
(=>
    (and
        (instance ?SELECT SelectingActiveArea)
        (patient ?SELECT ?ELEMENT)
        (instance ?ELEMENT ComputerMenuItem))
    (instance ?SELECT SelectingComputerMenuOption))
ComputerInput.kif 2262-2267 If X is an instance of selecting active area, Y is a patient of X, and Y is an instance of computer menu item, then X is an instance of selecting computer menu option


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners