X Tutup
Skip to content

Fix DELETE key not being recognized#611

Merged
thomasballinger merged 1 commit intobpython:masterfrom
bkad:patch-1
Jun 6, 2016
Merged

Fix DELETE key not being recognized#611
thomasballinger merged 1 commit intobpython:masterfrom
bkad:patch-1

Conversation

@bkad
Copy link
Copy Markdown
Contributor

@bkad bkad commented Apr 19, 2016

curtsies stopped supporting PADDELETE at this point: thomasballinger/curtsies@4150164
fixes #609

curtsies stopped supporting PADDELETE  at this point: thomasballinger/curtsies@4150164
fixes bpython#609
@thomasballinger
Copy link
Copy Markdown
Member

Thanks, lgtm.

Any thoughts on whether Curtsies should report this as delete or paddelete? The change brought Curtsieskey names in line with Blessed names which I trusted more than the names I had.

@bkad
Copy link
Copy Markdown
Contributor Author

bkad commented Apr 20, 2016

I think DELETE is more clear and succinct than PADDELETE.

@safiyat
Copy link
Copy Markdown

safiyat commented May 19, 2016

@thomasballinger
DELETE works for me. PADDELETE didn't.

@bkad Thanks!

@thomasballinger thomasballinger merged commit f21a68b into bpython:master Jun 6, 2016
@bkad bkad deleted the patch-1 branch June 6, 2016 02:14


@edit_keys.on('<PADDELETE>')
@edit_keys.on('<DELETE>')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this handle both DELETE and PADDELETE?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Manjaro Linux (Arch) <PADDELETE> doesn't worked either.

Pypi's package doesn't have this change.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebastinas Right now in curtsies there isn't a PADDELETE, but it wouldn't hurt to add it if paddelete should do this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DEL key not working on OS X (10.11.3) after the switch to curtsies 2.2

5 participants

X Tutup