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

Preview windows is closed with Escape key #16

Open
vbrdev opened this issue Jun 18, 2021 · 1 comment
Open

Preview windows is closed with Escape key #16

vbrdev opened this issue Jun 18, 2021 · 1 comment
Assignees
Labels
bug Something isn't working wontfix This will not be worked on
Milestone

Comments

@vbrdev
Copy link

vbrdev commented Jun 18, 2021

When editing the contents (e.g. with vim) and one hits the escape key on the keyboard more than he should, then the preview window is (accidentally) closed.

@kreuzberger kreuzberger self-assigned this Jun 24, 2021
@kreuzberger kreuzberger added the bug Something isn't working label Jun 24, 2021
@kreuzberger kreuzberger added this to the 21-2 milestone Jun 24, 2021
@kreuzberger
Copy link
Collaborator

Due to the qtcreator documentation from here:
https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html

The ESC is handled by the TextEditor (not only RST, also others) in this way:

Move to Edit mode. In Edit mode:
The first press moves focus to the editor.
The second press closes secondary windows

If you do not want to have this behaviour, disable the global shortcut for this

@kreuzberger kreuzberger added wontfix This will not be worked on bug Something isn't working and removed bug Something isn't working labels Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants