mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	mindReader -> mind-reader
This commit is contained in:
		| @@ -244,17 +244,17 @@ | ||||
| 			{ | ||||
| 				"command": "editor.action.fontZoomOut", | ||||
| 				"key": "Shift+Alt+z -", | ||||
| 				"when": "editorTextFocus && config.mindReader.reader.screenReader != JAWS" | ||||
| 				"when": "editorTextFocus && config.mind-reader.reader.screenReader != JAWS" | ||||
| 			}, | ||||
| 			{ | ||||
| 				"command": "editor.action.fontZoomIn", | ||||
| 				"key": "Shift+Alt+z =", | ||||
| 				"when": "editorTextFocus && config.mindReader.reader.screenReader != JAWS" | ||||
| 				"when": "editorTextFocus && config.mind-reader.reader.screenReader != JAWS" | ||||
| 			}, | ||||
| 			{ | ||||
| 				"command": "editor.action.fontZoomReset", | ||||
| 				"key": "Shift+Alt+z 0", | ||||
| 				"when": "editorTextFocus && config.mindReader.reader.screenReader != JAWS" | ||||
| 				"when": "editorTextFocus && config.mind-reader.reader.screenReader != JAWS" | ||||
| 			}, | ||||
| 			{ | ||||
| 				"command": "mind-reader.getIndent", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user