SHOW:
|
|
- or go back to the newest paste.
1 | "MouseClicked" "MouseDown" "MouseDragged" "MouseMoved" "MouseUp" | |
2 | ||
3 | - | {"Action", "ActionPerformed", "Ancestor", "AncestorAdded", |
3 | + | {"Action", "ActionPerformed", "Ancestor", "AncestorAdded", |
4 | - | "AncestorMoved", "AncestorRemoved", "AncestorResized", |
4 | + | "AncestorMoved", "AncestorRemoved", "AncestorResized", |
5 | - | "CaretPositionChanged", "Change", "Component", "ComponentAdded", |
5 | + | "CaretPositionChanged", "Change", "Component", "ComponentAdded", |
6 | - | "ComponentHidden", "ComponentMoved", "ComponentRemoved", |
6 | + | "ComponentHidden", "ComponentMoved", "ComponentRemoved", |
7 | - | "ComponentResized", "ComponentShown", "Container", "Focus", |
7 | + | "ComponentResized", "ComponentShown", "Container", "Focus", |
8 | - | "FocusGained", "FocusLost", "Hierarchy", "HierarchyBounds", |
8 | + | "FocusGained", "FocusLost", "Hierarchy", "HierarchyBounds", |
9 | - | "HierarchyChanged", "InputMethod", "InputMethodTextChanged", "Item", |
9 | + | "HierarchyChanged", "InputMethod", "InputMethodTextChanged", "Item", |
10 | - | "ItemStateChanged", "Key", "KeyPressed", "KeyReleased", "KeyTyped", |
10 | + | "ItemStateChanged", "Key", "KeyPressed", "KeyReleased", "KeyTyped", |
11 | - | "Mouse", "MouseClicked", "MouseDragged", "MouseEntered", |
11 | + | "Mouse", "MouseClicked", "MouseDragged", "MouseEntered", |
12 | - | "MouseExited", "MouseMotion", "MouseMoved", "MousePressed", |
12 | + | "MouseExited", "MouseMotion", "MouseMoved", "MousePressed", |
13 | - | "MouseReleased", "MouseWheel", "MouseWheelMoved", "PropertyChange", |
13 | + | "MouseReleased", "MouseWheel", "MouseWheelMoved", "PropertyChange", |
14 | "StateChanged", "VetoableChange"} | |
15 | ||
16 | - | {"DownArrowKeyDown", "EscapeKeyDown", "LeftArrowKeyDown", |
16 | + | {"DownArrowKeyDown", "EscapeKeyDown", "LeftArrowKeyDown", |
17 | - | "MouseClicked", "MouseDown", "MouseDragged", "MouseEntered", |
17 | + | "MouseClicked", "MouseDown", "MouseDragged", "MouseEntered", |
18 | - | "MouseExited", "MouseMoved", "MouseUp", "ReturnKeyDown", |
18 | + | "MouseExited", "MouseMoved", "MouseUp", "ReturnKeyDown", |
19 | - | "RightArrowKeyDown", "UpArrowKeyDown", "WindowClose", |
19 | + | "RightArrowKeyDown", "UpArrowKeyDown", "WindowClose", |
20 | - | EvaluationOrder, PassEventsDown, PassEventsUp, {"KeyDown", |
20 | + | EvaluationOrder, PassEventsDown, PassEventsUp, {"KeyDown", |
21 | - | "t"}, {"KeyDown", "1"}, {"KeyDown", "2"}, {"KeyDown", |
21 | + | "t"}, {"KeyDown", "1"}, {"KeyDown", "2"}, {"KeyDown", |
22 | - | "3"}, {"KeyDown", "4"}, {"KeyDown", "5"}, {"KeyDown", |
22 | + | "3"}, {"KeyDown", "4"}, {"KeyDown", "5"}, {"KeyDown", |
23 | - | "6"}, {"MenuCommand", "CellTagsEditDialog"}, {"MenuCommand", |
23 | + | "6"}, {"MenuCommand", "CellTagsEditDialog"}, {"MenuCommand", |
24 | - | "CellTagsFind"}, {"MenuCommand", "Close"}, {"MenuCommand", |
24 | + | "CellTagsFind"}, {"MenuCommand", "Close"}, {"MenuCommand", |
25 | - | "EvaluateCells"}, {"MenuCommand", |
25 | + | "EvaluateCells"}, {"MenuCommand", |
26 | - | "EvaluateNextCell"}, {"MenuCommand", |
26 | + | "EvaluateNextCell"}, {"MenuCommand", |
27 | - | "FindNextMatch"}, {"MenuCommand", |
27 | + | "FindNextMatch"}, {"MenuCommand", |
28 | - | "FindPreviousMatch"}, {"MenuCommand", |
28 | + | "FindPreviousMatch"}, {"MenuCommand", |
29 | - | "HandleShiftReturn"}, {"MenuCommand", "New"}, {"MenuCommand", |
29 | + | "HandleShiftReturn"}, {"MenuCommand", "New"}, {"MenuCommand", |
30 | - | "Open"}, {"MenuCommand", "ScrollNotebookEnd"}, {"MenuCommand", |
30 | + | "Open"}, {"MenuCommand", "ScrollNotebookEnd"}, {"MenuCommand", |
31 | - | "ScrollNotebookStart"}, {"MenuCommand", |
31 | + | "ScrollNotebookStart"}, {"MenuCommand", |
32 | - | "ScrollPageDown"}, {"MenuCommand", "ScrollPageUp"}, {"MenuCommand", |
32 | + | "ScrollPageDown"}, {"MenuCommand", "ScrollPageUp"}, {"MenuCommand", |
33 | "SimilarCellBelow"}, {"MouseClicked", 1}} | |
34 | ||
35 | - | {"MouseDown" :> (CurrentValue[ |
35 | + | {"MouseDown" :> (CurrentValue[ |
36 | - | EvaluationNotebook[], {TaggingRules, "InputNotebook"}] = |
36 | + | EvaluationNotebook[], {TaggingRules, "InputNotebook"}] = |
37 | - | InputNotebook[]; |
37 | + | InputNotebook[]; |
38 | - | SetOptions[EvaluationNotebook[], WindowClickSelect -> True]), |
38 | + | SetOptions[EvaluationNotebook[], WindowClickSelect -> True]), |
39 | - | PassEventsDown -> True, PassEventsUp -> True, |
39 | + | PassEventsDown -> True, PassEventsUp -> True, |
40 | EvaluationOrder -> Before} | |
41 | ||
42 | - | FileNameJoin@{$InstallationDirectory, "SystemFiles", "FrontEnd", |
42 | + | FileNameJoin@{$InstallationDirectory, "SystemFiles", "FrontEnd", |
43 | "Palettes", "NetworkGraphTools.nb"} |