-
Notifications
You must be signed in to change notification settings - Fork 278
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
Implement a custom keybinding system #420
Comments
Related issue #86 , will likely close one of them to keep the keycode related stuff in one issue. We were using or tried to use key at one point as well and that caused some sort of issue for another subset of users. @d0sboots do you happen to remember what the issue was? Without searching back I don't recall but IIRC you were heavily involved in that conversation |
On my phone right now, the quick summary is that it used to use When I'm at my computer I'll link all the relevant bugs and PRs, I still have them open in tabs. |
danielyxie/bitburner#3592 - Original issue that prompted the switch to |
Since this issue has a bunch of relevant stuff linked, I closed out the other issue #86 . Since a custom keybinding system seems to be the best way to resolve this for everyone, I renamed the issue, but if there are any other ideas feel free to add them here. |
E.g. the documentation states that
Alt + t
switches to the terminal, however if I press that, I end up on the factions page because on my keyboard layout (Colemak) T is where F would be on Querty.I think it would make more sense to use the keyboard event's
key
to make sure the shortcuts match what is documented/expected.The text was updated successfully, but these errors were encountered: