Setting Auto Key Pulldown to "Selected" by default

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I initially open Max and start working, I like Auto Key to be on by default, and the drop down menu next to Auto Key to be set to "Selected". I found this handy code to set Auto Key on by default (saved in a script in my scripts/startup/ folder.
callbacks.addScript #systemPostReset "animButtonState = true"
callbacks.addScript #systemPostNew "animButtonState = true"
callbacks.addScript #filePostOpen "animButtonState = true"
animButtonState = true
How can you set the Auto Key drop down to always be "Selected" when Max initially starts up?
Sometimes, depending on how the file was saved before, the pull down may be saved in a state other than "selected". This can trip up animators if they want it set to "selected" and don't remember to check before setting keys.
Thanks!