From bd44e583d9f5d5b4b876d3ac1a357d9ade7af505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=BChler?= <david.buhler@cea.fr> Date: Fri, 18 Oct 2019 17:58:12 +0200 Subject: [PATCH] [Eva] Removes unused file in doc/value/. --- doc/value/revert_preview.scpt | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 doc/value/revert_preview.scpt diff --git a/doc/value/revert_preview.scpt b/doc/value/revert_preview.scpt deleted file mode 100644 index 4e7ef74055d..00000000000 --- a/doc/value/revert_preview.scpt +++ /dev/null @@ -1,26 +0,0 @@ - --- activate Preview - tell application "Preview" - activate - end tell - - --- Interface with the document - tell application "System Events" - tell process "Preview" - --- Select Revert from the File menu - tell menu bar 1 - tell menu bar item "File" - tell menu 1 - click menu item "Revert" - end tell - end tell - end tell - - --- Restore the original page (assumes standard toolbar layout) - --- Is there an easier way? ---- tell window 1 ---- keystroke tab & tab & tab & return ---- keystroke tab & tab & tab & tab using {shift down} ---- end tell - end tell - end tell - -- GitLab