-
Notifications
You must be signed in to change notification settings - Fork 773
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
base: master
Are you sure you want to change the base?
Add key binding configuration #202
Commits on Jun 21, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0733216 - Browse repository at this point
Copy the full SHA 0733216View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 097272e - Browse repository at this point
Copy the full SHA 097272eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8a347 - Browse repository at this point
Copy the full SHA 4e8a347View commit details -
Updating test names to reflect the refactor.
Fixed a file close warning in 'test_utils.py'
Configuration menu - View commit details
-
Copy full SHA for ee015bc - Browse repository at this point
Copy the full SHA ee015bcView commit details -
Adding comments to configuration file for allowed values (based on pr…
…ompt toolkit v1.0.15 Keys collection).
Configuration menu - View commit details
-
Copy full SHA for 6bce7ed - Browse repository at this point
Copy the full SHA 6bce7edView commit details
Commits on Aug 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ab1c1b7 - Browse repository at this point
Copy the full SHA ab1c1b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca21150 - Browse repository at this point
Copy the full SHA ca21150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a2ef3b - Browse repository at this point
Copy the full SHA 5a2ef3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f72fa - Browse repository at this point
Copy the full SHA 29f72faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fba9f0 - Browse repository at this point
Copy the full SHA 8fba9f0View commit details