KeyConfig(bpy_struct)#
base class — bpy_struct
- class bpy.types.KeyConfig(bpy_struct)#
Input configuration, including keymaps
- is_user_defined#
Indicates that a keyconfig was defined by the user
- Type:
boolean, default False, (readonly)
- keymaps#
Key maps configured as part of this configuration
- Type:
KeyMaps
bpy_prop_collection
ofKeyMap
, (readonly)
- name#
Name of the key configuration
- Type:
string, default “”, (never None)
- preferences#
- Type:
KeyConfigPreferences
, (readonly)
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type