Skip to content
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

Fix F10 is ambiguous #219

Merged
merged 1 commit into from
Oct 27, 2019
Merged

Fix F10 is ambiguous #219

merged 1 commit into from
Oct 27, 2019

Conversation

aeudes
Copy link
Contributor

@aeudes aeudes commented Oct 27, 2019

The shortcut F10 to toggle fullscreen is not working anymore.
An action is defined in the main_window.ui file and a qt shortcut is defined in the main_window.cpp:

_fullscreen_shortcut(Qt::Key_F10, this),

At the moment using the action is not working (could not leave fullscreen mode with the action : is it a focus problem ?). So, the simple fix is to keep hard-coded shortcut in cpp....

@facontidavide facontidavide merged commit 2bd815f into facontidavide:master Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants