How do I execute this shortcut? What key combination is that? I don't get what ",," means.
Asked
Active
Viewed 567 times
1 Answers
3
You press ctrl+, at the same time, release them, then press s.

AGS
- 14,288
- 5
- 52
- 67
-
1So one `,` is for keyboard key <>kbd>, and other for , punctuation ? Nice I didn't know this .. – Grijesh Chauhan Feb 15 '14 at 19:10
-
2Yes, 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