Timeline for answer to Python Curses - Detecting the Backspace Key by andyg0808
Current License: CC BY-SA 3.0
Post Revisions
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 11, 2019 at 21:20 | comment | added | Vapid |
if getch() in [KEY_BACKSPACE, ord('\b')] works for me
|
|
| Nov 25, 2017 at 2:44 | comment | added | Neil Graham | Neither of those worked for me sadly. I'm using macOS v10.13.1 | |
| Nov 25, 2017 at 2:32 | comment | added | user1767754 | What is do you use | |
| Nov 25, 2017 at 2:27 | history | answered | andyg0808 | CC BY-SA 3.0 |