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

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

Open
3 tasks done
MatadorProBr opened this issue Aug 5, 2021 · 0 comments
Open
3 tasks done

Comments

@MatadorProBr
Copy link
Collaborator

MatadorProBr commented Aug 5, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Priority: Medium
Development

No branches or pull requests

1 participant