Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keybind issue (HELP WANTED) #6

Open
Zolo101 opened this issue Jun 16, 2024 · 1 comment
Open

Keybind issue (HELP WANTED) #6

Zolo101 opened this issue Jun 16, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Zolo101
Copy link
Owner

Zolo101 commented Jun 16, 2024

So keybinds have been added for quick server creation, deletion, etc... But they seem to collide with Minecraft's keybinds, making it impossible for the player to move left (A) because its the same key as adding a server.

Does anyone know what I can do about this? Is it possible to make them both exist?

@Zolo101 Zolo101 added the help wanted Extra attention is needed label Jun 16, 2024
@Zolo101
Copy link
Owner Author

Zolo101 commented Jun 17, 2024

Currently the keybinds are set like this:

public static KeyBinding SERVER_LIST_TOP = KeyBindingHelper.registerKeyBinding(new KeyBinding("not-enough-servers.MS_TOP", InputUtil.Type.KEYSYM, GLFW.GLFW_KEY_HOME, "not-enough-servers.name"));
public static KeyBinding SERVER_LIST_BOTTOM = KeyBindingHelper.registerKeyBinding(new KeyBinding("not-enough-servers.MS_BOTTOM", InputUtil.Type.KEYSYM, GLFW.GLFW_KEY_END, "not-enough-servers.name"));
public static KeyBinding SERVER_DELETE = KeyBindingHelper.registerKeyBinding(new KeyBinding("not-enough-servers.MS_DELETE", InputUtil.Type.KEYSYM, GLFW.GLFW_KEY_DELETE, "not-enough-servers.name"));
public static KeyBinding SERVER_RENAME = KeyBindingHelper.registerKeyBinding(new KeyBinding("not-enough-servers.MS_RENAME", InputUtil.Type.KEYSYM, GLFW.GLFW_KEY_R, "not-enough-servers.name"));
public static KeyBinding SERVER_ADD = KeyBindingHelper.registerKeyBinding(new KeyBinding("not-enough-servers.MS_ADD", InputUtil.Type.KEYSYM, GLFW.GLFW_KEY_A, "not-enough-servers.name"));

Zolo101 added a commit that referenced this issue Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant