Created
December 21, 2015 22:47
-
-
Save trych/69f1a1328e0afe47d081 to your computer and use it in GitHub Desktop.
InDesign Remove Recent Items
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#target InDesign | |
var userOR = app.generalPreferences.openRecentLength; | |
app.generalPreferences.openRecentLength = 0; | |
app.generalPreferences.openRecentLength = userOR; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
InDesign script to remove all items from the "Open Recent" list.
If you use this frequently, you can assign a custom shortcut to it.