ctrl_toggle preference, dblclk select single group/edit, update shortcuts
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.h
index e8698b71c38d81279e69b5682e3edeb89e6a9ccc..7f63bcedcd43867520ed40ff9c7341b06e730ff3 100644 (file)
@@ -94,6 +94,7 @@ public:
        int trap_sigintr;
 // media thumbnail size
        int awindow_picon_h;
+       int vicon_size, vicon_color_mode;
 // Title of theme
        char theme[BCTEXTLEN];
 // plugin icon set
@@ -130,7 +131,10 @@ public:
 // yuv color space/range
        int yuv_color_space;
        int yuv_color_range;
-
+// autocolor asset edit title
+       int autocolor_assets;
+// ctrl_toggle && !ctrl_down() clears selection before toggle
+       int ctrl_toggle;
 // Default positions for channels
        int channel_positions[MAXCHANNELS][MAXCHANNELS];