[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V2] input: allow distinguishing shifted from unshifted Meta k
From: |
Benno Schulenberg |
Subject: |
Re: [PATCH V2] input: allow distinguishing shifted from unshifted Meta keystrokes |
Date: |
Thu, 12 Dec 2019 16:16:40 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
Op 11-12-2019 om 16:44 schreef Benno Schulenberg:
> + for (keystruct *chord = sclist; chord != NULL; chord =
> chord->next)
> + if (chord->meta && chord->keystr[3] == '\0')
> + chord->keystr[2] = tolower(chord->keystr[2]);
Oops. That lowercases all M-letter bindings, also the user-defined ones.
It should lowercase only the default M-letter bindings.
Fixed patch is coming up, and adjusted for current git.
Benno
signature.asc
Description: OpenPGP digital signature