2

How do I execute this shortcut? What key combination is that? I don't get what ",," means.

enter image description here

lessthanl0l
  • 1,035
  • 2
  • 12
  • 21

1 Answers1

3

You press ctrl+, at the same time, release them, then press s.

AGS
  • 14,288
  • 5
  • 52
  • 67
  • 1
    So one `,` is for keyboard key <>kbd>, and other for , punctuation ? Nice I didn't know this .. – Grijesh Chauhan Feb 15 '14 at 19:10
  • 2
    Yes, right. The keymap sequence really doesn't look 'right' as it is displayed in the drop down menu. In case you or anyone else is interested, you can check the package's `.sublime-keymap` file and find the sequence in a much more friendly syntax: `{ "keys": ["ctrl+,", "s"], "command": "repl_transfer_current", "args": {"scope": "selection"}},` – AGS Feb 15 '14 at 19:27