How to disable some shortcuts #486
Answered
by
CGNonofr
erickRochaIP
asked this question in
Q&A
-
Is there a way to disable shortcuts so that the user cannot access specific shortcuts? For example, I don't want the user to be able to use (Ctrl+,) and edit the User Settings. |
Beta Was this translation helpful? Give feedback.
Answered by
CGNonofr
Aug 20, 2024
Replies: 1 comment
-
The settings edition and But it may not be enough to prevent the user from opening the settings file in a regular editor, you should also probably make that file readonly |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
erickRochaIP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The settings edition and
Ctrl+,
keybinding comes with the preferences service override, you can remove it.But it may not be enough to prevent the user from opening the settings file in a regular editor, you should also probably make that file readonly