Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85540
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <skip.montanaro@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.071 |
| X-Spam-Evidence | '*H*': 0.86; '*S*': 0.00; 'linux,': 0.07; "wouldn't": 0.14; 'guessing': 0.16; 'subject:virtual': 0.16; 'first.': 0.19; 'seems': 0.21; 'skip': 0.24; 'sort': 0.25; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '(since': 0.31; 'mac': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'apple': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'skip:x 10': 0.40; 'name': 0.63; 'attention': 0.75; 'ideas.': 0.84 |
| 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:to :content-type; bh=73HJUJNzeGiwwXDx3jkTFJOrGfTUkVT6hErz25TfrXI=; b=nYN2M0PaRt1yRnxxWVZMgWrEtIB0Roc7Ktl6NofSceeHBIDjOKuPiGqXo6NcKijK3c yddEONG9tFLiBkMQG316nv4gVoBpsE5rCTwNYd6T4MK/SZ9mYqea9QGEmk1RtuMrpWIu TUt7kR/inMqwMasynVabDatPtifUrduRjAz0ZtLU3RvTPO+SDHclzJmxiy2kSTHe25PX gSGAacGF1dPVChkZlETFaNLlNTowkjdd1cQfwWeAEp+cr4cUwBl9Rxi+yAd/KpIeXq3+ rq6s+oea2D/4bglKbSHVdkbzJ5H4h7CHQmoVN7yg5BrDNBW52dJQWXAqVQLzyS/M9Uhe R1lg== |
| MIME-Version | 1.0 |
| X-Received | by 10.182.71.73 with SMTP id s9mr20177024obu.15.1423675390350; Wed, 11 Feb 2015 09:23:10 -0800 (PST) |
| In-Reply-To | <87twyswewh.fsf@elektro.pacujo.net> |
| References | <mailman.18625.1423602349.18130.python-list@python.org> <93b272c6-ff67-4a7d-907e-f04606f1668c@googlegroups.com> <54dad63e$0$2852$c3e8da3$76491128@news.astraweb.com> <mailman.18642.1423628404.18130.python-list@python.org> <4614d7a2-c3b0-452d-9c68-068a5bc29c70@googlegroups.com> <874mqsbp7e.fsf@elektro.pacujo.net> <193d982c-3dfe-466c-bee0-8a1f6e2d1463@googlegroups.com> <87twyswewh.fsf@elektro.pacujo.net> |
| Date | Wed, 11 Feb 2015 11:23:10 -0600 |
| Subject | Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? |
| From | Skip Montanaro <skip.montanaro@gmail.com> |
| To | Python <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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18662.1423675398.18130.python-list@python.org> (permalink) |
| Lines | 7 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1423675398 news.xs4all.nl 2942 [2001:888:2000:d::a6]:33201 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:85540 |
Show key headers only | View raw
Thanks for all the ideas. As I'm an Emacs user (since Gosmacs in the early 80s), I will likely focus my attention there first. While the xkbmap/Xmodmap path seems like it would also work on Linux, I'm guessing Apple wouldn't allow that sort of thing to sully Mac OS X... Despite its name <wink> Skip
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Wildly OT: pop-up virtual keyboard for Mac or Linux? Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-10 15:05 -0600
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Peter Pearson <pkpearson@nowhere.invalid> - 2015-02-11 00:10 +0000
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Rustom Mody <rustompmody@gmail.com> - 2015-02-10 19:05 -0800
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-11 15:10 +1100
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Chris Angelico <rosuav@gmail.com> - 2015-02-11 15:19 +1100
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Rustom Mody <rustompmody@gmail.com> - 2015-02-10 20:42 -0800
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Rustom Mody <rustompmody@gmail.com> - 2015-02-11 04:22 -0800
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Marko Rauhamaa <marko@pacujo.net> - 2015-02-11 14:35 +0200
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Rustom Mody <rustompmody@gmail.com> - 2015-02-11 04:57 -0800
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Marko Rauhamaa <marko@pacujo.net> - 2015-02-11 19:12 +0200
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-11 11:23 -0600
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Marko Rauhamaa <marko@pacujo.net> - 2015-02-11 19:27 +0200
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Rustom Mody <rustompmody@gmail.com> - 2015-02-11 09:34 -0800
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Marko Rauhamaa <marko@pacujo.net> - 2015-02-11 19:54 +0200
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Rustom Mody <rustompmody@gmail.com> - 2015-02-11 10:02 -0800
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Laura Creighton <lac@openend.se> - 2015-02-11 19:01 +0100
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Rustom Mody <rustompmody@gmail.com> - 2015-02-11 04:40 -0800
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Rustom Mody <rustompmody@gmail.com> - 2015-02-10 20:23 -0800
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? Chris Angelico <rosuav@gmail.com> - 2015-02-11 15:38 +1100
Re: Wildly OT: pop-up virtual keyboard for Mac or Linux? wxjmfauth@gmail.com - 2015-02-11 01:01 -0800
csiph-web