mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	Masonbone (#13)
* 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>
This commit is contained in:
		
							
								
								
									
										33
									
								
								media/html/winkeys.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								media/html/winkeys.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,33 @@
 | 
			
		||||
<!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 Windows</title>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
<h2> Here is a list of all Mind Reader's commands and their keybindings on windows and linux systems </h2>
 | 
			
		||||
<p>
 | 
			
		||||
    <h2> Editor Settings </h2>
 | 
			
		||||
    Increase Font Scale - Number Pad Add<br>
 | 
			
		||||
    Decrease Font Scale - Number Pad Subtract<br>
 | 
			
		||||
    Increase Editor Scale - Shift and Number Pad Add<br>
 | 
			
		||||
    Decrease Editor Scale - Shift and Number Pad Subtract<br>
 | 
			
		||||
    Reset Editor Scale - Shift and Enter<br>
 | 
			
		||||
    Select Theme - Control and Shift and 1<br>
 | 
			
		||||
    <h2>Navigation</h2>
 | 
			
		||||
    Get Indent - Shift and Tab<br>
 | 
			
		||||
    Show All Symbols - Control and T<br>
 | 
			
		||||
    Go To Line - Control and G<br>
 | 
			
		||||
    Quick Open - Control and P<br>
 | 
			
		||||
    Go To Symbol - Control and Shift and 0<br>
 | 
			
		||||
    Show Problems - Control and Shift and M<br>
 | 
			
		||||
    Next In File - F8<br>
 | 
			
		||||
    Previous In File - Shift and F8<br>
 | 
			
		||||
    Open Previous Editor Group - Control and Tab<br>
 | 
			
		||||
    Navigate Forward - Control and Shift and Minus<br>
 | 
			
		||||
    Navigate Back - Control and Alt and Minus<br>
 | 
			
		||||
    Get Quick Input Back - Control and Alt and Minus
 | 
			
		||||
</p>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user