-
Notifications
You must be signed in to change notification settings - Fork 20
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
C2LC-448: Added ctrl+shift key bindings. #240
base: develop-1.2
Are you sure you want to change the base?
Conversation
The changes look good, and works well on both Windows and MacOS. |
I merged with develop 1.2 and fixed a linting error introduced by the merge, this one is clean again. |
The "escape" tests for the keyboard handler were trying to toggle the audio settings, which didn't work following the audio settings refactor. I changed that to use a different setting, as we were just testing "escape" functionality there. I will also review to make sure we didn't lose any key bindings during the merge. |
Seems fine, although we only have a shortcut to toggle announcements at the moment. |
See C2LC-448 for details.