You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your new command bind {key} {freeform} lets an user bind a command (or optimally a series of commands) to a key. These keybinds should be stored.
Repeated bind on the same key should overwrite the last command on that key. bind {key} without any third argument should show the current binding, with hinting that: unbind {key} deletes the config completely.
Use cases
Our previously linked macro mod has been removed from thunderstore and github. Unless an alternative pops up, we'll need to implement this ourselves.
The text was updated successfully, but these errors were encountered:
Describe your new command
bind {key} {freeform}lets an user bind a command (or optimally a series of commands) to a key. These keybinds should be stored.Repeated
bindon the same key should overwrite the last command on that key.bind {key}without any third argument should show the current binding, with hinting that:unbind {key}deletes the config completely.Use cases
Our previously linked macro mod has been removed from thunderstore and github. Unless an alternative pops up, we'll need to implement this ourselves.
The text was updated successfully, but these errors were encountered: