In other languages: Deutsch Русский 简体中文

Shortcut bar: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
mNo edit summary
(12 icon default may be misleading without the note that it can be changed)
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The Shortcut Bar is a group of icons for accessing regularly used features with a simple mouse click. It is always visible at the bottom of the screen, appearing to the right of the [[Quickbar]]. Icons can be hidden and their order can be changed. A maximum of 12 icons can be visible at one time.
{{Languages}}
The '''shortcut bar''' is a group of icons for accessing regularly used features with a simple mouse click. It is always visible at the bottom of the screen, appearing to the right of the [[quickbar]]. Icons can be hidden and their order can be changed.


== Available icons ==
== Available icons ==


[[File:Quickbar-ShortcutIcons.png]]
[[File:Shortcut bar.png]]


The Shortcut Bar provides icons for:
The shortcut bar provides icons for:


* Toggling 'ALT mode' (the displaying of additional information about built entities such as recipes in assembler machines.)
* Toggling 'ALT mode' (the displaying of additional information about built entities such as recipes in assembler machines.)
* Initiating Undo, Cut, Copy and Paste blueprint operations.
* Initiating Undo, Cut, Copy and Paste blueprint operations.
* Getting a blank [[Blueprint]], [[Blueprint book]], [[Deconstruction planner]] or [[Upgrade planner]].
* Getting a blank [[blueprint]], [[blueprint book]], [[deconstruction planner]] or [[upgrade planner]].
* Importing a blueprint string.
* Importing a blueprint string.
* Toggling [[Personal roboport]]s and [[Exoskeleton]]s.
* Toggling [[personal roboport]]s and [[exoskeleton]]s.


Extra icons can be added to the Shortcut Bar by mods. No more than 12 icons can be visible on the bar at any one time, so existing icons might need to be hidden in order to make new ones visible.
Extra icons can be added to the shortcut bar by mods. The number of visible icons rows can be changed with the "Shortcut bar rows" option in the interface settings. With more visible icons rows, more icons than the default 12 icons can be visible at once.


=== Configuring the icons ===
=== Configuring the icons ===


Click the button in the top right of the Shortcut Bar to pop out the configuration pane. Here you can choose which icons appear and in which order:
Clicking the button in the top right of the shortcut bar pops out the configuration pane. Here it is possible to choose which icons appear and in which order:


[[File:Quickbar-ShortcutIcons-config.png]]
[[File:ShortcutBar-ConfigMenu.gif]]


Individual icons can be turned on or off by clicking their tick-box. The order of the icons can be changed by dragging the ridged area on the right-hand side of the bar for that icon.
Individual icons can be turned on or off by clicking their tick-box. The order of the icons can be changed by dragging the ridged area on the right-hand side of the bar for that icon.
Line 27: Line 28:
The 'ALT mode' icon is always available. The other icons are unavailable until the player has researched [[Construction robotics (research)|Construction robotics]] in any game. When this research has been completed the other icons will appear in that and all future games.
The 'ALT mode' icon is always available. The other icons are unavailable until the player has researched [[Construction robotics (research)|Construction robotics]] in any game. When this research has been completed the other icons will appear in that and all future games.


Alternatively the player can enable the additional icons at any time using the following [[Console]] command:
Alternatively the player can enable the full set of icons at any time by using the following [[console]] command:
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
/unlock-shortcut-bar
/unlock-shortcut-bar
Line 33: Line 34:


Using this command will not disable achievements.
Using this command will not disable achievements.
== History ==
{{history|0.17.0|
* Introduced}}
== See also ==
* [[Quickbar]]
{{C|GUI}}

Revision as of 13:00, 16 November 2020

The shortcut bar is a group of icons for accessing regularly used features with a simple mouse click. It is always visible at the bottom of the screen, appearing to the right of the quickbar. Icons can be hidden and their order can be changed.

Available icons

Shortcut bar.png

The shortcut bar provides icons for:

Extra icons can be added to the shortcut bar by mods. The number of visible icons rows can be changed with the "Shortcut bar rows" option in the interface settings. With more visible icons rows, more icons than the default 12 icons can be visible at once.

Configuring the icons

Clicking the button in the top right of the shortcut bar pops out the configuration pane. Here it is possible to choose which icons appear and in which order:

ShortcutBar-ConfigMenu.gif

Individual icons can be turned on or off by clicking their tick-box. The order of the icons can be changed by dragging the ridged area on the right-hand side of the bar for that icon.

Initial availability of icons

The 'ALT mode' icon is always available. The other icons are unavailable until the player has researched Construction robotics in any game. When this research has been completed the other icons will appear in that and all future games.

Alternatively the player can enable the full set of icons at any time by using the following console command:

/unlock-shortcut-bar

Using this command will not disable achievements.

History

See also