Re: [TCLCORE] Re: TIP #158: Distinguish the two 'Enter' keys on Windows
by Donal K. Fellows other posts by this author
Sep 30 2003 8:25AM messages near this date
Re: [TCLCORE] Re: TIP #158: Distinguish the two 'Enter' keys on Windows
|
[TCLCORE] command delete trace expectations
Kevin Kenny wrote:
> If we're to do that, though, I'd really like to make the new modifier
> work cross-platform; the whole "KP_*" thing has always had a hacky feel
> to it.
For what it's worth, I've not liked the KP_* thing on Unix for ages irrespective
of what other platforms think about those keys. It makes it more awkward to
code naturally-working keyboard bindings given that the vast majority of code
(even under X) ought to be treating those two keys the same. By contrast, a
modifier for those extra keys would let people who need to know the difference
do so while making life easier for everyone else.
Only problem: keeping a reasonable degree of compatability for existing scripts
that currently handle this mess correctly.
Donal.
-- Please do not associate baroque with anything from Microsoft, as it is an
insult to the baroque era. I do enjoy music from that era and I do not
want to think about anything from Microsoft every time I hear Vivaldi's
"The Four Seasons". -- mjcr@[...].com
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Tcl-Core mailing list
Tcl-Core@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-core
Thread:
Kevin Kenny
Donal K. Fellows
|