wadetb / Sublime-Text-Advanced-CSV

Efficiently format, edit, arrange, and evaluate cells in CSV files
169 stars 14 forks source link

Keybindings Question #44

Open marvcode opened 7 years ago

marvcode commented 7 years ago

Sorry for such a basic question, but I can't figure out the key bindings for Justify and Collapse columns. I can find these functions in the Tools menu and they work fine... but how exactly does one do a ctrl+comma comma? Same goes for ctrl+comma space while I'm at it? thanks

wadetb commented 7 years ago

Hi @marvcode, this kind of shortcut is called a chord - you can think of it as "ctrl+comma", let go, then "comma".

Here it is in more detail, but try to do it quickly so keyboard repeat doesn't kick in:

  1. Press and hold control, press comma, release both
  2. Press and release comma
marvcode commented 7 years ago

Well, that's what I thought, but it is not working for me. When I look in the Key Bindings under preferences, I am not seeing anything that looks like "ctrl+," nor do I see "ctrl+comma" when I do a search. Should I be seeing something for Advanced CSV? Did I miss a step in the install?

wadetb commented 7 years ago

Which platform are you running Sublime Text on?

marvcode commented 7 years ago

Windows 7 Professional, SP1, 64-bit

mcegledi commented 7 years ago

Why is it called chord, then? Shouldn't it be named arpeggio ;)

stantyan commented 6 years ago

Hi,

I have the same issue. `1. Press and hold control, press comma, release both

  1. Press and release comma` is not working for me. How can I change this default key binding?

macOS Sierra, SublimeText 3

Please help.