Skip to content

Commit dccd384

Browse files
author
John Preston
committed
Allow toggling keyboard shortcuts
Closes #784 We introduce a `calva.keybindingsEnabled` config option and a `calva.toggleKeybindingsEnabled` command which allows toggling keybindings on and off. The keybindings are updated to only activate when the `calva:keybindingsEnabled` context key is true, in addition to the existing conditions on the keymap.
1 parent 076540c commit dccd384

File tree

3 files changed

+142
-91
lines changed

3 files changed

+142
-91
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changes to Calva.
55
## [Unreleased]
66
- [Fix: evals should be ignored during parsing](https://github.com/BetterThanTomorrow/calva/issues/763)
77
- Fix: [Test runner can't find tests under cursor when using a custom test macro](https://github.com/BetterThanTomorrow/calva/issues/786)
8+
- [Allow toggling keyboard shortcuts](https://github.com/BetterThanTomorrow/calva/issues/784)
89

910
## [2.0.124] - 2020-08-31
1011
- Re-fix: [Can't jack-in when no project file is open](https://github.com/BetterThanTomorrow/calva/issues/734)

0 commit comments

Comments
 (0)