forked from daniellandau/switcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathonboardingmessages.js
More file actions
10 lines (10 loc) · 847 Bytes
/
onboardingmessages.js
File metadata and controls
10 lines (10 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
function messages(_) {
return [
_("Use Super+w (or another shortcut you configured in settings) to start the switcher. Type space separated searches, use the arrow keys to navigate, and press Space to activate."),
_("There is a launcher mode too. Use Ctrl+Tab, Ctrl+Space or Ctrl+m to switch modes. If you are looking for an app that is not running, the mode switches automatically."),
_("There are a number of settings you can tweak to configure how the switcher looks and acts. Go to https://extensions.gnome.org/local/ to access settings."),
_("You can also click an item with the mouse/touchpad to activate."),
_("You can use Shift+Enter to bring the activated window to the current workspace."),
_("If you want to toggle on the fly showing only windows in the current workspace or all windows, use Ctrl+w."),
]
};