KeyConfigurations(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.KeyConfigurations(bpy_struct)¶ Collection of KeyConfigs
-
addon¶ Key configuration that can be extended by add-ons, and is added to the active configuration when handling events
Type: KeyConfig, (readonly)
-
user¶ Final key configuration that combines keymaps from the active and add-on configurations, and can be edited by the user
Type: KeyConfig, (readonly)
-
Inherited Properties
Inherited Functions
References