From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 17 Apr 2014 14:36:05 -0400 To: 9fans@9fans.net Message-ID: <3ff22a07aa9fb8f031261405cd261c9d@ladd.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] 'Compose' key and Unicode characters Topicbox-Message-UUID: d99e7b4e-ead8-11e9-9d60-3106f5b1d025 > I'm aware there are shortcuts for some of these (including =C2=B1) in > "lib/keyboard" but I could not get the +- shortcut to work. I discovere= d > it's because I wasn't using numpad keys (I'm on a laptop), when I do it > works as expected. >=20 > I'm assuming it's because of the 'shift' key in between to get the + an= d - > symbols and I'm wondering if it is meant to work with shift or does it > intentionally only work with the numpad? it does work with my keyboard, and the usb keyboard i tried. the compose sequences are processed after scan codes or usb codes have been turned into characters, so i don't think it's a keyboard mapping issue, unless + or - don't produce the expected output. that's a mystery! - erik