Function `WM_keymap_guess_opname()` skipped `UI_OT` operator types. In some cases this is detremental to workflow, see #105371. To exclude operators from getting keyboard shortcut it was suggested by Campbell to use flag `OPTYPE_INTERNAL` or make new one. Pull Request: blender/blender#105383