On Tue, 04 Feb 2014 12:23:48 +0000, Phil Thompson wrote: > On 01-02-2014 5:16 am, Yuya Nishihara wrote: > > I received the following bug report from a TortoiseHg user. > > > >> Commit message input does not permit to input a "į" Lithuanian > >> character, > >> in TortoiseHg v2.10.1 it was treated as backspace... > > > > https://bitbucket.org/tortoisehg/thg/issue/3573/ > > > > It is probably because the key code for "į" conflicts with SCK_LEFT > > or > > SCK_RIGHT. When the "į" key, which is "5" in US keyboard, is > > pressed, > > event.key() returns 302 on Qt 4.8.4 and 303 on Qt 4.8.5 [1]. [...] > Should be fixed in tonight's snapshot.
Thanks, confirmed the fix at QScintilla-gpl-2.8.1-snapshot-94aec4f075df. Regards, _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
