diff --git a/prefs.js b/prefs.js index 6d42e96..55f0d4b 100644 --- a/prefs.js +++ b/prefs.js @@ -175,6 +175,7 @@ const Preferences = class { this._builder.add_from_file(Me.path + '/ui/ShowApplicationsOptions.ui'); this._builder.add_from_file(Me.path + '/ui/BoxWindowPreviewOptions.ui'); this._builder.add_from_file(Me.path + '/ui/BoxGroupAppsOptions.ui'); + this._builder.add_from_file(Me.path + '/ui/BoxMiddleClickOptions.ui'); // pages this._builder.add_from_file(Me.path + '/ui/SettingsPosition.ui'); diff --git a/ui/BoxMiddleClickOptions.ui b/ui/BoxMiddleClickOptions.ui new file mode 100644 index 0000000..1f0c812 --- /dev/null +++ b/ui/BoxMiddleClickOptions.ui @@ -0,0 +1,245 @@ + + + + + + True + False + 12 + 12 + 12 + 12 + vertical + 1 + 1 + + + True + False + 0 + + + True + False + none + + + 100 + 80 + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + When set to minimize, double clicking minimizes all the windows of the application. + True + 40 + 0 + + + 1 + 0 + + + + + + True + False + True + Shift+Click action + 0 + + 0 + 0 + + + + + + True + False + center + + Raise windows + Minimize window + Launch new instance + Cycle through windows + Cycle windows + minimize + Toggle single / Preview multiple + Toggle single / Cycle multiple + Quit + + + 0 + 1 + 2 + + + + + + + + + + 100 + 80 + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Behavior for Middle-Click. + True + 40 + 0 + + + 1 + 0 + + + + + + True + False + True + Middle-Click action + 0 + + 0 + 0 + + + + + + True + False + center + + Raise windows + Minimize window + Launch new instance + Cycle through windows + Cycle windows + minimize + Toggle single / Preview multiple + Quit + + + 0 + 1 + 2 + + + + + + + + + + 100 + 80 + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Behavior for Shift+Middle-Click. + True + 40 + 0 + + + 1 + 0 + + + + + + True + False + True + Shift+Middle-Click action + 0 + + 0 + 0 + + + + + + True + False + center + + Raise windows + Minimize window + Launch new instance + Cycle through windows + Cycle windows + minimize + Toggle single / Preview multiple + Quit + + + 0 + 1 + 2 + + + + + + + + + + + + + + \ No newline at end of file