traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/resources keymap.xml


From: Ben Levitt
Subject: [Traverso-commit] traverso/resources keymap.xml
Date: Sat, 02 Jun 2007 22:17:45 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Ben Levitt <benjie>     07/06/02 22:17:45

Modified files:
        resources      : keymap.xml 

Log message:
        change set/move playhead back to SHIFT, make <V> = 
playhead_to_workcursor, CTRL+<V> = scroll_to_playhead

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/resources/keymap.xml?cvsroot=traverso&r1=1.76&r2=1.77

Patches:
Index: keymap.xml
===================================================================
RCS file: /sources/traverso/traverso/resources/keymap.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- keymap.xml  2 Jun 2007 00:57:40 -0000       1.76
+++ keymap.xml  2 Jun 2007 22:17:45 -0000       1.77
@@ -4,7 +4,6 @@
                        interface, which most users are used too, and the more 
powerfull contextual interface, 
                        where mouse and keyboard are used together." />
        <ModifierKeys>
-               <key key="SHIFT" />
                <key key="CTRL" />
                <key key="ALT" />
        </ModifierKeys>
@@ -70,12 +69,18 @@
                                <Object objectname="SongView" 
slotsignature="scroll_down" modes="All" sortorder="4" submenu="Scroll" 
instantanious="1" />
                        </Objects>
                </keyfact>
-               <keyfact type="FKEY" key1="V" >
+               <keyfact type="FKEY" key1="SHIFT" >
                        <Objects>
                                <Object objectname="SongView" 
slotsignature="touch_play_cursor" modes="All" sortorder="2" submenu="Playhead" 
instantanious="0" />
                                <Object objectname="TimeLineView" 
slotsignature="playhead_to_marker" modes="All" sortorder="2" instantanious="0" 
/>
                        </Objects>
                </keyfact>
+               <keyfact type="FKEY" key1="V">
+                       <Objects>
+                               <Object objectname="SongView" 
slotsignature="playhead_to_workcursor" modes="All" sortorder="12" 
submenu="Playhead" instantanious="1" />
+                               <Object objectname="SongView" 
slotsignature="center_playhead" modes="All" sortorder="15" modifierkeys="CTRL" 
submenu="Playhead" instantanious="1" />
+                       </Objects>
+               </keyfact>
                <keyfact type="FKEY" key1="W" >
                        <Objects>
                                <Object objectname="SongView" 
slotsignature="touch" modes="All" sortorder="2" submenu="Work Cursor" 
instantanious="0" />
@@ -313,12 +318,12 @@
                                <Object objectname="TrackView" modes="All" 
sortorder="13"  slotsignature="insert_silence" instantanious="0" />
                        </Objects>
                </keyfact>
-               <keyfact type="FKEY2" key1="V" key2="B" >
+               <keyfact type="FKEY2" key1="V" key2="C" >
                        <Objects>
                                <Object objectname="SongView" 
slotsignature="playhead_to_workcursor" modes="All" sortorder="12" 
submenu="Playhead" instantanious="0" />
                        </Objects>
                </keyfact>
-               <keyfact type="FKEY2" key1="V" key2="C" >
+               <keyfact type="FKEY2" key1="V" key2="B" >
                        <Objects>
                                <Object objectname="SongView" 
slotsignature="center_playhead" modes="All" sortorder="15" submenu="Playhead" 
instantanious="0" />
                        </Objects>
@@ -397,7 +402,7 @@
                                <Object objectname="SongView" mousehint="LRUD" 
slotsignature="shuttle" modes="All" sortorder="6" instantanious="0" />
                        </Objects>
                </keyfact>
-               <keyfact type="HKEY" key1="V" >
+               <keyfact type="HKEY" key1="SHIFT" >
                        <Objects>
                                <Object objectname="SongView" mousehint="LR" 
slotsignature="play_cursor_move" modes="All" sortorder="8" submenu="Playhead" 
instantanious="0" />
                        </Objects>
@@ -521,6 +526,16 @@
                                <Object objectname="AudioClipView" 
slotsignature="reset_fade" modes="All" sortorder="37" submenu="Fade In/Out" 
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="V">
+                       <Objects>
+                               <Object objectname="SongView" 
slotsignature="center_playhead" modes="All" sortorder="15" submenu="Playhead" 
instantanious="0" />
+                       </Objects>
+               </keyfact>
 
                
                




reply via email to

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