diff options
author | 2011-08-09 19:02:52 -0400 | |
---|---|---|
committer | 2011-08-09 19:02:52 -0400 | |
commit | 7082dbf7ef227c8534150c331a4567bf9e3868e5 (patch) | |
tree | c9faf369105d122c530ec197c5da60f0773a23a0 /doc/manual/7_Modules.md | |
parent | 1bcff530cb40197c6614adda566c8be639023a5c (diff) | |
download | textadept-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.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 |