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

Add key binding configuration #202

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2018

  1. Initial changes to support keyboard shortcut customization.

    Due to the limitations imposed by the way key bindings are registered in prompt-toolkit 1.0.15, it's necessary to grab the attributes from the centralized Keys collection by name. Until upgrading to version 2.0.0 or higher, this is the best way to register these events.
    
    TODO: Update the test names and configurations.
    mikemorain committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    0733216 View commit details
    Browse the repository at this point in the history
  2. Added default key binding loading in the case that it's not in the fi…

    …le. This was added specifically for the case of upgrading, since the user might have a file without this section in their home directory. In newly-installed cases, we could include the keys in the config file by default.
    
    TODO: Update the test names and configurations.
    mikemorain committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    097272e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e8a347 View commit details
    Browse the repository at this point in the history
  4. Updating test names to reflect the refactor.

    Fixed a file close warning in 'test_utils.py'
    mikemorain committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    ee015bc View commit details
    Browse the repository at this point in the history
  5. Adding comments to configuration file for allowed values (based on pr…

    …ompt toolkit v1.0.15 Keys collection).
    mikemorain committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    6bce7ed View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Format of awsshellrc

    mikemorain committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    ab1c1b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca21150 View commit details
    Browse the repository at this point in the history
  3. Fixing tabs...

    mikemorain committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    5a2ef3b View commit details
    Browse the repository at this point in the history
  4. Fixing styling.

    mikemorain committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    29f72fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fba9f0 View commit details
    Browse the repository at this point in the history