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.
		
		
		
		
		
			
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "title": "Image Viewer",
 | 
						|
  "description": "Image viewer settings.",
 | 
						|
  "jupyter.lab.shortcuts": [
 | 
						|
    {
 | 
						|
      "command": "imageviewer:flip-horizontal",
 | 
						|
      "keys": ["H"],
 | 
						|
      "selector": ".jp-ImageViewer"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "command": "imageviewer:flip-vertical",
 | 
						|
      "keys": ["V"],
 | 
						|
      "selector": ".jp-ImageViewer"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "command": "imageviewer:invert-colors",
 | 
						|
      "keys": ["I"],
 | 
						|
      "selector": ".jp-ImageViewer"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "command": "imageviewer:reset-image",
 | 
						|
      "keys": ["0"],
 | 
						|
      "selector": ".jp-ImageViewer"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "command": "imageviewer:rotate-clockwise",
 | 
						|
      "keys": ["]"],
 | 
						|
      "selector": ".jp-ImageViewer"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "command": "imageviewer:rotate-counterclockwise",
 | 
						|
      "keys": ["["],
 | 
						|
      "selector": ".jp-ImageViewer"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "command": "imageviewer:zoom-in",
 | 
						|
      "keys": ["="],
 | 
						|
      "selector": ".jp-ImageViewer"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "command": "imageviewer:zoom-out",
 | 
						|
      "keys": ["-"],
 | 
						|
      "selector": ".jp-ImageViewer"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "properties": {},
 | 
						|
  "additionalProperties": false,
 | 
						|
  "type": "object"
 | 
						|
}
 |