Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for delete key on windows #372

Closed
bbodenmiller opened this issue Jun 1, 2021 · 3 comments
Closed

support for delete key on windows #372

bbodenmiller opened this issue Jun 1, 2021 · 3 comments

Comments

@bbodenmiller
Copy link
Contributor

bbodenmiller commented Jun 1, 2021

Please add support for deleting items using delete key on keyboard when using windows

@adsick
Copy link

adsick commented Jun 17, 2021

I personally find it a good idea too.

@qarmin
Copy link
Owner

qarmin commented Jun 18, 2021

I have no idea why this works on Linux but not in Windows.

If anyone want to check at which keycode is recognized windows delete key, then it is enough to put between println!(button_number)

if let Some(button_number) = e.get_keycode() {
// Handle delete button
if button_number == 119 {

@qarmin
Copy link
Owner

qarmin commented Nov 25, 2021

Duplicate of #306
Since I don't use Windows, checking what exactly button is used in Windows would be helpful

@qarmin qarmin closed this as completed Nov 25, 2021
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

No branches or pull requests

3 participants