KeyConfigurations(bpy_struct)

base class — bpy_struct

class bpy.types.KeyConfigurations(bpy_struct)

Collection of KeyConfigs

active

Active key configuration (preset)

Type:KeyConfig
addon

Key configuration that can be extended by addons, and is added to the active configuration when handling events

Type:KeyConfig, (readonly)
default

Default builtin key configuration

Type:KeyConfig, (readonly)
user

Final key configuration that combines keymaps from the active and addon configurations, and can be edited by the user

Type:KeyConfig, (readonly)
new(name)

new

Parameters:name (string, (never None)) – Name
Returns:Key Configuration, Added key configuration
Return type:KeyConfig
remove(keyconfig)

remove

Parameters:keyconfig (KeyConfig, (never None)) – Key Configuration, Removed key configuration

Inherited Properties

Inherited Functions

References

Previous topic

KeyConfig(bpy_struct)

Next topic

KeyMap(bpy_struct)