Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'welcome.': 0.07; 'subject:help': 0.07; 'pointers': 0.09; 'subject:skip:a 10': 0.09; 'determining': 0.16; 'char': 0.18; 'subject:need': 0.18; 'widget': 0.18; 'gui': 0.18; 'input': 0.18; 'windows': 0.20; 'ascii': 0.22; "i've": 0.24; 'written': 0.24; 'second': 0.24; 'header:User- Agent:1': 0.26; 'idea': 0.26; 'interface': 0.29; 'received:172.30': 0.29; '---': 0.30; 'help,': 0.32; 'programming,': 0.33; 'to:addr:python-list': 0.35; 'eric': 0.35; 'text.': 0.35; 'text': 0.36; 'display': 0.37; 'received:org': 0.38; 'building': 0.38; 'test': 0.39; 'to:addr:python.org': 0.39; 'where': 0.40; 'subject:with': 0.40; 'simple': 0.61; 'skip:n 10': 0.63; 'capture': 0.66; 'start.': 0.84; 'yrs': 0.84 DKIM-Filter: OpenDKIM Filter v2.8.4 z.eggo.org 269733C2AEB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=harvee.org; s=5A244BA4-9B4C-11E4-B3C5-4D2F21081A62; t=1432312164; bh=3ArmooX3ZkU/xj+NWW7vretVUqlX5DpytBMxFCyJemM=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=WoAeVpseSVGNnsTqT7fgDmgErRQnJg+0inqJpMzd7KrMJbKJVPNRpRKZPqiRFIbXm cwK8SKzlwfs3MbQxJ3fayjHw79QuJfdCNh3uCZ2n+B749N67awsQk94zwgsUIR5aoj AJjeOZSCKMsGRhuoohAJCsXgbTmYBqVGWooaLNos= X-Virus-Scanned: amavisd-new at harvee.org Date: Fri, 22 May 2015 12:29:20 -0400 From: "Eric S. Johansson" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: need help with an accessibility prototype Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432313871 news.xs4all.nl 2968 [2001:888:2000:d::a6]:57638 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91047 2 needs. first is determining if NaturallySpeaking injects keycodes or ascii char into the windows input queue. second is building a test widget to capture and display text. I think I can solve both of these by building a simple text widget (tkinter? qt? ??) to capture keycodes. problem, is in yrs of programming, I've never written a GUI interface so I have no idea where to start. help, tutor, pointers to samples would be most welcome. --- eric