Leandro Benedet Garcia Leandro-Benedet-Garcia
  • Joined on 2010-03-27
Leandro Benedet Garcia commented on issue blender/blender#108922 2023-06-14 04:49:52 +02:00
Keymapping does not update for the python api after hotkey is changed in settings

@ChengduLittleA I would say active should the current active one, because of the name, and another the default, tho

Leandro Benedet Garcia commented on issue blender/blender#108922 2023-06-13 22:08:58 +02:00
Keymapping does not update for the python api after hotkey is changed in settings

And it seems like if I change

kc = bpy.context.window_manager.keyconfigs.active

to

kc = bpy.context.window_manager.keyconfigs.user

It also works. It's pretty…

Leandro Benedet Garcia opened issue blender/blender#108922 2023-06-13 06:31:41 +02:00
Keymapping does not update for the python api after hotkey is changed in settings