Troubleshoot Control + Shift + L stopped working in Sublime

10

Sublime Text is still my favorite go-to text editor for quick edits. One of the most useful features is the multi-line cursor editing. If you have not tried this amazing feature, it will change your life. There are a few ways you can enter the multi-line editing mode, one of the quickest ways is to select or highlight multiple lines you wish to edit simultaneously then press Control + Shift + L. For some odd reason this hotkey stopped working for me suddenly.

It’s such a useful command and the time I’ve saved from using the multi-line editing alone is worth the effort to resolve this issue ASAP.

2018 05 09 2204 600x316 - Troubleshoot Control + Shift + L stopped working in Sublime

tl.dr version is the unexpected AMD driver upgrade cause a Hot Key collision which overrides Sublime Text’s hotkey Control + Shift + L system-wide. How I debugged this is via Sublime Text’s terminal enter

sublime.log_input(True)

This will log any keystrokes, and when you press the multi-line hotkey combo nothing is logged.

2018 05 09 2157 600x334 - Troubleshoot Control + Shift + L stopped working in Sublime

After some search, the collision hotkey happens to be inside the latest AMD Radeon driver setting.

Go to Gaming tab > Go select Performance Monitoring tab

You will find the highlighted section “Toggle Performance Logging Hotkey” is by default set to “Ctrl + Shift + L“. This is our problem! I mean why would anyone need a hotkey to toggle logging?! Doesn’t make any sense to even need a hotkey assigned to such action.

2018 05 09 2202 600x334 - Troubleshoot Control + Shift + L stopped working in Sublime

Our solution is to completely remove this hotkey and remove the association with AMD’s Radeon driver setting.

If you find yourself upgrading to a new version of AMD driver watch out for Sublime Text’s multi-line editing hotkey. If it stopped working, chances are you just win the hotkey collision lottery. In our case, we fixed by disabling this hotkey from the setting, but if you are on the look for disabling other Windows system-wide hotkey be sure to check out this post on how.

Was this article Helpful?

Thank you for the feedback!

10 COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here