Hi,

I noticed that the Ctrl+M keyboard shortcut which was recently added to 
TortoiseMerge is not mentioned in the help file.

Please find attached a patch to add Ctrl+M to the list of documented 
keyboard shortcuts.

  * Added Ctrl+M to the list of keyboard shortcuts.
  * Removed duplicate Ctrl+P list item.
  * Added alternate keyboard shortcuts for F7, and Shift+F7 (Ctrl+Down, and 
Ctrl+Up respectively).
  * Altered capitalisation style of "Keyboard Shortcuts" title to match 
other section titles.

I believe that the Ctrl+M keyboard shortcut was actually added as a result 
of a feature request from one of my colleagues. It is very helpful in our 
workflow, as we often have to remove many automated case-only changes.

Thanks,

Chris

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/7f4f61ea-8770-42df-b608-2ba61b2bc90do%40googlegroups.com.
Index: doc/source/en/TortoiseMerge/tme_app_shortcuts.xml
===================================================================
--- doc/source/en/TortoiseMerge/tme_app_shortcuts.xml	(revision 28933)
+++ doc/source/en/TortoiseMerge/tme_app_shortcuts.xml	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE appendix SYSTEM "../../dtd/dblite.dtd">
 <appendix id="tme-keyboard">
-  <title>keyboard shortcuts</title>
+  <title>Keyboard Shortcuts</title>
   <simplesect>
     <para>
       List of keyboard shortcuts and commands.
@@ -8,7 +8,7 @@
     </para>
   </simplesect>
   <sect1 id="tme-keyboard-shortcuts">
-    <title>Keyboard shortcuts</title>
+    <title>Keyboard Shortcuts</title>
     <variablelist>
       <varlistentry>
         <term>Ctrl-Q, Ctrl-W, Escape</term>
@@ -83,7 +83,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>F7</term>
+        <term>F7, Ctrl-Down</term>
         <listitem>
           <para>
             Go to next difference
@@ -91,7 +91,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>Shift-F7</term>
+        <term>Shift-F7, Ctrl-Up</term>
         <listitem>
           <para>
             Go to previous difference
@@ -171,14 +171,6 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>Ctrl-P</term>
-        <listitem>
-          <para>
-            Toggles between line wrapping
-          </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
         <term>Ctrl-U</term>
         <listitem>
           <para>
@@ -202,6 +194,14 @@
           </para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term>Ctrl-M</term>
+        <listitem>
+          <para>
+            Toggles between marking the selected change
+          </para>
+        </listitem>
+      </varlistentry>
     </variablelist>
   </sect1>
 </appendix>

Reply via email to