Qt Creator keyboard shortcut on macOS comment code selection issue
-
I'm on Qt Creator 12.0.1,
Ctrl+/ keyboard shortcut for "Toggle comment selection" does not work
on macOS ventura 13.4.Has someone have a clue, or is toggle comment keyboard shortcut working for someone else on macOS?
Additionally, vertical selection is not working as well, If I recall correctly on Linux it was Alt+Shift+UpArrow/DownArrow. But not working on macOS :(
It is so said to even google Visual Code :(
Best
Goran -
Hi @goran-shekerov ,
I'm on Qt Creator 12.0.1,
Ctrl+/ keyboard shortcut for "Toggle comment selection" does not workOn mac it's Command+/ not Ctrl
Additionally, vertical selection is not working as well,
Alt+ mouse drag ?
Command+/ is not working either. Does it work for You?
Yes, Alt+mouse drag is alternative for vertical selection, but I'm so used to the keyboard commands :(
-
Command+/ is not working either. Does it work for You?
Yes, Alt+mouse drag is alternative for vertical selection, but I'm so used to the keyboard commands :(
@goran-shekerov said in Qt Creator keyboard shortcut on macOS comment code selection issue:
Command+/ is not working either. Does it work for You?
Yes it is.
Look at the shortcut menu at edit-advanced-toggle comment selection -
@goran-shekerov said in Qt Creator keyboard shortcut on macOS comment code selection issue:
Command+/ is not working either. Does it work for You?
Yes it is.
Look at the shortcut menu at edit-advanced-toggle comment selectionHi @mpergand
Thx for confirming it's working on Your side, and pointing out the edit-advanced-toggle comment selection (I did not find it at first glance:)
Even from the "edit-advanced-toggle comment selection" the commenting was not working.
I reinstalled the Qt sdk, and I had to delete the /Users/gorans/.config/QtProject. After this it started working.
I must have messed up something in my .config
Thx a lot!!
Best
Goran -
-
Hi @mpergand
Thx for confirming it's working on Your side, and pointing out the edit-advanced-toggle comment selection (I did not find it at first glance:)
Even from the "edit-advanced-toggle comment selection" the commenting was not working.
I reinstalled the Qt sdk, and I had to delete the /Users/gorans/.config/QtProject. After this it started working.
I must have messed up something in my .config
Thx a lot!!
Best
GoranNow I can comment my code with ease :)