From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 5E5501EFD6C; Fri, 14 Oct 2016 10:22:50 -0400 (EDT) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) by befuddled.reisers.ca (Postfix) with ESMTPS id 06E381EFD68 for ; Fri, 14 Oct 2016 10:22:49 -0400 (EDT) Received: by mail-it0-x230.google.com with SMTP id m138so12363181itm.0 for ; Fri, 14 Oct 2016 07:22:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=Njrz09/lAjm5ZFLjXT8YXPP2lHoTziriEvvyWqUAcwI=; b=mtN+R4Lq2FsUxj0q8jHxvMTxiUQ7rU5I3YW9exXLkd4I27TVWbH7xK+X5WzFqRGcep xxbIBu/i9ctMuabXqu3ecsLP3RJOKQxHnfwVi8XNW60wqQ/8vOVeHnjwdLIsYTPzjvOs DLEoo0GU0hWdHPfJevahWHKlyyOk86sMq3Ly4K+7AXmwsmmlD/lH3cU674vuuZzESAW/ S9aVksa6r0JfVQR85xXr/oxxFIau6D2qCfX836Lanp0XtgJ2drrk/ZCW3+AGEC6P0z3Y RVD1cQs/w5SuOFUz4rgP7yiYjqlLToU/gHdLNH0hCiFzJvtJyjhos5YB3M3euQdBR1GT GXRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=Njrz09/lAjm5ZFLjXT8YXPP2lHoTziriEvvyWqUAcwI=; b=Ad2HTwhxtN/aN7jaS47cIreLi93YA5IveYqE2mjsesJQk4EDqyA6Wi5IV3Sn34FGVV QknfcaMeVdjtWaTWG0m5I65IkJSaixnLiVBRNUmEzr6MVbP8xGMGsJlaFVV2dvP+wvud Quv6ryt/0Hn+I4tV1nH/i2dIJJAWj+BEhxPz+sTSI6UzuOJfz/azakcWnBdKs379n6+s JCkLzI5L1V+5oeM1Cht1qN4R8JH2aaeryHFqQyjSBp5WCNTPJDX7eMyL3BMCwINPK12N kYDv7o6xMt3n62RF89exYpJND1NqySeJrabWK3m8b8Sde36mOddTrCzuGD2v/OoqDWRd hKTQ== X-Gm-Message-State: AA6/9Rn60VAuTbnCXIYdhLTUPWwF3WzhZKHDtuZfAuhm+IRlktFoNmMHJjCQ78q5b4WcOA== X-Received: by 10.36.152.5 with SMTP id n5mr1997393itd.79.1476454962996; Fri, 14 Oct 2016 07:22:42 -0700 (PDT) Received: from db (CPEc03fd54e25a1-CM00fc8d424d60.cpe.net.cable.rogers.com. [99.236.54.233]) by smtp.gmail.com with ESMTPSA id 141sm15079856itu.15.2016.10.14.07.22.41 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 14 Oct 2016 07:22:42 -0700 (PDT) Date: Fri, 14 Oct 2016 10:22:40 -0400 From: David To: speakup@linux-speakup.org Subject: Really annoying left meta key problem Message-ID: <20161014142239.GA26328@db> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 14:22:50 -0000 On my home systems, left meta works as the speakup key. On my work system, it didn't and I was really irritated. It turns out the package console-setup was the problem. At work, i did: apt-get purge console-setup-linux apt-get install console-data When it asks about keymaps, select keep kernel keymap. Now, the damned thing works!