diff options
Diffstat (limited to 'doc/manual/7_Modules.md')
-rw-r--r-- | doc/manual/7_Modules.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/7_Modules.md b/doc/manual/7_Modules.md index 917a0b33..5dd551f1 100644 --- a/doc/manual/7_Modules.md +++ b/doc/manual/7_Modules.md @@ -59,12 +59,12 @@ which key commands are available. They are typically stored in the `Ctrl+L` ##### Run Most language-specific modules have a command that runs the code in the current -file. Pressing `Ctrl+Alt+R` (`^R` on Mac OSX) runs that command. +file. Pressing `Ctrl+R` (`⌘R` on Mac OSX) runs that command. ##### Compile Most language-specific modules have a command that compiles the code in the -current file. Pressing `Ctrl+Alt+Shift+R` (`^⇧R` on Mac OSX) runs that command. +current file. Pressing `Ctrl+Shift+R` (`⌘⇧R` on Mac OSX) runs that command. ##### Block Comments |