Re: [Development] InputMethondHints for Enter key types

2015-07-06 Thread Olivier Goffart
On Monday 6. July 2015 18:15:41 Byunggul Koh wrote: > Hello QT developers, > > Enter-key has various semantics on Input-method depending on the situation, > e.g. “Enter for Search, Go, Next and so on. So I need a way to inform VKB > of a type of enter to display a string instead of “Enter”. > > F

Re: [Development] InputMethondHints for Enter key types

2015-07-06 Thread Marc Mutz
On Monday 06 July 2015 11:15:41 Byunggul Koh wrote: > Hello QT developers, > > Enter-key has various semantics on Input-method depending on the situation, > e.g. “Enter for Search, Go, Next and so on. So I need a way to inform VKB > of a type of enter to display a string instead of “Enter”. > > F

[Development] InputMethondHints for Enter key types

2015-07-06 Thread Byunggul Koh
Hello QT developers, Enter-key has various semantics on Input-method depending on the situation, e.g. “Enter for Search, Go, Next and so on. So I need a way to inform VKB of a type of enter to display a string instead of “Enter”. For this purpose I’m considering to add more enums on InputMethod