hi im looking for correct context attribute to toggle on / off with shortcut key at input editor XRAY armature because i find use it often and decided to make it as shortcut
i tried the following context attribute but gives error
- active_object.data.show_x_ray
- Object.Show_x_ray
thank you for answers


object.show_x_raywithout the caps? Python is case-sensitive. – gandalf3 Sep 08 '15 at 06:46