Skip to content

input: set key repeat info after enabling keyboard on seat

Bhushan Shah requested to merge work/bshah/fix-key-repeat into master

Previously seat interface was keeping track of the repeat information, but now it is taken care by KeyboardInterface, which is created only if the setHasKeyboard is set to true.

BUG: 428039

Merge request reports