Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.11; 'at.': 0.16; 'centos.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'layout,': 0.16; 'subject:virtual': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'feb': 0.22; 'settings': 0.22; 'cc:addr:python.org': 0.22; 'keyboard': 0.24; 'cc:2**0': 0.24; 'recognized': 0.26; 'header:In- Reply-To:1': 0.27; 'installed': 0.27; 'idea': 0.28; 'appear': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; "d'aprano": 0.31; 'steven': 0.31; 'option': 0.32; "we're": 0.32; 'guess': 0.33; 'received:209.85': 0.35; 'more,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'subject:?': 0.36; 'received:209': 0.37; 'machines': 0.38; 'pm,': 0.38; 'does': 0.39; 'either': 0.39; '2015': 0.84; 'to:none': 0.92; 'examine': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=D4W0sAhs7/EDzcLnH9RNWxrXSFhRUqwLZYkVlK3nbbM=; b=YZC0CCW79L6KanNZ7zv+7b/oHSMr2mZ+D15+6i5Cwysx+f0dG7v5ouft8KUvXdAeiB LyjMIU+FVRd3se0N0lWFm3Dzu1fLP00zKlwULx4CvD4cYvukM9QaP/vJkr0ovPXT+8GK RUCzRvX5yqbH7ovjC/XVqD/4ie8LI0GPS3h3BTvmEZVR6eFxgU7JPyu1B/ghab4m0JKL TAsDPWRm6RJXpRKe4CqGsVi05zw1ABpxFJjBuXMY23lDqTYWDN9ELqFovpYsxT+4JL1O S/0O7Sb/E6wmcdngIJgIMl3HPBZjHLgQiHCBM9oZZFsA55utskEu1NK+CpF60XLcp9vk zAEw== MIME-Version: 1.0 X-Received: by 10.42.52.200 with SMTP id k8mr1188017icg.26.1423628399959; Tue, 10 Feb 2015 20:19:59 -0800 (PST) In-Reply-To: <54dad63e$0$2852$c3e8da3$76491128@news.astraweb.com> References: <93b272c6-ff67-4a7d-907e-f04606f1668c@googlegroups.com> <54dad63e$0$2852$c3e8da3$76491128@news.astraweb.com> Date: Wed, 11 Feb 2015 15:19:59 +1100 Subject: Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1423628404 news.xs4all.nl 2837 [2001:888:2000:d::a6]:35126 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85500 On Wed, Feb 11, 2015 at 3:10 PM, Steven D'Aprano wrote: > Rustom Mody wrote: > >> $ setxkbmap -query # examine current settings > > Alas, that does not appear to work in Debian squeeze: > > steve@runes:~$ setxkbmap -query > Error! Option "-query" not recognized > > Or Centos. > > What are you using? Works for me on Debian Wheezy. Either it's a version difference (I don't have any Squeeze machines any more, we're all on Wheezy or Jessie), or there's some additional package that I have installed here. Mind you, I have no idea what I'm looking at. rosuav@sikorsky:~$ setxkbmap -query rules: evdev model: pc105 layout: us I guess that means I have a 105-key PC keyboard in en_US layout, but what 'evdev' means I would have to go manpage digging to find out. ChrisA