Make button 1 the default for inserting notes via modifier shortcut with select tool
git-svn-id: svn://localhost/ardour2/branches/3.0@9667 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -51,7 +51,7 @@ guint Keyboard::edit_but = 3;
|
||||
guint Keyboard::edit_mod = GDK_CONTROL_MASK;
|
||||
guint Keyboard::delete_but = 3;
|
||||
guint Keyboard::delete_mod = GDK_SHIFT_MASK;
|
||||
guint Keyboard::insert_note_but = 3;
|
||||
guint Keyboard::insert_note_but = 1;
|
||||
guint Keyboard::insert_note_mod = GDK_CONTROL_MASK;
|
||||
guint Keyboard::snap_mod = GDK_MOD3_MASK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user