From 7082dbf7ef227c8534150c331a4567bf9e3868e5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 9 Aug 2011 19:02:52 -0400 Subject: Swap Replace/Replace All and Run/Compile key bindings. Replace/Replace All is destructive so it should not be easily accessible where it can be mistakenly pressed. --- doc/manual/7_Modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual/7_Modules.md') 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 -- cgit v1.2.3