diffy icon indicating copy to clipboard operation
diffy copied to clipboard

mac: key bindings already in use

Open freder opened this issue 10 years ago • 6 comments

hi,

on the mac ST already uses both of these already, but diffy overrides them:

{ "keys": ["super+k", "super+d"], "command": "find_under_expand_skip" },
{ "keys": ["super+k", "super+c"], "command": "show_at_center" },

maybe change the diffy default shortcuts, or make shortcuts optional?

freder avatar Nov 18 '14 13:11 freder

+1 to this. find_under_expand_skip is pretty useful for this to overwrite.

pope avatar Nov 20 '14 04:11 pope

yes, key bindings don't work

sg-s avatar Dec 09 '14 16:12 sg-s

+1. Took me way too long to figure out why skip next wasn't working.

rayhatfield avatar Dec 29 '14 20:12 rayhatfield

+1. I fixed it the same way and added

{ "keys": ["shift+super+k", "shift+super+d"], "command": "diffy" },
{ "keys": ["shift+super+k", "shift+super+c"], "command": "diffy", "args": { "action": "clear" } },

to bind new shortcuts.

revolter avatar Mar 24 '15 10:03 revolter

you can still use it via the command palette — that's how I do it.

freder avatar Mar 24 '15 16:03 freder

Weirdly, it doesn't show up in the command palette for me.

revolter avatar Mar 24 '15 20:03 revolter