Sublime Forum

Hotkey for command Refold

#1

Hi

I’ve been trying to create a hotkey for command Refold with no luck, I am using Sublime 4. Any idea?

Thanks in advance

0 Likes

#2

Which package do you have installed which supplies that command?

0 Likes

#3

non Package, Refold its in Sublime 4, Build 4142

0 Likes

#4

are you sure?
https://github.com/Sublime-Instincts/CommandsBrowser/blob/master/st_commands_metadata/r.json

If you know how you access the command, i.e. command palette or menu, you can:

  1. introspect the relevant file to see how the command was defined
  2. or trigger it after enabling command logging in the ST console, and see what command was executed and with what arguments, so you can create a hotkey for it
0 Likes

#5

Thanks kingkeith i will check

0 Likes