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

feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol #3383

Merged
merged 15 commits into from
May 27, 2024

Commits on May 7, 2024

  1. parse kitty keys from STDIN

    imsnif committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7218e17 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. work

    imsnif committed May 8, 2024
    Configuration menu
    Copy the full SHA
    579abc7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. work

    imsnif committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a97dfd6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    34ae0a7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. work

    imsnif committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2d95d7d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. work

    imsnif committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4f73e38 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. allow disabling with config

    imsnif committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ce61683 View commit details
    Browse the repository at this point in the history
  2. adjust ordering

    imsnif committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2e04a2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9c0df7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4c2952 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. normalize uppercase keys

    imsnif committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fc21932 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. get tests to pass

    imsnif committed May 27, 2024
    Configuration menu
    Copy the full SHA
    36084ad View commit details
    Browse the repository at this point in the history
  2. various cleanups

    imsnif committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f088a9a View commit details
    Browse the repository at this point in the history
  3. style(fmt): rustfmt

    imsnif committed May 27, 2024
    Configuration menu
    Copy the full SHA
    295bf54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b452380 View commit details
    Browse the repository at this point in the history