Closed
Bug 47079
Opened 24 years ago
Closed 24 years ago
[RFE] Make Alt-gr cursor-key behave the same as Alt cursor-key
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement, P3)
Tracking
()
People
(Reporter: gabriel, Assigned: vishy)
Details
On my k/board alt-gr is nearer to the cursor keys, so it would be handy to have
at least alt-gr left and alt-gr right for forwards/back.
Comment 1•24 years ago
|
||
Alt-gr? I'm sorry, I've never heard of that key.... however, I'm going to
confirm this and hope the keyboard navigation group knows more keys then I do.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Also, getch() returns the following values:
Alt-gr and left cursor: 260
Alt-gr and right cursor: 261
Alt-gr, up: 259
Alt-gr,down: 258
For other keys with alt-gr, sometimes graphics characters are returned,
sometimes nothing.
E.g.
Alt-gr, b=='ð' (240)
Alt-gr, f=='ð' (240)
Alt-gr, d returns nothing.
So I suggest only the cursor keys be implemented.
Also, alt-gr has no effect when pressed with the keypad, i.e. keypad keys are
returned unchanged.
I'm changing the title to indicate that only the cursor keys should be affected.
Summary: [RFE] Make Alt-gr behave the same as Alt → [RFE] Make Alt-gr cursor-key behave the same as Alt cursor-key
I believe this is now a dup of bug 55759. Please close it.
Updated•24 years ago
|
QA Contact: sairuh → teruko
Assignee | ||
Comment 5•24 years ago
|
||
Since Don has left, Vishy is taking his bugs in bulk, pending reassignment.
thanks,
Vishy
Assignee: don → vishy
Comment 6•24 years ago
|
||
marking dup of 55759
*** This bug has been marked as a duplicate of 55759 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•