Sublime Forum

Super-D not working

#1

Just switched over from 3 to 4 (and payed for a license) to find out that CMD-D does not work as it used to. It does select the string under the cursor, but not the following appearance of that string.

I tried to remove all my settings from version 3 and all packages, still the same.

MacOS 11.4
ST 4107

0 Likes

#2

What command and keys get logged when you put sublime.log_input(True) and sublime.log_commands(True) into the console?

0 Likes

#3

Thanks for helping me!

key evt: super

0 Likes

#4

If that’s all you’re getting than it’s likely that an external application is blocking that key binding. Are you sure it’s working in ST3?

0 Likes