This is a leftover from previous version of Premiere Pro.
Try this:
- open .kys file with your shortcuts in text editor
- find commands
cmd.file.capture
and cmd.file.batchcapture
- remove all text for them
so, for example it was like this:
<item.111 Version="1">
<virtualkey>11</virtualkey>
<modifier.ctrl>false</modifier.ctrl>
<modifier.alt>false</modifier.alt>
<modifier.shift>false</modifier.shift>
<commandname>cmd.file.capture</commandname>
</item.111>
it should become like this:
<item.111 Version="1">
<commandname>cmd.file.capture</commandname>
</item.111>
After that restart Premiere Pro.