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

Enable progressive keyboard enhancement protocol #4939

Merged
merged 3 commits into from Feb 28, 2023

Commits on Feb 26, 2023

  1. Update crossterm to 0.26.1

    Crossterm 0.26.x includes a breaking change for the command to set the
    cursor shape. This commit includes a change which uses the new type.
    the-mikedavis committed Feb 26, 2023
    Copy the full SHA
    f1abf41 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    07e5120 View commit details
    Browse the repository at this point in the history
  3. Add shift-backspace keybind alias for backspace (#4937)

    When the Kitty Keyboard Protocol is enabled, S-backspace is
    distinguished from backspace with no modifiers. This is awkward when
    typing because it's very easy to accidentally hold shift and press
    backspace temporarily when typing capital letters.
    
    Kakoune (which is also a Kitty Keyboard Protocol application) treats
    S-backspace as backspace too:
    https://github.com/mawww/kakoune/blob/3150e9b3cd8e61d9bc68245d67822614d4376cf4/src/input_handler.cc#L1275
    lesleyrs authored and the-mikedavis committed Feb 26, 2023
    Copy the full SHA
    1b50b60 View commit details
    Browse the repository at this point in the history