Actually, you're not hijacking at all
I got to reading the spec sheet and that link I posted isn't +exactly+ what I was hoping for.
The issue is with the encoding.
What I was hoping to find is a rotary encoder that essentially "Presses a button" for each click when you turn one direction, and "presses a different button" each click in the other direction.
The encoders I'm finding essentially have 2 output pins who's outputs are offset a half cycle from each other. So effectively at a detente, one output is high the other low. When you rotate the knob, the high output will go low and the low, high, but one will switch before the other, depending on the direction, and you have to have a microcontroller of some sort to register that. or possibly some simple latching circuit?
It's certainly doable, but a tad more than I was hoping to invest.
Basically, I'm looking to put 3 knobs on a jukebox build I'm doing.
Each one can be turned in each direction, and I was HOPING to just hook the knobs up to an IPAC or other keyboard encoder to have the knobs emulate PGUP-DOWN and LEFT-RIGHT.
The idea is for volume, and maybe quick playlist selection or track selection.