On Thursday, April 19, 2018 at 5:11:53 AM UTC-5, Edward K. Ream wrote: It seems to me, that *regardless* of what modifiers the QKeyEvent *might *deliver, > it makes no sense to allow user settings like Alt-σ or Ctrl-ß or Meta+都. >
I misspoke. Alt-σ or Ctrl-ß certainly *should* be allowed, because (unless I am mistaken) σ and ß are, in fact, ascii characters. I had intended to say that the modifiers should be allowed if, say, 32 <= ord(ch) < 128. And to repeat, modifiers should be allowed for keys such as Home, End, etc. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
