0

I use Sublime Text's incredible multi-select feature a lot. I love it. But my Ctrl key and pinky finger don't.

Is it possible to map the caps-lock key to the multi-select feature? If so, how?

I think I could simply remap caps-lock to Ctrl on my system (Windows 7), but I'm ideally looking for a "Sublime only" approach so that I don't loose caps-lock functionality with other applications.

Isaac Gregson
  • 1,999
  • 1
  • 21
  • 31

1 Answers1

0

Unfortunately, Caps Lock is not one of Sublime's bindable keys. However, there are alternatives. One that I've heard a lot of good things about is AutoHotKey, which uses a script-based approach to remap keys, among many other features. You can set keys to be remapped only when a certain application is active, for example, eliminating your worry about affecting other applications.

MattDMo
  • 100,794
  • 21
  • 241
  • 231