traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso resources/keymap.xml src/plugins/plugi...


From: Ben Levitt
Subject: [Traverso-commit] traverso resources/keymap.xml src/plugins/plugi...
Date: Fri, 25 May 2007 18:38:50 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Ben Levitt <benjie>     07/05/25 18:38:50

Modified files:
        resources      : keymap.xml 
        src/plugins    : plugins.pro 

Log message:
        Change playhead_to_workcursor to << W >>, use < W >,[ W ] to move/set 
playhead, add MouseButtonMiddle as another way to move/set playhead, remove << 
Escape >> as quit (dangerous now that we use < Escape > to cancel a hold action

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/resources/keymap.xml?cvsroot=traverso&r1=1.69&r2=1.70
http://cvs.savannah.gnu.org/viewcvs/traverso/src/plugins/plugins.pro?cvsroot=traverso&r1=1.11&r2=1.12

Patches:
Index: resources/keymap.xml
===================================================================
RCS file: /sources/traverso/traverso/resources/keymap.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- resources/keymap.xml        24 May 2007 17:45:18 -0000      1.69
+++ resources/keymap.xml        25 May 2007 18:38:50 -0000      1.70
@@ -76,7 +76,7 @@
                </keyfact>
                <keyfact type="FKEY" key1="W" >
                        <Objects>
-                               <Object objectname="SongView" 
slotsignature="playhead_to_workcursor" modes="All" sortorder="8" 
instantanious="0" />
+                               <Object objectname="SongView" 
slotsignature="touch_play_cursor" modes="All" sortorder="2" submenu="Playhead" 
instantanious="0" />
                        </Objects>
                </keyfact>
                <keyfact type="FKEY" key1="HOME" >
@@ -202,6 +202,11 @@
                                <Object objectname="AudioClipView" 
slotsignature="set_audio_file" modes="All" sortorder="80" instantanious="0" />
                        </Objects>
                </keyfact>
+               <keyfact type="FKEY" key1="MouseButtonMiddle" >
+                       <Objects>
+                               <Object objectname="SongView" 
slotsignature="touch_play_cursor" modes="All" sortorder="2" submenu="Playhead" 
instantanious="0" />
+                       </Objects>
+               </keyfact>
                <keyfact type="FKEY" key1="MouseButtonRight" >
                        <Objects>
                                <Object objectname="Interface" 
slotsignature="show_context_menu" modes="All" instantanious="0" />
@@ -338,12 +343,22 @@
                                <Object objectname="AudioClipView" 
mousehint="LRUD" modes="All" pluginname="TraversoCommands" 
commandname="MoveClip" arguments="move" />
                                <Object objectname="CurveView" mousehint="LRUD" 
slotsignature="drag_node" modes="Effects" sortorder="3" instantanious="1" />
                                <Object objectname="TimeLineView" 
mousehint="LR" slotsignature="drag_marker" modes="All" sortorder="3" 
instantanious="1" />
-                               <Object objectname="SongView" mousehint="LR" 
slotsignature="work_cursor_move" modes="All" sortorder="14" instantanious="0" />
+                               <Object objectname="SongView" mousehint="LR" 
slotsignature="work_cursor_move" modes="All" submenu="Work Cursor" 
sortorder="4" instantanious="0" />
                                <Object objectname="TrackPanelGain" modes="All" 
sortorder="7" pluginname="TraversoCommands" commandname="Gain" 
arguments="horizontal" />
                                <Object objectname="SongPanelGain" modes="All" 
sortorder="7" pluginname="TraversoCommands" commandname="Gain" 
arguments="horizontal" />
                                <Object objectname="TrackPanelPan" 
mousehint="LR"  modes="All" sortorder="8" pluginname="TraversoCommands" 
commandname="TrackPan" />
                        </Objects>
                </keyfact> 
+               <keyfact type="HKEY" key1="MouseButtonMiddle" >
+                       <Objects>
+                               <Object objectname="SongView" mousehint="LR" 
slotsignature="play_cursor_move" modes="All" sortorder="8" submenu="Playhead" 
instantanious="0" />
+                       </Objects>
+               </keyfact>
+               <keyfact type="HKEY" key1="W" >
+                       <Objects>
+                               <Object objectname="SongView" mousehint="LR" 
slotsignature="play_cursor_move" modes="All" sortorder="8" submenu="Playhead" 
instantanious="0" />
+                       </Objects>
+               </keyfact>
                <keyfact type="HKEY" key1="C" >
                        <Objects>
                                <Object objectname="AudioClipView" 
mousehint="LRUD" modes="All" sortorder="9" pluginname="TraversoCommands" 
commandname="CopyClip"  arguments="copy" />
@@ -372,11 +387,6 @@
                                <Object objectname="SongView" mousehint="LR" 
slotsignature="work_cursor_move" modes="All" sortorder="14" instantanious="0" />
                        </Objects>
                </keyfact>
-               <keyfact type="HKEY" key1="SPACE" >
-                       <Objects>
-                               <Object objectname="SongView" mousehint="LR" 
slotsignature="play_cursor_move" modes="All" sortorder="14" instantanious="0" />
-                       </Objects>
-               </keyfact>
                <keyfact type="HKEY" key1="F" >
                        <Objects>
                                <Object objectname="AudioClipView" 
mousehint="LR" slotsignature="fade_range" modes="All" sortorder="30" 
submenu="Fade In/Out" instantanious="0" />
@@ -412,11 +422,6 @@
                </keyfact>
                
                
-               <keyfact type="D_FKEY" key1="ESC" >
-                       <Objects>
-                               <Object objectname="ProjectManager" 
slotsignature="exit" modes="All" instantanious="0" />
-                       </Objects>
-               </keyfact>
                <keyfact type="D_FKEY" key1="T" >
                        <Objects>
                                <Object objectname="Song" modes="All" 
sortorder="22" pluginname="TraversoCommands" commandname="AddNewTrack" />
@@ -486,6 +491,11 @@
                                <Object objectname="CurveView" 
slotsignature="add_node" modes="All" instantanious="0" />
                        </Objects>
                </keyfact>
+               <keyfact type="D_FKEY" key1="W" >
+                       <Objects>
+                               <Object objectname="SongView" 
slotsignature="playhead_to_workcursor" modes="All" sortorder="12" 
submenu="Playhead" instantanious="0" />
+                       </Objects>
+               </keyfact>
                <keyfact type="D_FKEY" key1="HOME" >
                        <Objects>
                                <Object objectname="AudioClipView" 
mousehint="LRUD" modes="All" sortorder="7" pluginname="TraversoCommands" 
commandname="MoveClip"  arguments="move_to_start" />

Index: src/plugins/plugins.pro
===================================================================
RCS file: /sources/traverso/traverso/src/plugins/plugins.pro,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12




reply via email to

[Prev in Thread] Current Thread [Next in Thread]