aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/7_Modules.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-08-09 19:02:52 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-08-09 19:02:52 -0400
commit7082dbf7ef227c8534150c331a4567bf9e3868e5 (patch)
treec9faf369105d122c530ec197c5da60f0773a23a0 /doc/manual/7_Modules.md
parent1bcff530cb40197c6614adda566c8be639023a5c (diff)
downloadtextadept-7082dbf7ef227c8534150c331a4567bf9e3868e5.tar.gz
textadept-7082dbf7ef227c8534150c331a4567bf9e3868e5.zip
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.
Diffstat (limited to 'doc/manual/7_Modules.md')
-rw-r--r--doc/manual/7_Modules.md4
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