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)
-
Inherited Properties
Inherited Functions
References