CaseConversion icon indicating copy to clipboard operation
CaseConversion copied to clipboard

why does it not work in mac ?

Open soloproc opened this issue 7 years ago • 1 comments

only ctrl+shift+- works

soloproc avatar Mar 08 '18 08:03 soloproc

You might need to remap the keys in Key bindings > User eg:

{ "keys": ["super+shift+s"], "command": "convert_to_snake"},
    { "keys": ["super+alt+shift+s"], "command": "convert_to_screaming_snake"}

samelie avatar Mar 23 '18 18:03 samelie