gnome-commander r2203 - in branches/gcmd-1-3: . doc doc/C src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r2203 - in branches/gcmd-1-3: . doc doc/C src
- Date: Thu, 16 Oct 2008 20:09:53 +0000 (UTC)
Author: epiotr
Date: Thu Oct 16 20:09:53 2008
New Revision: 2203
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2203&view=rev
Log:
Do not assign CTRL+T as a default shortcut to advrename
Modified:
branches/gcmd-1-3/ChangeLog
branches/gcmd-1-3/doc/C/gnome-commander.xml
branches/gcmd-1-3/doc/keys.txt
branches/gcmd-1-3/src/gnome-cmd-user-actions.cc
Modified: branches/gcmd-1-3/doc/C/gnome-commander.xml
==============================================================================
--- branches/gcmd-1-3/doc/C/gnome-commander.xml (original)
+++ branches/gcmd-1-3/doc/C/gnome-commander.xml Thu Oct 16 20:09:53 2008
@@ -3960,11 +3960,6 @@
<entry><para>yes</para></entry>
</row>
<row valign="top">
- <entry><keycombo><keycap>CTRL</keycap><keycap>T</keycap></keycombo></entry>
- <entry><para>Multi-Rename-Tool</para></entry>
- <entry><para>yes</para></entry>
- </row>
- <row valign="top">
<entry><para></para></entry>
<entry><para></para></entry>
<entry><para></para></entry>
Modified: branches/gcmd-1-3/doc/keys.txt
==============================================================================
--- branches/gcmd-1-3/doc/keys.txt (original)
+++ branches/gcmd-1-3/doc/keys.txt Thu Oct 16 20:09:53 2008
@@ -89,7 +89,6 @@
CTRL+D Open favourite directories (bookmarks)
CTRL+M Multi-Rename-Tool
-CTRL+T Multi-Rename-Tool
TAB Switch between left and right file list
CTRL+U Switch between left and right file list
Modified: branches/gcmd-1-3/src/gnome-cmd-user-actions.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-user-actions.cc (original)
+++ branches/gcmd-1-3/src/gnome-cmd-user-actions.cc Thu Oct 16 20:09:53 2008
@@ -251,10 +251,7 @@
}
if (!registered("file.advrename"))
- {
register_action(GDK_CONTROL_MASK, GDK_M, "file.advrename");
- register_action(GDK_CONTROL_MASK, GDK_T, "file.advrename");
- }
if (!registered("file.create_symlink"))
register_action(GDK_CONTROL_MASK | GDK_SHIFT_MASK, GDK_F5, "file.create_symlink");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]