From: Kevin W. <kw...@co...> - 2015-04-01 13:25:36
|
Can you investigate and provide a patch? I'm not very familiar with the key event code. Sent from my iPhone > On Apr 1, 2015, at 9:13 AM, Trevor Williams <pha...@me...> wrote: > > Slightly different. The first issue was detectable when the user entered text and was specifically related to unprintable characters (modifier keys mostly). This issue is related to printable keys via "event generate" statements. > > Sent from my iPad > >> On Apr 1, 2015, at 6:36 AM, Kevin Walzer <kw...@co...> wrote: >> >> Does this relate to the earlier key event issue you reported? >> >> Sent from my iPhone >> >>> On Mar 31, 2015, at 9:22 PM, Trevor Williams <pha...@gm...> wrote: >>> >>> All, >>> >>> I'm seeing an issue with 8.5.18 build for Mac OSX where generating a key event such as: >>> >>> pack [text .t] >>> event generate .t <Key-b> >>> >>> Will cause the %K (keysym) value to go to a bogus value (I consistently see the character "a" displayed). >>> >>> I have attached a sample script which demonstrates the issue. Anyone want to give it a try and confirm the issue? I tried the same script with 8.5.8 and that appears to produce the correct result. >>> >>> Thanks, >>> Trevor >>> >>> <test.tcl> >>> ------------------------------------------------------------------------------ >>> Dive into the World of Parallel Programming The Go Parallel Website, sponsored >>> by Intel and developed in partnership with Slashdot Media, is your hub for all >>> things parallel software development, from weekly thought leadership blogs to >>> news, videos, case studies, tutorials and more. Take a look and join the >>> conversation now. http://goparallel.sourceforge.net/ >>> _______________________________________________ >>> Tcl-mac mailing list >>> tc...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcl-mac |