diff --git a/prefs.js b/prefs.js index 55f0d4b..82664f4 100644 --- a/prefs.js +++ b/prefs.js @@ -176,6 +176,7 @@ const Preferences = class { 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'); + this._builder.add_from_file(Me.path + '/ui/BoxOverlayShortcut.ui'); // pages this._builder.add_from_file(Me.path + '/ui/SettingsPosition.ui'); diff --git a/ui/BoxOverlayShortcut.ui b/ui/BoxOverlayShortcut.ui new file mode 100644 index 0000000..85c678e --- /dev/null +++ b/ui/BoxOverlayShortcut.ui @@ -0,0 +1,399 @@ + + + + + + 10000 + 250 + 1000 + + + + 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 + center + + Super + Super + Alt + + + 0 + 1 + 2 + + + + + + True + False + True + Hotkeys prefix + 0 + + 0 + 0 + + + + + + True + False + Hotkeys will either be Super+Number or Super+Alt+Num + True + 40 + 0 + + + 1 + 0 + + + + + + + + + + 100 + 80 + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + center + + Never + Show temporarily + Always visible + + + 0 + 1 + 2 + + + + + + True + False + True + Number overlay + 0 + + 0 + 0 + + + + + + True + False + Temporarily show the application numbers over the icons when using the hotkeys. + True + 40 + 0 + + + 1 + 0 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + True + 6 + 32 + + + True + True + end + shortcut_time_adjustment + + 0 + 1 + + + + + + True + False + True + Hide timeout (ms) + 0 + + 0 + 0 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + center + 12 + e.g. <Super>q + + 0 + 1 + 2 + + + + + + True + False + True + Shortcut to show the overlay for 2 seconds + 0 + + 0 + 0 + + + + + + True + False + Syntax: <Shift>, <Ctrl>, <Alt>, <Super> + True + 40 + 0 + + + 1 + 0 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + True + Show window previews on hotkey + True + 0 + + 0 + 0 + + + + + + True + True + end + center + + 0 + 1 + 2 + + + + + + True + False + True + Show previews when the application have multiple instances + True + 40 + 0 + + + 1 + 0 + + + + + + + + + + True + True + + + True + False + 12 + 12 + 12 + 12 + 32 + + + True + False + end + center + + Number row + Numeric keypad + Both + + + 0 + 1 + 2 + + + + + + True + False + True + Hotkeys are activated with + 0 + + 0 + 0 + + + + + + True + False + Select which keyboard number keys are used to activate the hotkeys + True + 40 + 0 + + + 1 + 0 + + + + + + + + + + + + + + \ No newline at end of file