···991010@Mixin(Keyboard.class)
1111public class KeyboardMixin {
1212+ /* disable f4 being a hardcoded toggle postprocessing shaders key, as the mod makes it rebindable */
1213 @WrapOperation(method="onKey", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/render/GameRenderer;togglePostProcessorEnabled()V"))
1314 void inj(GameRenderer instance, Operation<Void> original) {
1415 }