Overriding SendKeyStrategy capability/using specific strategy with driver.sendKeys();

I use sendKeyStrategy - setValue throughout the app, but there is a single field that does not play nice with it (but works fine with OneByOne).

Is it possible to use SetValue throughout the test but switch to OneByOne for specific instances of sendKeys?

PS: I figured i’d cross post the question as not everyone on discuss is on github and vice versa.