Oliver Endriss wrote: >> When the debug mode is enabled the driver seems to know the adresses very well, >> so why they can't be used by the plugin? > > There is no easy way to pass that information through the input driver > to the plugin. The input driver requires key codes in the range 1..511. It wouldn't be that hard to implement dynamic key_map tables for different addresses. Just the total number of used key codes is limited to 511. And if 511 is not enough, why not use shift codes that announce switching to a different address? Basically, it would be possible, but its simply not a priority. Cheers, Udo