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

Custom Mac login window key combo #206

Closed
bronson-bohnet opened this issue Apr 1, 2024 · 1 comment
Closed

Custom Mac login window key combo #206

bronson-bohnet opened this issue Apr 1, 2024 · 1 comment

Comments

@bronson-bohnet
Copy link

Would like to have the ability to use either the default key combo for shouldAllowKeyComboForMacLoginWindow or somehow provide a different key bind so that it isn't the default.

Could be as simple as saying "add a custom key before pressing Enter as the final key" or something similar as I'm not sure how difficult it would be to incorporate key combos with control, option, command, enter in a mobileconfig.

@twocanoes
Copy link
Owner

new key:
keyCodeForLoginWindowChange

key code for shouldAllowKeyComboForMacLoginWindow. If not defined, it is return or enter. If this is defined, this key is used with control-option to switch to login window and command-option-control and this key is used to switch to Mac Login Window. Uses CGKeyCode (for example, enter is 76 and return is 36)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants