-
Notifications
You must be signed in to change notification settings - Fork 276
Add disable Chromium keyboard shortcuts #678
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
base: devel
Are you sure you want to change the base?
Add disable Chromium keyboard shortcuts #678
Conversation
a1f6c14 to
7227de8
Compare
|
Hey.
Thanks for your contribution, its not a long loop for this to go in NOT as default. BTW, I am guessing you are using copilot because: Here you didn't add a space between the # and the D, and all the other additions have the correct convention of having a space in between. |
7227de8 to
2eac1f8
Compare
Note: Some shortcuts don't work after a long researh without a solution: control + shift + n control + alt + x all multi key conbination are failing.
2eac1f8 to
818b94e
Compare
|
Hi @guysoft, I was working on your recommendations, and I want to apologize for my mistake; I included some changes that were not intended for this repository in this PR. At our organization, we’re actively developing several internal features for this project. As part of that process, we use an LLM to help generate and extend certain feature add-ons. However, the main development is still done through human engineering and manual code review to ensure proper understanding of the source code.
I really appreciate your understanding and the opportunity to collaborate. This is a great project, and I plan to continue contributing periodically and in alignment with its core design principles. BTW, we’re using several LLMs like Claude, ChatGPT, Gemini, but not Copilot. Best regards, |
|
Ok, Hermes, cool. I am not sure if I missed this on the first run (I don't think so, but maybe?) but now you now have:
|
Note: Some shortcuts don't work after a long researh without a solution:
control + shift + n
control + alt + x
all multi key conbination are failing.