**System Information**
windows
**Blender Version**
Broken: 2.74 000dfc0
**Short description of error**
Ctrl-A doesn't select all objects.
**Exact steps for others to reproduce the error**
1. load "3dsmax" preset
2. add some objects
3. press: ctrl-a
I get a "apply" windows. Selection all objects works with only "a" (without ctrl)
In **/scripts/presets/keyconfig/3dsmax.py** is the line **kmi = km.keymap_items.new('marker.select_all', 'A', 'PRESS', ctrl=True)**:
https://developer.blender.org/diffusion/B/browse/master/release/scripts/presets/keyconfig/3dsmax.py;cae23bab6b5fdb0da96244c1ecc8c1586c9961f3$132
But this is not active? Or overwritten?!?