Opened 6 years ago
Closed 6 years ago
#1759 closed bug (fixed (in master))
Autopickup doesn't work
Reported by: | PowerWyrm | Owned by: | |
---|---|---|---|
Milestone: | 3.5.0 | Keywords: | blocker |
Cc: |
Description
Autopickup is mapped to KTRL-G, which translates into '\a' by keypress_from_text(). Then it is discarded by textui_process_key()...
KTRL-G is a special key (same as KTRL-I/KTRL-J and KTRL-M) and should not be used.
Change History (3)
comment:1 Changed 6 years ago by takkaria
- Milestone changed from Triage to 3.5.0
comment:2 Changed 6 years ago by takkaria
- Keywords blocker added
comment:3 Changed 6 years ago by takkaria
- Resolution set to fixed (in master)
- Status changed from new to closed
Fixed in 25696bd
Note: See
TracTickets for help on using
tickets.
OK, I think we clearly need to rework how autopickup works so it's not bound to a key.