Advertisement
libdo

Untitled

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