mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	* added initial webpage * Added webpage * Update package.json * Update package.json * Updating stuff * Update src/commands.ts Co-authored-by: Jake Grossman <jake.r.grossman@gmail.com> * updated extension.ts * Added Key binding pages * Read html from file Co-authored-by: Jake Grossman <jake.r.grossman@gmail.com>
		
			
				
	
	
		
			34 lines
		
	
	
		
			880 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			880 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <title>Mind Reader Key Bindings for Mac</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<h2> Here is a list of all the Mind Reader commands and their keybindings on Mac systems </h2>
 | 
						|
<p>
 | 
						|
    <h2> Editor Settings </h2>
 | 
						|
    Increase Font Scale - <br>
 | 
						|
    Decrease Font Scale - <br>
 | 
						|
    Increase Editor Scale - <br>
 | 
						|
    Decrease Editor Scale - <br>
 | 
						|
    Reset Editor Scale - <br>
 | 
						|
    Select Theme - <br>
 | 
						|
    <h2>Navigation</h2>
 | 
						|
    Get Indent - <br>
 | 
						|
    Show All Symbols - <br>
 | 
						|
    Go To Line - <br>
 | 
						|
    Quick Open - <br>
 | 
						|
    Go To Symbol - <br>
 | 
						|
    Show Problems - <br>
 | 
						|
    Next In File - <br>
 | 
						|
    Previous In File - <br>
 | 
						|
    Open Previous Editor Group - <br>
 | 
						|
    Navigate Forward - <br>
 | 
						|
    Navigate Back - <br>
 | 
						|
    Get Quick Input Back - 
 | 
						|
</p>
 | 
						|
</body>
 | 
						|
</html>
 |