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

CTRL + / does not toggle comments for LaTeX and Java #495

Open
proteusGIT opened this issue Feb 24, 2023 · 1 comment
Open

CTRL + / does not toggle comments for LaTeX and Java #495

proteusGIT opened this issue Feb 24, 2023 · 1 comment

Comments

@proteusGIT
Copy link

Description
Even for the example, CTRL + / does not add line comments

Expected behavior
Adding and removing of // at beginning of line for java.
Adding and removing of % at end of line for LaTeX.

Actual behavior
Nothing.
I am on windows right now.

Apparently, the InputMap contains the key-combination and the ActionMap contains the corresponding action but the action is never executed.
The action is executed when associating e.g. the key-combination CTRL-K to it.
So maybe there is an issue with CTRL-/ as a key combination?

@proteusGIT proteusGIT added the bug label Feb 24, 2023
@bobbylight
Copy link
Owner

bobbylight commented Feb 25, 2023

Hmm, it works for me. Is your keyboard QWERTY or a different layout? We've had issues with non-US users having issues in the past around this keystroke, which is why it's disabled OOTB for Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants