KeyConfigurations(bpy_struct)

base class — bpy_struct

class bpy.types.KeyConfigurations(bpy_struct)

Collection of KeyConfigs

active

Active wm KeyConfig

Type :KeyConfig
default
Type :KeyConfig, (readonly)
new(name)

new

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

remove

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

Inherited Properties

Inherited Functions

References

Previous topic

KeyConfig(bpy_struct)

Next topic

KeyMap(bpy_struct)