Bug #280
wrong input for "[" character
| Status: | Closed | Start: | 06/15/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Loïc Paulevé | % Done: | 100% |
|
| Category: | QYzis | |||
| Target version: | 1.0-alpha1 | |||
Description
With my french apple keyboard, I have to press "Alt-Shift-(" for "[".
A such combinaison gives "<S-[>" in QYzis.
History
Updated by Loïc Paulevé 204 days ago
- Status changed from New to Assigned
- Assigned to set to Loïc Paulevé
Updated by Loïc Paulevé 204 days ago
- Status changed from Assigned to Closed
Updated by Loïc Paulevé 55 days ago
- Status changed from Closed to Assigned
- Assigned to deleted (
Loïc Paulevé)
the fix f9daa6c73ced broke S- commands (see #314).
reopened by 7d1396b19bce
Updated by Loïc Paulevé 55 days ago
now the input is a bit changed:
pressing the "alt" gives <NO_REP>. So while inputing ALT-SHIFT-(
the following is printed :
<NO_REP><S-NO_REP>{
Updated by Loïc Paulevé 55 days ago
- Status changed from Assigned to Closed
- Assigned to set to Loïc Paulevé
- % Done changed from 0 to 100
related to multi-key input char (altgr, etc..)
the fix was to return null instead of "NO_REP" when the key is not matched in our table.
see 30a29e319b50