Copy link to clipboard
Copied
Is there a way to change the keyboard increment preference in Illustrator with Extendscript?
var keyboardIncrement = 2.0 ; // as points
app.preferences.setRealPreference('cursorKeyLength', keyboardIncrement) ;
Copy link to clipboard
Copied
I don't think the scripting API provides access to that, unfortunately. I am happily corrected!
- Mark
Copy link to clipboard
Copied
var keyboardIncrement = 2.0 ; // as points
app.preferences.setRealPreference('cursorKeyLength', keyboardIncrement) ;
Copy link to clipboard
Copied
Oh thanks @sttk3 I looked for an app.preferences for it but failed. Does anyone maintain a list of all the preference keys?
- Mark
Copy link to clipboard
Copied
Thank you!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now