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)

x86
Linux
enhancement

Tracking

()

VERIFIED DUPLICATE of bug 55759

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.
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
Hint: it's usually just to the right of the space bar.
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.
QA Contact: sairuh → teruko
Blocks: 55759
Since Don has left, Vishy is taking his bugs in bulk, pending reassignment.
thanks,
	Vishy
Assignee: don → vishy
marking dup of 55759

*** This bug has been marked as a duplicate of 55759 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified as dup.
Status: RESOLVED → VERIFIED
No longer blocks: 55759
Component: Keyboard: Navigation → User events and focus handling
You need to log in before you can comment on or make changes to this bug.