i would guess this permissions.default.shortcuts
values:
ReservedKey_False = 0, (default)
ReservedKey_True = 1,
ReservedKey_Unset = 2,
ref. https://searchfox.org/mozilla-central/source/dom/events/KeyEventHandler.h#39
going by the test files , i'd say you need to set the value to 2
to globally lock it.