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 comment lines to keymap wrapper files #20

Merged
merged 3 commits into from
Dec 20, 2021
Merged

Conversation

tshino
Copy link
Owner

@tshino tshino commented Dec 20, 2021

To make it easy to understand the keymap wrapper, which is required for users to copy and paste into keybindings.json manually, this PR adds comment lines to autogenerated keymap wrappers to describe itself.

[
	// Keymap wrapper for Vz Keymap v0.18.0
	// (required by Keyboard Macro Beta)
	{ "key": "ctrl+s", "command": "",
		"when": "kb-macro.recording && editorFocus" },
...

@tshino tshino merged commit d01873f into main Dec 20, 2021
@tshino tshino deleted the add-header-keymap-wrapper branch December 20, 2021 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant