Skip to content

Commit

Permalink
Add new context keys of 4K builds to the keymap schema. (#92)
Browse files Browse the repository at this point in the history
This commit adds newly added context keys of the 4K build series to the
keymap schema.
  • Loading branch information
UltraInstinct05 authored May 30, 2021
1 parent 0a2f496 commit 21076ed
Showing 1 changed file with 14 additions and 2 deletions.
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 focused overlay",
"If the currently focused group has multi selected tabs",
"If the currently focused 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 focused panel"
]
},
{
Expand Down

0 comments on commit 21076ed

Please sign in to comment.