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

Accept individual modifier keys as valid keybindings #637

Merged
merged 48 commits into from
Apr 4, 2024

Commits on Sep 25, 2023

  1. extend keystrokes to mod keys

    g547315 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c82fc4a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. fix doubled keys

    g547315 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    835f745 View commit details
    Browse the repository at this point in the history
  2. remove comments

    g547315 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b9d2db3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. remove console-log

    g547315 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    12f6921 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

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

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    6cfdf12 View commit details
    Browse the repository at this point in the history
  2. Run prettier

    m158261 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2167496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9ddb6c View commit details
    Browse the repository at this point in the history
  4. Check for empty string in key

    m158261 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4efbfc7 View commit details
    Browse the repository at this point in the history
  5. Check for empty string

    m158261 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5e5e65c View commit details
    Browse the repository at this point in the history
  6. Checking for whitespace

    m158261 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d4e384c View commit details
    Browse the repository at this point in the history
  7. Trim whitespace

    m158261 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    36fcbad View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Added check for keys

    m158261 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d520616 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    4926fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf4c47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a1362 View commit details
    Browse the repository at this point in the history
  4. Revert test changes

    m158261 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5ed4103 View commit details
    Browse the repository at this point in the history
  5. remove added white space

    g547315 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d9a3f6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ebd720 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'allow-mapping-to-mod-keys' of ssh://ssh.github.com:443/…

    …g547315/lumino into allow-mapping-to-mod-keys
    g547315 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ab4c7bf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c248e7a View commit details
    Browse the repository at this point in the history
  2. Modified test

    m158261 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    10e25fc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    a89b601 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'allow-mapping-to-mod-keys' of ssh://ssh.github.com:443/…

    …g547315/lumino into allow-mapping-to-mod-keys
    g547315 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7818bf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update packages/commands/src/index.ts

    Co-authored-by: Nicolas Brichet <[email protected]>
    g547315 and brichet authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7ffa17c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. re-write

    g547315 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d115929 View commit details
    Browse the repository at this point in the history
  2. removed redundantcode

    g547315 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    203c38a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1008417 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Update packages/commands/src/index.ts

    Co-authored-by: Nicolas Brichet <[email protected]>
    g547315 and brichet authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e773b5e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Refactored func and test

    g547315 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ef7bc6f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    2cca0ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a1bfd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. reverted changed test

    g547315 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5e13b06 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. undo reverted test changes

    g547315 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4468167 View commit details
    Browse the repository at this point in the history
  2. Ran Prettier

    g547315 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    109298a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 13, 2023

  1. Merge pull request #1 from brichet/modifier-timer

    Starts the timer for mod keys only before updating the keystrokes list
    g547315 authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dd5451b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843012b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Update packages/commands/src/index.ts

    Co-authored-by: Nicolas Brichet <[email protected]>
    g547315 and brichet authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    088a379 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    d670fce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'allow-mapping-to-mod-keys' of ssh://ssh.github.com:443/…

    …g547315/lumino into allow-mapping-to-mod-keys
    g547315 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7d385f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57d8170 View commit details
    Browse the repository at this point in the history
  4. ran linter

    g547315 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b3c4237 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. updated api

    g547315 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4b67ed0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Apr 4, 2024

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