Quickbar: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (Fixed syntax highlighting)
(Remove shortcut icons section)
Line 1: Line 1:
The Quickbar is a user interface element designed to give quick access to commonly used items. It is always visible at the bottom of the screen. It shows between one and four bars of item slots from a maximum of ten total bars. Clicking any filled slot will give the player that item in their hand if it is in their inventory.  If it is not, the game can be configured to instead provide an [[Entity ghost]]. Additionally the quickbar shows a number of shortcut icons for regularly used features such as 'ALT mode', Cut/Copy/Paste and blank planners.
The Quickbar is a user interface element designed to give quick access to commonly used items. It is always visible at the bottom of the screen. It shows between one and four bars of item slots from a maximum of ten total bars. Clicking any filled slot will give the player that item in their hand if it is in their inventory.  If it is not, the game can be configured to instead provide an [[Entity ghost]].  


== A shortcut to items, not an inventory  ==
== A shortcut to items, not an inventory  ==
Line 57: Line 57:
# '''Rotate active quickbars'', defaulting to {{Keybinding|X}}.
# '''Rotate active quickbars'', defaulting to {{Keybinding|X}}.
## This rotates all the visible quickbars down to the next position, and the bar at the bottom goes to the top. It does not change which quickbars are visible, only their relative positions.
## This rotates all the visible quickbars down to the next position, and the bar at the bottom goes to the top. It does not change which quickbars are visible, only their relative positions.
== Shortcut Icons ==
To the right of the quickbar slots are the shortcut icons.
[[File:Quickbar-ShortcutIcons.png]]
This area provides quick icons for:
* Toggling 'ALT mode' on and off (the displaying of additional information about built entities such as recipes in assembler machines.)
* Accessing Undo, Cut, Copy and Paste blueprint modes.
* Getting a blank [[Blueprint]], [[Blueprint book]], [[Deconstruction planner]] or [[Upgrade planner]]
* Importing a blueprint string
* Toggling [[Personal roboport]]s and [[Exoskeleton]]s.
Additional shortcut icons can be added by mods.
=== Configuring the shortcut icons ===
In the top right of the shortcut icons area is a button that provides configuration options. Click this button to pop out the configuration panel in which you can choose which icons appear and in which order:
[[File:Quickbar-ShortcutIcons-config.png]]
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 any icon bar.
=== Availability of shortcut icons ===
The 'ALT mode' icon is always available in all games. The other icons only appear when the player has first researched [[Construction robotics (research)|Construction robotics]] in any game. Once this has been achieved once, the other icons will appear in that and all future games.
Alternatively, the player can enable the additional icons at any time using the [[Console]] command:
<syntaxhighlight lang="lua">
/unlock-shortcut-bar
</syntaxhighlight>
This will not disable achievements.

Revision as of 15:51, 5 March 2019

The Quickbar is a user interface element designed to give quick access to commonly used items. It is always visible at the bottom of the screen. It shows between one and four bars of item slots from a maximum of ten total bars. Clicking any filled slot will give the player that item in their hand if it is in their inventory. If it is not, the game can be configured to instead provide an Entity ghost.

A shortcut to items, not an inventory

In previous versions of the game the Toolbelt was also an inventory. The quickbar is not. It can contain links to any item in the game, regardless of whether it is in the player's inventory. Items that are in the inventory will show a number underneath them, showing the number that the player is holding. Items that are not present in the inventory will have no count, and be slightly dimmed in appearance.

Ten Quickbars available

In total the player has 10 different Quickbars they can use, providing space for up to 100 different items. To see all the quickbars at once, click the number against any visible quickbar.

File:Quickbar-AllBars.png

Basic Usage

Quickbar.png

Setting the number of visible quickbars

The game defaults to showing two quickbars. This can be changed to between one and four visible at a time. To configure this go to Settings->Interface and change Active quickbars :

Quickbar-ConfigureVisibleNumber.png

What can be placed on a quickbar

Adding and removing items

  • Click Left mouse button on an empty slot to choose what goes in it from the Filter Selection window.
  • With an item in your hand you can click Left mouse button on any empty slot to place that item in that slot.
  • To clear a filled slot, press Middle mouse button on it. You can now place a new item in that slot.
  • You need to clear a slot before you can place a new item in it.

Accessing items

  • Click with Left mouse button on any filled slot and, if you have that item in your inventory, you will get one stack of it.
  • To get half a stack, click Right mouse button on a filled slot.
  • If you do not have an item in your inventory, you can optionally get an entity ghost of that item. To enable this, tick Pick ghost item if no items are available in Settings->Interface

Accessing multiple quickbars

With the mouse

You can click on the number next to any Quickbar to bring up the list of all 10 quickbars. You can then click the number against any other quickbar and it will swap into the position you originally selected.

With the keyboard

The game provides three different methods of manipulating the visible quickbars using the keyboard:

  1. Select quickbar shortcuts, defaulting to Shift-1 through Shift-0.
    1. Pressing one of these shortcuts will change the top visible quickbar to the bar selected by the shortcut.
  2. Next active quickbar and Previous active quickbar shortcuts. Not bound by default.
    1. Pressing Next active quickbar will change the top quickbar to the next highest number. For example if you have bar 3 in the top position, it will change to bar 4. If pressed when bar 10 is at the top, bar 1 is placed there.
    2. Pressing Previous active quickbar does the opposite; bar 3 would change to bar 2. If pressed when bar 1 is at the top, bar 10 is placed there.
  3. 'Rotate active quickbars, defaulting to X.
    1. This rotates all the visible quickbars down to the next position, and the bar at the bottom goes to the top. It does not change which quickbars are visible, only their relative positions.