Alpha Release: 0.9.0 (#849)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
parent
d344316e5a
commit
ec2e3cd3c4
2193 changed files with 104602 additions and 53195 deletions
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
index-source: creative;
|
||||
|
||||
/**
|
||||
* Which sidebar should be searched using the search bar.
|
||||
*/
|
||||
search-sidebar: right;
|
||||
|
||||
/**
|
||||
* Whether normal search queries should include the tooltip.
|
||||
*/
|
||||
|
|
@ -96,9 +101,20 @@
|
|||
empty-search-sidebar-focus: none;
|
||||
|
||||
/**
|
||||
* The amount of vertical margin to give in the recipe screen.
|
||||
* Whether the EMI config button should be visible.
|
||||
*/
|
||||
vertical-margin: 20;
|
||||
emi-config-button-visibility: shown;
|
||||
|
||||
/**
|
||||
* Whether the recipe tree button should be visible.
|
||||
*/
|
||||
recipe-tree-button-visibility: auto;
|
||||
|
||||
/**
|
||||
* The maximum height the recipe screen will grow to be if space is available in
|
||||
* pixels.
|
||||
*/
|
||||
maximum-recipe-screen-height: 256;
|
||||
|
||||
/**
|
||||
* The minimum width of the recipe screen in pixels. Controls how many tabs there
|
||||
|
|
@ -107,6 +123,11 @@
|
|||
*/
|
||||
minimum-recipe-screen-width: 176;
|
||||
|
||||
/**
|
||||
* The amount of vertical margin to give in the recipe screen.
|
||||
*/
|
||||
vertical-margin: 20;
|
||||
|
||||
/**
|
||||
* Where to show workstations in the recipe screen
|
||||
*/
|
||||
|
|
@ -292,7 +313,7 @@
|
|||
toggle-visibility: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Focuse the search bar.
|
||||
* Focuses the search bar.
|
||||
*/
|
||||
focus-search: "ctrl key.keyboard.f";
|
||||
|
||||
|
|
@ -394,7 +415,7 @@
|
|||
/**
|
||||
* Cheat in one of an item into the cursor.
|
||||
*/
|
||||
cheat-one-to-cursor: "key.mouse.left";
|
||||
cheat-one-to-cursor: "key.keyboard.unknown";
|
||||
|
||||
/**
|
||||
* Cheat in a stack of an item into the cursor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue