Blender Version
Broken: 2.77a
Short description of error
While the bpy.ops.anim.keyframe_insert_button is clearly available as an animation operator, setting it to any keystroke other than the default one (I) doesn't work. Seems like the same is applicable for the bpy.ops.anim.keyingset_button_add (default hotkey is K).
Exact steps for others to reproduce the error
- Add a custom hotkey in the User Preferences...
- Set the operator to anim.keyframe_insert_button
- Hover over any animatable property in the scene.
- Press the newly-set keystroke.
- Nothing happens.