We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.2.5
MacOS 14.3
Toggle on look and feel: Emacs. The Emacs "/" for undo does not register anything.
undo
This behaviour does not happen for v1.1.x.
Emacs "/" should undo the edits.
The text was updated successfully, but these errors were encountered:
The root cause is Qt 6 can not handle the C-/ event. That's why "emacs /" does not work when "emacs" means Ctrl.
C-/
Sorry, something went wrong.
Yep, sorry for the "emacs /" confusion. Thanks for tracking down the root cause!
Do you think one can bypass the restriction set by Qt 6?
Seems strange, do you have a reference where it said so in the upstream docs? @da-liii
I tested via code but didn't find a reference from Qt official doc.
No branches or pull requests
Mogan Version
v1.2.5
Operating System Version and Architecture
MacOS 14.3
Describe Bug
Toggle on look and feel: Emacs. The Emacs "/" for
undo
does not register anything.This behaviour does not happen for v1.1.x.
Expected Behavior
Emacs "/" should
undo
the edits.The text was updated successfully, but these errors were encountered: