-
Notifications
You must be signed in to change notification settings - Fork 42
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
"Modernize" the shortcut editor #60
Comments
So changing this and having a reference implementation is a good thing. |
Did it for QTerminal before. |
fine |
Is that what you mean? lxqt/qterminal#398 |
Yes, actually https://github.com/lxqt/qterminal/pull/399/files. A more advanced version of it -- with ambiguity warnings and reserved shortcuts -- is in FeatherPad but QTerminal's shortcut editor is enough. |
The one in FeatherPad was too shocking for me... It is not a Qt way to do things. Hardcored keys, for example, are quite a bad idea... For example |
I respect Qt ways, more or less, in LXQt but, in my own apps, I don't limit myself to "standards" because, most of the time, they aren't enough. That's a discussion for another time and another place... |
Qt can handle that now.
NOTE: The same thing should be done in all parts of LXQt, IMO. Those shortcut editors may have been the best choice before -- although I don't think so -- but not anymore.
The text was updated successfully, but these errors were encountered: