Skip to content

Backspace with modifiers not recognised as backspace #504

Closed
@fabi321

Description

@fabi321

Describe the bug
If I press backspace together with a modifier like ctrl or shift, it gets interpreted as char + modifier.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://gitlab.com/kuenstler/yint-rs
  2. compile and run it
  3. press any modifier + backspace
  4. See error

Expected behavior
In case of ctrl + backspace, it should delete unicode words. in other cases it should delete the last unicode grapheme.

OS

  • Linux

Terminal/Console

  • VSCode terminal: ctrl -> w, shift -> h, alt -> delete (0x7f)
  • Konsole: ctrl -> h, shift -> backspace, alt -> delete (0x7f)
  • Ubuntu console window: like Konsole

Language
German

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions