mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 11:45:58 +00:00
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>
|