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 new context keys of 4K builds to the keymap schema. #92

Merged
merged 2 commits into from
May 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions schemas/sublime-keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@
"panel",
"panel_visible",
"panel_has_focus",
"overlay_visible"
"overlay_visible",
"overlay_has_focus",
"overlay_name",
"group_has_multiselect",
"group_has_transient_sheet",
"has_snippet",
"panel_type"
],
"enumDescriptions": [
"If the auto complete dropdown is visible",
Expand All @@ -65,7 +71,13 @@
"The name of the current panel",
"If a panel is visible",
"If a panel is visible and has focus",
"If the quick panel is visible"
"If the quick panel is visible",
"If the overlay currently open has focus",
"The name of the currently focussed overlay",
"If the currently focussed group has multi selected tabs",
"If the currently focussed group has a transient sheet",
"If the word to the immediate left of the cursor can be expanded to a snippet",
"The type of the focussed panel"
]
},
{
Expand Down