Operator & Shortcut Changes VS imported keyconfig

I just updated to 3.4. Imported my settings from 3.3, and not an uncommon type of event,
the console blurts out:

Reloading external rigs...
Reloading external metarigs...
Warning: TypeError('bpy_struct: item.attr = val: enum "SHOW_ALL" not found in (\'TOGGLE\', \'SHOW_ACTIVE\', \'HIDE_ACTIVE\', \'INVERT\')')

From experience I know this means the enum has been changed in “some operator”. I am not informed about which though.
But, I open my keyconfig, and search for the enum (cropped for space here):

    ("sculpt.face_set_change_visibility",
     {"type": 'H', "value": 'PRESS', "alt": True, "repeat": True},
     {"properties":
      [("mode", 'SHOW_ALL'),

I remove the entry from the config (I dont sculpt, otherwise I’d look into if I should re-assign to something else)
And now it works. Without console spam.

Just wondering, is there a better way? (of “syncing” changed operators?) An add-on? Something?