Path: csiph.com!usenet.pasdenom.info!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.043 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'say,': 0.05; 'mouse': 0.07; 'subject: [': 0.09; 'subject:features': 0.09; 'clunky': 0.16; 'different?': 0.16; 'excellent,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'personally,': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'keyboard': 0.24; 'paul': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'selection': 0.32; 'quite': 0.32; 'text': 0.33; 'fri,': 0.33; 'not.': 0.33; 'except': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'useful': 0.36; "i'll": 0.36; 'sometimes': 0.38; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; '12,': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'more': 0.64; 'different': 0.65; 'subject:Important': 0.65; 'between': 0.67; 'jul': 0.74; 'effectively,': 0.84; 'hassle': 0.84; '2013': 0.98 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=syvzQ9fdcC496XqaqPtqfUNWyeJGaFgMakmWuUEjkgo=; b=Jjl/syYTzlrZ+00o+E/ufx7fP2PeMhhSzZZ15L2eDgfgAYmoy2g8uBHh4qp9yyiizN bnSdM0GZ+vcF64f42dqK4Vy1GuUlVX6+wAmUoWY4AnQpPm5EmRvjUQU4xHQFDsmHTcgy dOKVwWdhBZu2TtA7vrur+4pF53219+gp/J6j6C1fyFZk/5ZStwfyXFIus15AfsJTTdhJ Heq1B1uKlFXN/biT3RdptyBwsXBH4QP9SqxghLXJaK7Z8z7QDAbokTO4lzPNl5pRepZJ 2hydSy84IWWhwhC3CnaB/m3w0QEImt9R+rpDj6yywZ8Tb+AIQrQcm0usfT/sEWwWUt0U Mpcw== MIME-Version: 1.0 X-Received: by 10.58.187.4 with SMTP id fo4mr22062411vec.55.1373557817678; Thu, 11 Jul 2013 08:50:17 -0700 (PDT) In-Reply-To: <87d2qpw1bp.fsf@no-fixed-abode.cable.virginmedia.net> References: <2fdf282e-fd28-4ba3-8c83-aaaace1201ec@googlegroups.com> <87d2qpw1bp.fsf@no-fixed-abode.cable.virginmedia.net> Date: Fri, 12 Jul 2013 01:50:17 +1000 Subject: Re: Editor Ergonomics [was: Important features for editors] From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373557826 news.xs4all.nl 15904 [2001:888:2000:d::a6]:45430 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50458 On Fri, Jul 12, 2013 at 1:42 AM, Paul Rudin wrote: > Text selection with a mouse is a different thing. Sometimes it's > more convenient, sometimes it's not. As screens get larger and the amount of text on them increases, it's likely to get more and more useful to use a mouse... but personally, I still find the switch-to-mouse operation so clunky on anything except a Thinkpad that I'll use the keyboard even if it's a bit slower. (Why are Thinkpads different? Because the mouse, which is excellent, is right under my fingers, between G/H/B. It's less hassle to move to the mouse than, say, to hit Backspace, which I do quite a bit while typing. Effectively, I can touch-type the mouse. A HUGE advantage.) ChrisA