Actions
Bug #280
closedwrong input for "[" character
Start date:
06/15/2008
Due date:
% Done:
100%
Estimated time:
Description
With my french apple keyboard, I have to press "Alt-Shift-(" for "[".
A such combinaison gives "<S-[>" in QYzis.
Updated by Loïc P. almost 14 years ago
- Status changed from New to Assigned
- Assignee set to Loïc P.
Updated by Loïc P. almost 14 years ago
- Status changed from Assigned to Closed
Updated by Loïc P. over 13 years ago
- Status changed from Closed to Assigned
- Assignee deleted (
Loïc P.)
the fix commit:f9daa6c73ced broke S- commands (see #314).
reopened by commit:7d1396b19bce
Updated by Loïc P. over 13 years 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 P. over 13 years ago
- Status changed from Assigned to Closed
- Assignee set to Loïc P.
- % 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 commit:30a29e319b50
Actions