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

Setting Desktop Keyboard Shortcuts in config file #5990

Open
takuy opened this issue Apr 3, 2024 · 1 comment
Open

Setting Desktop Keyboard Shortcuts in config file #5990

takuy opened this issue Apr 3, 2024 · 1 comment

Comments

@takuy
Copy link

takuy commented Apr 3, 2024

Is your feature request related to a problem? Please describe.
I'd like to set a few default keyboard cuts for the desktop remote control. I know users can set them for themselves but it'd be great if we could pre-set them globally in the config file.

Describe the solution you'd like
A config like the existing preConfiguredRemoteInput but for shortcut keys.

Describe alternatives you've considered
Having each user add the hot keys themselves.

@takuy
Copy link
Author

takuy commented Apr 4, 2024

Looks like the default set of keys is a hardcoded string in 3 different views.

Maybe setting of the default string should be moved, with the addition of reading from the config file, to

if ((typeof state.deskKeyShortcuts == 'string') && (state.deskKeyShortcuts.length < 2048)) { out.deskKeyShortcuts = state.deskKeyShortcuts; }

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

No branches or pull requests

1 participant