Skip to content

Commit 80459bf

Browse files
authored
Merge pull request #377 from quantum-booty/master
Added available hover modifier keys in the description.
2 parents de32a3a + c324180 commit 80459bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jupyterlab-lsp/schema/hover.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "string",
1111
"enum": ["Alt", "Control", "Shift", "Meta", "AltGraph"],
1212
"default": "Control",
13-
"description": "Keyboard key which activates the tooltip on hover."
13+
"description": "Keyboard key which activates the tooltip on hover. The allowed keys are Alt, Control, Shift, and AltGraph. Linux user: Meta key is also supported. Safari users: Meta key is also suported, AltGraph is not supported. To see which physical keys are mapped, visit: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState"
1414
},
1515
"throttlerDelay": {
1616
"title": "Throttler delay",

0 commit comments

Comments
 (0)