right-shift+t default for opening the gui
This commit is contained in:
@@ -15,7 +15,8 @@ public class Hotkeys {
|
|||||||
"Sets the input (item to sell) container");
|
"Sets the input (item to sell) container");
|
||||||
public static final ConfigHotkey SET_OUTPUT_KEY = new ConfigHotkey("setOutputContainer", "",
|
public static final ConfigHotkey SET_OUTPUT_KEY = new ConfigHotkey("setOutputContainer", "",
|
||||||
"Sets the output (item to buy) container");
|
"Sets the output (item to buy) container");
|
||||||
public static final ConfigHotkey OPEN_GUI_SETTINGS = new ConfigHotkey("openGuiSettings", "", "Open the Config GUI");
|
public static final ConfigHotkey OPEN_GUI_SETTINGS = new ConfigHotkey("openGuiSettings", "RIGHT_SHIFT,T",
|
||||||
|
"Open the Config GUI");
|
||||||
|
|
||||||
public static final List<ConfigHotkey> HOTKEY_LIST = ImmutableList.of(TOGGLE_KEY, SET_SELL_KEY, SET_BUY_KEY,
|
public static final List<ConfigHotkey> HOTKEY_LIST = ImmutableList.of(TOGGLE_KEY, SET_SELL_KEY, SET_BUY_KEY,
|
||||||
SET_INPUT_KEY, SET_OUTPUT_KEY, OPEN_GUI_SETTINGS);
|
SET_INPUT_KEY, SET_OUTPUT_KEY, OPEN_GUI_SETTINGS);
|
||||||
|
|||||||
Reference in New Issue
Block a user