OhMyGuus / BetterCrewLink

Free, open, Among Us Proximity Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Make more keys works in Keys options of BetterCrewLink settings

MatadorProBr opened this issue · comments

Pre-Flight Checklist

  • I am not asking a question => use the Discord if you are
  • I have checked that someone else has not reported this using the search bar
  • My feature request is not one of the commonly suggested features: iOS app (it's already being development)

Is your feature request related to a problem? Please describe.

Yes, If you try to change the key in the Keys options that are not in this list:

const keys = new Set([
'CapsLock',
'Space',
'Backspace',
'Delete',
'Enter',
'Up',
'Down',
'Left',
'Right',
'Home',
'End',
'PageUp',
'PageDown',
'Escape',
'LShift',
'RShift',
'RAlt',
'LAlt',
'RControl',
'LControl',
]);

it will not work

Describe the solution you'd like

Make other keys works in Key Options

Describe alternatives you've considered

N/A

Additional context

No response