Skip to content

Draft: Customizable keybinds

hazel requested to merge hazel_meow/isleward:1374-keybinds into master
  • Should we remap Meta (for mac special key) to Control?
  • Might be breaking #1814 (closed)
  • Might break any keybinds added in private mods (esc changed to escape, ctrl changed to control)
  • Saving preferences on the server?
  • Checking keyboard layout and setting defaults correctly (for movement axis)? (look into KeyboardEvent.code which is based on the physical location of keys)
  • Design configurable keybind config (array of keys bound to 1 action? binding individual keys to actions?)
  • Build keybind UI in options menu

Closes #1374

Edited by hazel

Merge request reports