You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			572 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			572 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "title": "Notebook Tooltips",
 | 
						|
  "description": "Notebook tooltip settings.",
 | 
						|
  "jupyter.lab.shortcuts": [
 | 
						|
    {
 | 
						|
      "command": "tooltip:dismiss",
 | 
						|
      "keys": ["Escape"],
 | 
						|
      "selector": "body.jp-mod-tooltip .jp-Notebook"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "command": "tooltip:launch-notebook",
 | 
						|
      "keys": ["Shift Tab"],
 | 
						|
      "selector": ".jp-Notebook.jp-mod-editMode .jp-InputArea-editor:not(.jp-mod-has-primary-selection):not(.jp-mod-in-leading-whitespace):not(.jp-mod-completer-active)"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "properties": {},
 | 
						|
  "additionalProperties": false,
 | 
						|
  "type": "object"
 | 
						|
}
 |