@CiberSheep said in Consistent, not congruent: input methods:
there's no way to flick a Flickable with only focus input method that I'm aware of.
It depends on the interaction. Once one has focused a "flickable" (a ListView for example), the arrow keys should select items in the list, or scroll the view. Unfortunately, it also seems there are some visual issues in Qt/QML in this respect, as highlighting of active focus can be problematic. We definitely need some work there to make things nice.