mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 10:26:03 +01:00
clean up previous commit by removing unused function decls and switch back to PRIMARY-Fn not Shift
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11433 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9d2d74e51c
commit
5a78e89c2d
2 changed files with 12 additions and 14 deletions
|
|
@ -437,10 +437,8 @@ class Editor : public PublicEditor
|
|||
void swap_visual_state ();
|
||||
|
||||
std::vector<VisualState*> visual_states;
|
||||
sigc::connection visual_state_op_connection;
|
||||
void start_visual_state_op (uint32_t n);
|
||||
void cancel_visual_state_op (uint32_t n);
|
||||
bool end_visual_state_op (uint32_t n);
|
||||
|
||||
nframes64_t leftmost_frame;
|
||||
double frames_per_unit;
|
||||
|
|
|
|||
|
|
@ -182,18 +182,18 @@
|
|||
(gtk_accel_path "<Actions>/Common/ToggleMaximalEditor" "F11")
|
||||
|
||||
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-1" "<%TERTIARY%>F1")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-2" "<%TERTIARY%>F2")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-3" "<%TERTIARY%>F3")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-4" "<%TERTIARY%>F4")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-5" "<%TERTIARY%>F5")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-6" "<%TERTIARY%>F6")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-7" "<%TERTIARY%>F7")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-8" "<%TERTIARY%>F8")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-9" "<%TERTIARY%>F9")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-10" "<%TERTIARY%>F10")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-11" "<%TERTIARY%>F11")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-12" "<%TERTIARY%>F12")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-1" "<%PRIMARY%>F1")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-2" "<%PRIMARY%>F2")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-3" "<%PRIMARY%>F3")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-4" "<%PRIMARY%>F4")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-5" "<%PRIMARY%>F5")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-6" "<%PRIMARY%>F6")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-7" "<%PRIMARY%>F7")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-8" "<%PRIMARY%>F8")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-9" "<%PRIMARY%>F9")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-10" "<%PRIMARY%>F10")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-11" "<%PRIMARY%>F11")
|
||||
(gtk_accel_path "<Actions>/Editor/save-visual-state-12" "<%PRIMARY%>F12")
|
||||
|
||||
(gtk_accel_path "<Actions>/Editor/goto-visual-state-1" "F1")
|
||||
(gtk_accel_path "<Actions>/Editor/goto-visual-state-2" "F2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue