Sublime Forum

CTRL-F and CTRL-D stop working intermittently

#1

This has been happening for about 2 months, every few weeks. I’ll be working and suddenly CTRL-F no longer works with the left CTRL key (the right one is fine). Today CTRL-D (for multiline edits) stopped working. When I check the keymap, ctrl-d was not there (it’s been fine since I’ve been using Sublime Text, for years). Looks like this is supposed to be mapped in Windows 10 to Quick Add Next, but I can’t find that in lists of Win10 keybindings.

Is there a way to go around Windows and get this working like normal again?

0 Likes

#2

If you open up the Sublime Text console and write sublime.log_input(True); sublime.log_commands(True) it will log whenever you press keys and a command is run. Could you see what gets logged when you press your key combination and it doesn’t work?

0 Likes

#3

I’ve added that to the console. Next time it happens, I’ll report back. Thanks!

0 Likes